hoeditor-web 3.2.13 → 3.2.14
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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "hoeditor-web",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.14",
|
|
4
4
|
"private": false,
|
|
5
5
|
"main": "lib/hoeditor.mjs",
|
|
6
6
|
"typings": "types/index.d.ts",
|
|
@@ -10,7 +10,8 @@
|
|
|
10
10
|
"major": "npm version major && npm run createVersion && npm run lib && npm publish . && cnpm sync hoeditor-web",
|
|
11
11
|
"minor": "npm version minor && npm run createVersion && npm run lib && npm publish . && cnpm sync hoeditor-web",
|
|
12
12
|
"patch": "npm version patch && npm run createVersion && npm run lib && npm publish . && cnpm sync hoeditor-web",
|
|
13
|
-
"lib:publish": "npm version patch && npm run createVersion && npm run lib && npm publish . && cnpm sync hoeditor-web",
|
|
13
|
+
"lib:publish": "npm run setconfig && npm version patch && npm run createVersion && npm run lib && npm publish . && cnpm sync hoeditor-web",
|
|
14
|
+
"setconfig": "npm config set registry https://registry.npmjs.org",
|
|
14
15
|
"createVersion": "node ./gen-version.js",
|
|
15
16
|
"lib": "vite build --outDir lib",
|
|
16
17
|
"lib:vite": "vite build --outDir lib"
|