@modern-js/utils 2.48.2 → 2.48.4
Sign up to get free protection for your applications and to get access to all the features.
package/dist/cjs/cli/config.js
CHANGED
@@ -24,7 +24,8 @@ module.exports = __toCommonJS(config_exports);
|
|
24
24
|
const isOverriddenConfigKey = (key) => [
|
25
25
|
"removeConsole",
|
26
26
|
"enableInlineScripts",
|
27
|
-
"enableInlineStyles"
|
27
|
+
"enableInlineStyles",
|
28
|
+
"baseUrl"
|
28
29
|
].includes(key);
|
29
30
|
// Annotate the CommonJS export names for ESM import in node:
|
30
31
|
0 && (module.exports = {
|
package/dist/esm/cli/config.js
CHANGED
package/package.json
CHANGED
@@ -15,7 +15,7 @@
|
|
15
15
|
"modern",
|
16
16
|
"modern.js"
|
17
17
|
],
|
18
|
-
"version": "2.48.
|
18
|
+
"version": "2.48.4",
|
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.
|
157
|
-
"@
|
158
|
-
"@scripts/jest-config": "2.48.
|
159
|
-
"@
|
156
|
+
"webpack": "^5.91.0",
|
157
|
+
"@modern-js/types": "2.48.4",
|
158
|
+
"@scripts/jest-config": "2.48.4",
|
159
|
+
"@scripts/build": "2.48.4"
|
160
160
|
},
|
161
161
|
"sideEffects": false,
|
162
162
|
"scripts": {
|