@splinetool/viewer 0.9.422 → 0.9.424
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/spline-viewer.cjs +259 -259
- package/build/spline-viewer.js +260 -260
- 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.424",
|
|
4
4
|
"description": "Spline viewer",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./build/spline-viewer.js",
|
|
@@ -23,7 +23,7 @@
|
|
|
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",
|
|
26
|
-
"example": "yarn build && vite",
|
|
26
|
+
"example": "cross-env VITE_IS_PROD=true yarn build && vite",
|
|
27
27
|
"test": "yarn test:dev && yarn test:prod",
|
|
28
28
|
"test:dev": "wtr src",
|
|
29
29
|
"test:prod": "MODE=prod wtr src"
|
|
@@ -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.424",
|
|
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",
|