@icebreakers/monorepo 0.5.6 → 0.5.7
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/package.json +3 -3
- package/dist/{chunk-I7OXBP6M.js → chunk-6KK2M2JP.js} +1 -1
- package/dist/cli.cjs +2 -2
- package/dist/cli.js +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.js +1 -1
- package/package.json +2 -2
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@9.
|
|
6
|
+
"packageManager": "pnpm@9.12.0",
|
|
7
7
|
"author": "ice breaker <1324318532@qq.com>",
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@changesets/changelog-github": "^0.5.0",
|
|
36
|
-
"@changesets/cli": "^2.27.
|
|
36
|
+
"@changesets/cli": "^2.27.9",
|
|
37
37
|
"@commitlint/cli": "^19.5.0",
|
|
38
38
|
"@commitlint/config-conventional": "^19.5.0",
|
|
39
39
|
"@commitlint/prompt-cli": "^19.5.0",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"@icebreakers/stylelint-config": "^0.1.1",
|
|
44
44
|
"@types/fs-extra": "^11.0.4",
|
|
45
45
|
"@types/lint-staged": "^13.3.0",
|
|
46
|
-
"@types/lodash": "^4.17.
|
|
46
|
+
"@types/lodash": "^4.17.10",
|
|
47
47
|
"@types/lodash-es": "^4.17.12",
|
|
48
48
|
"@types/micromatch": "^4.0.9",
|
|
49
49
|
"@types/node": "^22.7.4",
|
package/dist/cli.cjs
CHANGED
|
@@ -22,7 +22,7 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
22
22
|
mod
|
|
23
23
|
));
|
|
24
24
|
|
|
25
|
-
// ../../node_modules/.pnpm/tsup@8.3.0_jiti@2.
|
|
25
|
+
// ../../node_modules/.pnpm/tsup@8.3.0_jiti@2.1.2_postcss@8.4.47_tsx@4.19.1_typescript@5.6.2_yaml@2.5.1/node_modules/tsup/assets/cjs_shims.js
|
|
26
26
|
var getImportMetaUrl = () => typeof document === "undefined" ? new URL(`file:${__filename}`).href : document.currentScript && document.currentScript.src || new URL("main.js", document.baseURI).href;
|
|
27
27
|
var importMetaUrl = /* @__PURE__ */ getImportMetaUrl();
|
|
28
28
|
|
|
@@ -32,7 +32,7 @@ var import_commander = require("commander");
|
|
|
32
32
|
|
|
33
33
|
// package.json
|
|
34
34
|
var name = "@icebreakers/monorepo";
|
|
35
|
-
var version = "0.5.
|
|
35
|
+
var version = "0.5.7";
|
|
36
36
|
|
|
37
37
|
// src/lib.ts
|
|
38
38
|
var import_node_process = __toESM(require("process"), 1);
|
package/dist/cli.js
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -35,7 +35,7 @@ __export(src_exports, {
|
|
|
35
35
|
});
|
|
36
36
|
module.exports = __toCommonJS(src_exports);
|
|
37
37
|
|
|
38
|
-
// ../../node_modules/.pnpm/tsup@8.3.0_jiti@2.
|
|
38
|
+
// ../../node_modules/.pnpm/tsup@8.3.0_jiti@2.1.2_postcss@8.4.47_tsx@4.19.1_typescript@5.6.2_yaml@2.5.1/node_modules/tsup/assets/cjs_shims.js
|
|
39
39
|
var getImportMetaUrl = () => typeof document === "undefined" ? new URL(`file:${__filename}`).href : document.currentScript && document.currentScript.src || new URL("main.js", document.baseURI).href;
|
|
40
40
|
var importMetaUrl = /* @__PURE__ */ getImportMetaUrl();
|
|
41
41
|
|
|
@@ -53,7 +53,7 @@ var import_picocolors = __toESM(require("picocolors"), 1);
|
|
|
53
53
|
var import_set_value = __toESM(require("set-value"), 1);
|
|
54
54
|
|
|
55
55
|
// package.json
|
|
56
|
-
var version = "0.5.
|
|
56
|
+
var version = "0.5.7";
|
|
57
57
|
|
|
58
58
|
// src/logger.ts
|
|
59
59
|
var import_consola = require("consola");
|
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": "0.5.
|
|
4
|
+
"version": "0.5.7",
|
|
5
5
|
"description": "icebreaker's monorepo config generator",
|
|
6
6
|
"author": "ice breaker <1324318532@qq.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"@inquirer/confirm": "^4.0.1",
|
|
38
38
|
"@pnpm/logger": "^5.2.0",
|
|
39
39
|
"@pnpm/types": "^12.2.0",
|
|
40
|
-
"@pnpm/workspace.find-packages": "^4.0.
|
|
40
|
+
"@pnpm/workspace.find-packages": "^4.0.11",
|
|
41
41
|
"commander": "^12.1.0",
|
|
42
42
|
"comment-json": "^4.2.5",
|
|
43
43
|
"consola": "^3.2.3",
|