@lemon30_npm/csit-vue3 0.0.33 → 1.0.33

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": "@lemon30_npm/csit-vue3",
3
- "version": "0.0.33",
3
+ "version": "1.0.33",
4
4
  "type": "module",
5
5
  "author": "cuiwq",
6
6
  "license": "MIT",
@@ -156,7 +156,9 @@
156
156
  "docs:build": "vitepress build docs",
157
157
  "docs:preview": "vitepress preview docs",
158
158
  "prepublishOnly": "npm run build",
159
- "gen:exports": "node scripts/gen-exports.js"
159
+ "gen:exports": "node scripts/gen-exports.js",
160
+ "publish:npm": "cp .npmrc.npm .npmrc && npm publish && rm .npmrc",
161
+ "publish:internal": "cp .npmrc.internal .npmrc && npm publish && rm .npmrc"
160
162
  },
161
163
  "peerDependencies": {
162
164
  "@element-plus/icons-vue": "^2.3.1",