@modern-js/utils 0.0.0-nightly-20231213170638 → 0.0.0-nightly-20231215170639

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,4 @@
1
+ /// <reference types="node" />
1
2
  import path from 'path';
2
3
  export declare const isLerna: (root: string) => boolean;
3
4
  export declare const isYarnWorkspaces: (root: string) => boolean;
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "0.0.0-nightly-20231213170638",
18
+ "version": "0.0.0-nightly-20231215170639",
19
19
  "jsnext:source": "./src/index.ts",
20
20
  "types": "./dist/types/index.d.ts",
21
21
  "main": "./dist/cjs/index.js",
@@ -153,10 +153,10 @@
153
153
  "@types/node": "^14",
154
154
  "jest": "^29",
155
155
  "typescript": "^5",
156
- "webpack": "^5.88.1",
157
- "@scripts/build": "0.0.0-nightly-20231213170638",
158
- "@modern-js/types": "0.0.0-nightly-20231213170638",
159
- "@scripts/jest-config": "0.0.0-nightly-20231213170638"
156
+ "webpack": "^5.89.0",
157
+ "@scripts/build": "0.0.0-nightly-20231215170639",
158
+ "@scripts/jest-config": "0.0.0-nightly-20231215170639",
159
+ "@modern-js/types": "0.0.0-nightly-20231215170639"
160
160
  },
161
161
  "sideEffects": false,
162
162
  "scripts": {