@pointcloud/pcloud-components 0.1.29 → 0.1.30

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": "@pointcloud/pcloud-components",
3
- "version": "0.1.29",
3
+ "version": "0.1.30",
4
4
  "private": false,
5
5
  "description": "pointcloud react 组件库",
6
6
  "keywords": [
@@ -36,7 +36,7 @@
36
36
  "prepare": "husky install && dumi setup",
37
37
  "prepublishOnly": "father doctor && npm run lint && npm run build",
38
38
  "prettier": "prettier -c --write \"{src,config,docs,scripts,.dumi/theme}/**\"",
39
- "release": "release-it --ci",
39
+ "release": "dotenv release-it --ci",
40
40
  "start": "npm run clean:tmp && npm run dev"
41
41
  },
42
42
  "commitlint": {
@@ -81,6 +81,7 @@
81
81
  "@types/react-dom": "^17.0.2",
82
82
  "@types/wordcloud": "^1.2.2",
83
83
  "@umijs/lint": "^4.0.0",
84
+ "dotenv-cli": "^10.0.0",
84
85
  "dumi": "^2.4.13",
85
86
  "eslint": "^8.23.0",
86
87
  "father": "4.1.0",