@splinetool/viewer 0.9.388 → 0.9.390
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/constants.d.ts +1 -0
- package/build/spline-viewer.cjs +81 -81
- package/build/spline-viewer.d.ts +73 -0
- package/build/spline-viewer.js +81 -81
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@splinetool/viewer",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.390",
|
|
4
4
|
"description": "Spline viewer",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./build/spline-viewer.js",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
],
|
|
20
20
|
"scripts": {
|
|
21
21
|
"start": "cross-env NODE_ENV=development node --experimental-json-modules ./esbuild.mjs",
|
|
22
|
-
"build": "cross-env NODE_ENV=production node --experimental-json-modules ./esbuild.mjs",
|
|
22
|
+
"build": "cross-env NODE_ENV=production node --experimental-json-modules ./esbuild.mjs && yarn build-types",
|
|
23
23
|
"build-types": "tsc --skipLibCheck --isolatedModules false --noEmit false --emitDeclarationOnly --declaration --outDir build/ --declarationMap false",
|
|
24
24
|
"format": "prettier src/ --write",
|
|
25
25
|
"typecheck": "tsc",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@open-wc/testing": "^3.1.5",
|
|
42
|
-
"@splinetool/runtime": "0.9.
|
|
42
|
+
"@splinetool/runtime": "0.9.390",
|
|
43
43
|
"@web/dev-server-esbuild": "^0.3.3",
|
|
44
44
|
"@web/dev-server-legacy": "^1.0.0",
|
|
45
45
|
"@web/test-runner": "^0.13.27",
|