@vizzly/services 0.15.0-dev-a54509b7edba5b0c1577b0610eef3b1c4baad5e7 → 0.15.0-dev-9f11517707dda905d10a5f0ace79ef7091bb27db
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/package.json +2 -3
package/package.json
CHANGED
|
@@ -5,7 +5,6 @@
|
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
7
7
|
],
|
|
8
|
-
"type": "module",
|
|
9
8
|
"main": "./dist/cjs/index.cjs.js",
|
|
10
9
|
"module": "./dist/esm/index.esm.js",
|
|
11
10
|
"exports": {
|
|
@@ -23,7 +22,7 @@
|
|
|
23
22
|
},
|
|
24
23
|
"scripts": {
|
|
25
24
|
"validate-ts": "tsc -p ./validate.tsconfig.json --noEmit",
|
|
26
|
-
"set-version": "node ./scripts/setVersion.
|
|
25
|
+
"set-version": "node ./scripts/setVersion.mjs",
|
|
27
26
|
"test": "jest --forceExit",
|
|
28
27
|
"build-umd": "rm -rf ./dist && vite build --config ./umdBuild/vite.config.js && rm -rf ./dist/*.mjs",
|
|
29
28
|
"build-types": "tsc -p tsconfig.types.json && yarn fix-type-alias",
|
|
@@ -31,7 +30,7 @@
|
|
|
31
30
|
"fix-type-alias": "tsc-alias -p tsconfig.types.json",
|
|
32
31
|
"prepare": "yarn build"
|
|
33
32
|
},
|
|
34
|
-
"version": "0.15.0-dev-
|
|
33
|
+
"version": "0.15.0-dev-9f11517707dda905d10a5f0ace79ef7091bb27db",
|
|
35
34
|
"dependencies": {
|
|
36
35
|
"@vizzly/api-client": "0.0.57",
|
|
37
36
|
"@vizzly/joi": "^17.11.0",
|