@modern-js/utils 2.65.2 → 2.65.3

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.
@@ -108,4 +108,4 @@
108
108
  "neo-async": "^2.6.1",
109
109
  "webpack-sources": "^3.2.0"
110
110
  }
111
- }
111
+ }
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "2.65.2",
18
+ "version": "2.65.3",
19
19
  "jsnext:source": "./src/index.ts",
20
20
  "types": "./dist/types/index.d.ts",
21
21
  "main": "./dist/cjs/index.js",
@@ -191,9 +191,9 @@
191
191
  "jest": "^29",
192
192
  "typescript": "^5",
193
193
  "webpack": "^5.98.0",
194
- "@modern-js/types": "2.65.2",
195
- "@scripts/build": "2.65.2",
196
- "@scripts/jest-config": "2.65.2"
194
+ "@modern-js/types": "2.65.3",
195
+ "@scripts/jest-config": "2.65.3",
196
+ "@scripts/build": "2.65.3"
197
197
  },
198
198
  "sideEffects": false,
199
199
  "scripts": {