@zykj2024/much-library 1.1.2-beta.3 → 1.1.2-beta.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.
Files changed (1) hide show
  1. package/package.json +5 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zykj2024/much-library",
3
- "version": "1.1.2-beta.3",
3
+ "version": "1.1.2-beta.4",
4
4
  "description": "react library",
5
5
  "license": "MIT",
6
6
  "module": "dist/index.js",
@@ -21,9 +21,10 @@
21
21
  "lint:css": "stylelint \"{src,test}/**/*.{css,less}\"",
22
22
  "lint:es": "eslint \"{src,test}/**/*.{js,jsx,ts,tsx}\"",
23
23
  "prepare": "husky install && dumi setup",
24
- "prepublishOnly": "father doctor && npm run build",
24
+ "prepublishOnly": "node ./bash/fix-workspace-deps.js & father doctor && npm run build",
25
+ "postpublish": "git checkout -- package.json",
25
26
  "publish": "npm publish",
26
- "publish-dev": "npm publish --tag beta",
27
+ "publish-beta": "npm publish --tag beta",
27
28
  "start": "npm run dev"
28
29
  },
29
30
  "commitlint": {
@@ -53,7 +54,7 @@
53
54
  "@dnd-kit/core": "^6.1.0",
54
55
  "@dnd-kit/sortable": "^8.0.0",
55
56
  "@makotot/ghostui": "^2.0.0",
56
- "@zykj2024/much-hooks": "workspace:*",
57
+ "@zykj2024/much-hooks": "^1.2.3",
57
58
  "antd": "^5.16.2",
58
59
  "antd-style": "^3.6.2",
59
60
  "cross-env": "^7.0.3",