@icebreakers/monorepo 2.0.3 → 2.0.5
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/assets/commitlint.config.ts +2 -4
- package/assets/package.json +3 -5
- package/dist/{chunk-R7PZGUOX.js → chunk-XTVQGPMZ.js} +1 -1
- package/dist/cli.cjs +1 -1
- package/dist/cli.js +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/templates/apps/client/package.json +2 -2
- package/templates/apps/server/package.json +1 -1
package/assets/package.json
CHANGED
|
@@ -43,12 +43,10 @@
|
|
|
43
43
|
"@changesets/changelog-github": "^0.5.1",
|
|
44
44
|
"@changesets/cli": "^2.29.7",
|
|
45
45
|
"@commitlint/cli": "^20.1.0",
|
|
46
|
-
"@commitlint
|
|
47
|
-
"@
|
|
48
|
-
"@commitlint/types": "^20.0.0",
|
|
49
|
-
"@icebreakers/eslint-config": "^1.4.6",
|
|
46
|
+
"@icebreakers/commitlint-config": "^1.2.0",
|
|
47
|
+
"@icebreakers/eslint-config": "^1.5.0",
|
|
50
48
|
"@icebreakers/monorepo": "workspace:*",
|
|
51
|
-
"@icebreakers/stylelint-config": "^1.1
|
|
49
|
+
"@icebreakers/stylelint-config": "^1.2.1",
|
|
52
50
|
"@types/fs-extra": "^11.0.4",
|
|
53
51
|
"@types/node": "^24.7.0",
|
|
54
52
|
"@vitest/coverage-v8": "~3.2.4",
|
package/dist/cli.cjs
CHANGED
|
@@ -605,7 +605,7 @@ var import_node_url = require("url");
|
|
|
605
605
|
|
|
606
606
|
// package.json
|
|
607
607
|
var name = "@icebreakers/monorepo";
|
|
608
|
-
var version = "2.0.
|
|
608
|
+
var version = "2.0.5";
|
|
609
609
|
|
|
610
610
|
// src/constants.ts
|
|
611
611
|
var packageJsonPath = (0, import_node_url.fileURLToPath)(new URL("../package.json", importMetaUrl));
|
package/dist/cli.js
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -637,7 +637,7 @@ var import_node_url = require("url");
|
|
|
637
637
|
|
|
638
638
|
// package.json
|
|
639
639
|
var name = "@icebreakers/monorepo";
|
|
640
|
-
var version = "2.0.
|
|
640
|
+
var version = "2.0.5";
|
|
641
641
|
|
|
642
642
|
// src/constants.ts
|
|
643
643
|
var packageJsonPath = (0, import_node_url.fileURLToPath)(new URL("../package.json", importMetaUrl));
|
package/dist/index.d.cts
CHANGED
|
@@ -269,7 +269,7 @@ declare function syncNpmMirror(cwd: string, options?: GetWorkspacePackagesOption
|
|
|
269
269
|
declare function upgradeMonorepo(opts: CliOpts): Promise<void>;
|
|
270
270
|
|
|
271
271
|
var name = "@icebreakers/monorepo";
|
|
272
|
-
var version = "2.0.
|
|
272
|
+
var version = "2.0.5";
|
|
273
273
|
|
|
274
274
|
/**
|
|
275
275
|
* @icebreakers/monorepo 包的根目录,所有模板与资产目录都以此为基准。
|
package/dist/index.d.ts
CHANGED
|
@@ -269,7 +269,7 @@ declare function syncNpmMirror(cwd: string, options?: GetWorkspacePackagesOption
|
|
|
269
269
|
declare function upgradeMonorepo(opts: CliOpts): Promise<void>;
|
|
270
270
|
|
|
271
271
|
var name = "@icebreakers/monorepo";
|
|
272
|
-
var version = "2.0.
|
|
272
|
+
var version = "2.0.5";
|
|
273
273
|
|
|
274
274
|
/**
|
|
275
275
|
* @icebreakers/monorepo 包的根目录,所有模板与资产目录都以此为基准。
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"vue-router": "^4.5.1"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"@cloudflare/vite-plugin": "^1.13.
|
|
28
|
+
"@cloudflare/vite-plugin": "^1.13.11",
|
|
29
29
|
"@hono/node-server": "^1.19.5",
|
|
30
30
|
"@hono/trpc-server": "^0.4.0",
|
|
31
31
|
"@tailwindcss/vite": "^4.1.14",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"vite-plugin-vue-devtools": "^8.0.2",
|
|
42
42
|
"vite-tsconfig-paths": "^5.1.4",
|
|
43
43
|
"vue-tsc": "3.1.1",
|
|
44
|
-
"wrangler": "^4.42.
|
|
44
|
+
"wrangler": "^4.42.1",
|
|
45
45
|
"zod": "^4.1.12"
|
|
46
46
|
}
|
|
47
47
|
}
|