@modern-js/utils 0.0.0-nightly-20240319170712 → 0.0.0-nightly-20240322170642
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/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": "0.0.0-nightly-
|
18
|
+
"version": "0.0.0-nightly-20240322170642",
|
19
19
|
"jsnext:source": "./src/index.ts",
|
20
20
|
"types": "./dist/types/index.d.ts",
|
21
21
|
"main": "./dist/cjs/index.js",
|
@@ -154,9 +154,9 @@
|
|
154
154
|
"jest": "^29",
|
155
155
|
"typescript": "^5",
|
156
156
|
"webpack": "^5.89.0",
|
157
|
-
"@modern-js/types": "0.0.0-nightly-
|
158
|
-
"@scripts/build": "0.0.0-nightly-
|
159
|
-
"@scripts/jest-config": "0.0.0-nightly-
|
157
|
+
"@modern-js/types": "0.0.0-nightly-20240322170642",
|
158
|
+
"@scripts/build": "0.0.0-nightly-20240322170642",
|
159
|
+
"@scripts/jest-config": "0.0.0-nightly-20240322170642"
|
160
160
|
},
|
161
161
|
"sideEffects": false,
|
162
162
|
"scripts": {
|