@icebreakers/monorepo 0.6.6 → 0.6.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-43YMCN4J.js → chunk-VZY3ZJJ6.js} +3 -3
- package/dist/cli.cjs +3 -3
- package/dist/cli.js +1 -1
- package/dist/index.cjs +3 -3
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/assets/package.json
CHANGED
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"@types/micromatch": "^4.0.9",
|
|
52
52
|
"@types/node": "^22.7.5",
|
|
53
53
|
"@types/set-value": "^4.0.3",
|
|
54
|
-
"@vitest/coverage-v8": "~2.
|
|
54
|
+
"@vitest/coverage-v8": "~2.1.3",
|
|
55
55
|
"ci-info": "^4.0.0",
|
|
56
56
|
"cross-env": "^7.0.3",
|
|
57
57
|
"defu": "^6.1.4",
|
|
@@ -75,8 +75,8 @@
|
|
|
75
75
|
"turbo": "^2.1.3",
|
|
76
76
|
"typescript": "^5.6.3",
|
|
77
77
|
"unbuild": "^2.0.0",
|
|
78
|
-
"vitest": "~2.
|
|
79
|
-
"yaml": "^2.
|
|
78
|
+
"vitest": "~2.1.3",
|
|
79
|
+
"yaml": "^2.6.0"
|
|
80
80
|
},
|
|
81
81
|
"publishConfig": {
|
|
82
82
|
"access": "public",
|
|
@@ -27,9 +27,9 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
27
27
|
mod
|
|
28
28
|
));
|
|
29
29
|
|
|
30
|
-
// ../../node_modules/.pnpm/tsup@8.3.0_jiti@2.3.1_postcss@8.4.47_tsx@4.19.1_typescript@5.6.3_yaml@2.
|
|
30
|
+
// ../../node_modules/.pnpm/tsup@8.3.0_jiti@2.3.1_postcss@8.4.47_tsx@4.19.1_typescript@5.6.3_yaml@2.6.0/node_modules/tsup/assets/esm_shims.js
|
|
31
31
|
var init_esm_shims = __esm({
|
|
32
|
-
"../../node_modules/.pnpm/tsup@8.3.0_jiti@2.3.1_postcss@8.4.47_tsx@4.19.1_typescript@5.6.3_yaml@2.
|
|
32
|
+
"../../node_modules/.pnpm/tsup@8.3.0_jiti@2.3.1_postcss@8.4.47_tsx@4.19.1_typescript@5.6.3_yaml@2.6.0/node_modules/tsup/assets/esm_shims.js"() {
|
|
33
33
|
"use strict";
|
|
34
34
|
}
|
|
35
35
|
});
|
|
@@ -405,7 +405,7 @@ init_esm_shims();
|
|
|
405
405
|
|
|
406
406
|
// package.json
|
|
407
407
|
var name = "@icebreakers/monorepo";
|
|
408
|
-
var version = "0.6.
|
|
408
|
+
var version = "0.6.7";
|
|
409
409
|
|
|
410
410
|
// src/logger.ts
|
|
411
411
|
init_esm_shims();
|
package/dist/cli.cjs
CHANGED
|
@@ -28,10 +28,10 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
28
28
|
mod
|
|
29
29
|
));
|
|
30
30
|
|
|
31
|
-
// ../../node_modules/.pnpm/tsup@8.3.0_jiti@2.3.1_postcss@8.4.47_tsx@4.19.1_typescript@5.6.3_yaml@2.
|
|
31
|
+
// ../../node_modules/.pnpm/tsup@8.3.0_jiti@2.3.1_postcss@8.4.47_tsx@4.19.1_typescript@5.6.3_yaml@2.6.0/node_modules/tsup/assets/cjs_shims.js
|
|
32
32
|
var getImportMetaUrl, importMetaUrl;
|
|
33
33
|
var init_cjs_shims = __esm({
|
|
34
|
-
"../../node_modules/.pnpm/tsup@8.3.0_jiti@2.3.1_postcss@8.4.47_tsx@4.19.1_typescript@5.6.3_yaml@2.
|
|
34
|
+
"../../node_modules/.pnpm/tsup@8.3.0_jiti@2.3.1_postcss@8.4.47_tsx@4.19.1_typescript@5.6.3_yaml@2.6.0/node_modules/tsup/assets/cjs_shims.js"() {
|
|
35
35
|
"use strict";
|
|
36
36
|
getImportMetaUrl = () => typeof document === "undefined" ? new URL(`file:${__filename}`).href : document.currentScript && document.currentScript.src || new URL("main.js", document.baseURI).href;
|
|
37
37
|
importMetaUrl = /* @__PURE__ */ getImportMetaUrl();
|
|
@@ -320,7 +320,7 @@ init_cjs_shims();
|
|
|
320
320
|
|
|
321
321
|
// package.json
|
|
322
322
|
var name = "@icebreakers/monorepo";
|
|
323
|
-
var version = "0.6.
|
|
323
|
+
var version = "0.6.7";
|
|
324
324
|
|
|
325
325
|
// src/lib.ts
|
|
326
326
|
init_cjs_shims();
|
package/dist/cli.js
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -33,10 +33,10 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
33
33
|
));
|
|
34
34
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
35
35
|
|
|
36
|
-
// ../../node_modules/.pnpm/tsup@8.3.0_jiti@2.3.1_postcss@8.4.47_tsx@4.19.1_typescript@5.6.3_yaml@2.
|
|
36
|
+
// ../../node_modules/.pnpm/tsup@8.3.0_jiti@2.3.1_postcss@8.4.47_tsx@4.19.1_typescript@5.6.3_yaml@2.6.0/node_modules/tsup/assets/cjs_shims.js
|
|
37
37
|
var getImportMetaUrl, importMetaUrl;
|
|
38
38
|
var init_cjs_shims = __esm({
|
|
39
|
-
"../../node_modules/.pnpm/tsup@8.3.0_jiti@2.3.1_postcss@8.4.47_tsx@4.19.1_typescript@5.6.3_yaml@2.
|
|
39
|
+
"../../node_modules/.pnpm/tsup@8.3.0_jiti@2.3.1_postcss@8.4.47_tsx@4.19.1_typescript@5.6.3_yaml@2.6.0/node_modules/tsup/assets/cjs_shims.js"() {
|
|
40
40
|
"use strict";
|
|
41
41
|
getImportMetaUrl = () => typeof document === "undefined" ? new URL(`file:${__filename}`).href : document.currentScript && document.currentScript.src || new URL("main.js", document.baseURI).href;
|
|
42
42
|
importMetaUrl = /* @__PURE__ */ getImportMetaUrl();
|
|
@@ -351,7 +351,7 @@ init_cjs_shims();
|
|
|
351
351
|
|
|
352
352
|
// package.json
|
|
353
353
|
var name = "@icebreakers/monorepo";
|
|
354
|
-
var version = "0.6.
|
|
354
|
+
var version = "0.6.7";
|
|
355
355
|
|
|
356
356
|
// src/logger.ts
|
|
357
357
|
init_cjs_shims();
|
package/dist/index.js
CHANGED