@modern-js/generator-utils 3.7.22 → 3.7.24

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.
@@ -1,5 +1,3 @@
1
- /// <reference types="node" />
2
- import path from 'path';
3
1
  export declare const isLerna: (root: string) => boolean;
4
2
  export declare const isYarnWorkspaces: (root: string) => boolean;
5
3
  export declare const isPnpmWorkspaces: (root: string) => boolean;
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "3.7.22",
18
+ "version": "3.7.24",
19
19
  "jsnext:source": "./src/index.ts",
20
20
  "types": "./dist/types/index.d.ts",
21
21
  "main": "./dist/cjs/index.js",
@@ -30,30 +30,29 @@
30
30
  }
31
31
  },
32
32
  "dependencies": {
33
- "@modern-js/codesmith-utils": "2.6.6",
33
+ "@modern-js/codesmith-utils": "2.6.7",
34
34
  "@swc/helpers": "0.5.13",
35
35
  "glob": "7.2.3",
36
36
  "js-yaml": "4.1.0",
37
37
  "json5": "2.2.3",
38
- "@modern-js/generator-common": "3.7.22",
39
- "@modern-js/plugin-i18n": "2.65.4"
38
+ "@modern-js/generator-common": "3.7.24",
39
+ "@modern-js/plugin-i18n": "2.66.0"
40
40
  },
41
41
  "devDependencies": {
42
- "@modern-js/codesmith": "2.6.6",
42
+ "@modern-js/codesmith": "2.6.7",
43
43
  "@types/glob": "7.2.0",
44
44
  "@types/jest": "^29",
45
45
  "@types/js-yaml": "4.0.9",
46
46
  "@types/node": "^14",
47
47
  "jest": "^29",
48
48
  "typescript": "^5",
49
- "@scripts/build": "2.65.4",
50
- "@scripts/jest-config": "2.65.4"
49
+ "@scripts/build": "2.66.0",
50
+ "@scripts/jest-config": "2.66.0"
51
51
  },
52
52
  "sideEffects": false,
53
53
  "publishConfig": {
54
54
  "registry": "https://registry.npmjs.org/",
55
- "access": "public",
56
- "provenance": true
55
+ "access": "public"
57
56
  },
58
57
  "scripts": {
59
58
  "new": "modern-lib new",