@typexim/aics-embed-sdk 0.0.4-alpha.3 → 0.0.4
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 +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@typexim/aics-embed-sdk",
|
|
3
|
-
"version": "0.0.4
|
|
3
|
+
"version": "0.0.4",
|
|
4
4
|
"private": false,
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"type": "module",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"scripts": {
|
|
23
23
|
"build": "cross-env MODE=prod rollup -c",
|
|
24
24
|
"dev": "cross-env MODE=dev rollup -c -w",
|
|
25
|
-
"publish": "yarn run build && npm publish"
|
|
25
|
+
"publish": "yarn run build && npm version patch && npm publish"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"comlink": "4.4.2"
|
|
@@ -44,4 +44,4 @@
|
|
|
44
44
|
"access": "public",
|
|
45
45
|
"registry": "https://registry.npmjs.org/"
|
|
46
46
|
}
|
|
47
|
-
}
|
|
47
|
+
}
|