@modern-js/utils 2.48.2 → 2.48.4

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.
@@ -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 = {
@@ -2,7 +2,8 @@ var isOverriddenConfigKey = function(key) {
2
2
  return [
3
3
  "removeConsole",
4
4
  "enableInlineScripts",
5
- "enableInlineStyles"
5
+ "enableInlineStyles",
6
+ "baseUrl"
6
7
  ].includes(key);
7
8
  };
8
9
  export {
@@ -1,7 +1,8 @@
1
1
  const isOverriddenConfigKey = (key) => [
2
2
  "removeConsole",
3
3
  "enableInlineScripts",
4
- "enableInlineStyles"
4
+ "enableInlineStyles",
5
+ "baseUrl"
5
6
  ].includes(key);
6
7
  export {
7
8
  isOverriddenConfigKey
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "2.48.2",
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.89.0",
157
- "@scripts/build": "2.48.2",
158
- "@scripts/jest-config": "2.48.2",
159
- "@modern-js/types": "2.48.2"
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": {