We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dc842a commit 4d25351Copy full SHA for 4d25351
package.json
@@ -1,14 +1,14 @@
1
{
2
"name": "@kilnfi/sdk",
3
- "version": "3.1.2",
+ "version": "3.1.3",
4
"autor": "Kiln <[email protected]> (https://kiln.fi)",
5
"license": "BUSL-1.1",
6
"description": "JavaScript sdk for Kiln API",
7
"type": "module",
8
- "main": "./build/cjs/index.js",
9
- "module": "./build/esm/index.js",
10
- "types": "./build/types/index.d.ts",
11
- "typings": "./build/types/index.d.ts",
+ "main": "./build/cjs/kiln.js",
+ "module": "./build/esm/kiln.js",
+ "types": "./build/types/kiln.d.ts",
+ "typings": "./build/types/kiln.d.ts",
12
"sideEffects": false,
13
"exports": {
14
".": {
0 commit comments