@icebreakers/monorepo 0.7.7 → 0.7.8

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.
@@ -38,7 +38,7 @@
38
38
  "@commitlint/config-conventional": "^19.8.0",
39
39
  "@commitlint/prompt-cli": "^19.8.0",
40
40
  "@commitlint/types": "^19.8.0",
41
- "@icebreakers/eslint-config": "^1.0.2",
41
+ "@icebreakers/eslint-config": "^1.0.3",
42
42
  "@icebreakers/monorepo": "workspace:*",
43
43
  "@icebreakers/stylelint-config": "^1.0.0",
44
44
  "@types/fs-extra": "^11.0.4",
@@ -741,7 +741,7 @@ init_esm_shims();
741
741
 
742
742
  // package.json
743
743
  var name = "@icebreakers/monorepo";
744
- var version = "0.7.7";
744
+ var version = "0.7.8";
745
745
 
746
746
  // src/scripts.ts
747
747
  init_esm_shims();
package/dist/cli.cjs CHANGED
@@ -230,7 +230,7 @@ init_cjs_shims();
230
230
 
231
231
  // package.json
232
232
  var name = "@icebreakers/monorepo";
233
- var version = "0.7.7";
233
+ var version = "0.7.8";
234
234
 
235
235
  // src/create.ts
236
236
  init_cjs_shims();
package/dist/cli.js CHANGED
@@ -11,7 +11,7 @@ import {
11
11
  syncNpmMirror,
12
12
  upgradeMonorepo,
13
13
  version
14
- } from "./chunk-32RWBRLU.js";
14
+ } from "./chunk-EPBKLX7A.js";
15
15
 
16
16
  // src/cli.ts
17
17
  init_esm_shims();
package/dist/index.cjs CHANGED
@@ -738,7 +738,7 @@ init_cjs_shims();
738
738
 
739
739
  // package.json
740
740
  var name = "@icebreakers/monorepo";
741
- var version = "0.7.7";
741
+ var version = "0.7.8";
742
742
 
743
743
  // src/scripts.ts
744
744
  init_cjs_shims();
package/dist/index.js CHANGED
@@ -12,7 +12,7 @@ import {
12
12
  setVscodeBinaryMirror,
13
13
  syncNpmMirror,
14
14
  upgradeMonorepo
15
- } from "./chunk-32RWBRLU.js";
15
+ } from "./chunk-EPBKLX7A.js";
16
16
 
17
17
  // src/index.ts
18
18
  init_esm_shims();
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@icebreakers/monorepo",
3
3
  "type": "module",
4
- "version": "0.7.7",
4
+ "version": "0.7.8",
5
5
  "description": "icebreaker's monorepo config generator",
6
6
  "author": "ice breaker <1324318532@qq.com>",
7
7
  "license": "MIT",