unione-form-vue 0.0.1 → 0.0.2

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.
@@ -1,2 +1,2 @@
1
- declare const _default: "0.0.1";
1
+ declare const _default: "0.0.2";
2
2
  export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "unione-form-vue",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "npm run version && vite serve preview --mode development",
@@ -10,7 +10,7 @@
10
10
  "git-tag": "node ./scripts/git-tag",
11
11
  "release": "npm run preRelease && npm run build && npm publish",
12
12
  "preRelease": "npm config set registry https://registry.npmjs.org",
13
- "postRelease":"npm config set registry https://registry.npmmirror.com",
13
+ "postRelease": "npm config set registry https://registry.npmmirror.com",
14
14
  "postpublish": "npm run git-tag && npm run postRelease"
15
15
  },
16
16
  "main": "dist/index.umd.js",