@icebreakers/monorepo 1.1.0 → 1.1.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.
- package/README.md +7 -2
- package/assets/package.json +3 -3
- package/dist/{chunk-VXG3KCQ5.js → chunk-PMTMU5CD.js} +1 -1
- package/dist/cli.cjs +1 -1
- package/dist/cli.js +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +2 -2
- package/templates/vue-lib-template/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,11 +1,16 @@
|
|
|
1
1
|
# @icebreakers/monorepo
|
|
2
2
|
|
|
3
|
-
`monorepo` 升级同步工具
|
|
3
|
+
[icebreaker](https://github.com/sonofmagic) 的 `monorepo` 升级同步工具
|
|
4
4
|
|
|
5
5
|
## 使用方式
|
|
6
6
|
|
|
7
7
|
```sh
|
|
8
|
-
|
|
8
|
+
# 安装
|
|
9
|
+
pnpm add -D @icebreakers/monorepo@latest
|
|
10
|
+
# 升级
|
|
11
|
+
npx monorepo up
|
|
12
|
+
# 帮助文档
|
|
13
|
+
npx monorepo -h
|
|
9
14
|
```
|
|
10
15
|
|
|
11
16
|
## 文档地址
|
package/assets/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"type": "module",
|
|
4
4
|
"version": "0.0.0",
|
|
5
5
|
"private": true,
|
|
6
|
-
"packageManager": "pnpm@10.15.
|
|
6
|
+
"packageManager": "pnpm@10.15.1",
|
|
7
7
|
"author": "ice breaker <1324318532@qq.com>",
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"@commitlint/config-conventional": "^19.8.1",
|
|
47
47
|
"@commitlint/prompt-cli": "^19.8.1",
|
|
48
48
|
"@commitlint/types": "^19.8.1",
|
|
49
|
-
"@icebreakers/eslint-config": "^1.3.
|
|
49
|
+
"@icebreakers/eslint-config": "^1.3.6",
|
|
50
50
|
"@icebreakers/monorepo": "workspace:*",
|
|
51
51
|
"@icebreakers/stylelint-config": "^1.1.2",
|
|
52
52
|
"@types/fs-extra": "^11.0.4",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"execa": "^9.6.0",
|
|
61
61
|
"fs-extra": "^11.3.1",
|
|
62
62
|
"husky": "^9.1.7",
|
|
63
|
-
"lint-staged": "^16.1.
|
|
63
|
+
"lint-staged": "^16.1.6",
|
|
64
64
|
"only-allow": "^1.2.1",
|
|
65
65
|
"pathe": "^2.0.3",
|
|
66
66
|
"pkg-types": "^2.3.0",
|
package/dist/cli.cjs
CHANGED
package/dist/cli.js
CHANGED
package/dist/index.cjs
CHANGED
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@icebreakers/monorepo",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.1.
|
|
4
|
+
"version": "1.1.2",
|
|
5
5
|
"description": "The icebreaker's monorepo manager",
|
|
6
6
|
"author": "ice breaker <1324318532@qq.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"@pnpm/logger": "^1001.0.0",
|
|
43
43
|
"@pnpm/types": "^1000.7.0",
|
|
44
44
|
"@pnpm/worker": "^1000.1.11",
|
|
45
|
-
"@pnpm/workspace.find-packages": "^1000.0.
|
|
45
|
+
"@pnpm/workspace.find-packages": "^1000.0.34",
|
|
46
46
|
"@pnpm/workspace.read-manifest": "^1000.2.2",
|
|
47
47
|
"commander": "^14.0.0",
|
|
48
48
|
"comment-json": "^4.2.5",
|