@modern-js/utils 0.0.0-nightly-20231124170627 → 0.0.0-nightly-20231126170618

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.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "0.0.0-nightly-20231124170627",
18
+ "version": "0.0.0-nightly-20231126170618",
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.88.1",
157
- "@modern-js/types": "0.0.0-nightly-20231124170627",
158
- "@scripts/jest-config": "0.0.0-nightly-20231124170627",
159
- "@scripts/build": "0.0.0-nightly-20231124170627"
157
+ "@scripts/build": "0.0.0-nightly-20231126170618",
158
+ "@scripts/jest-config": "0.0.0-nightly-20231126170618",
159
+ "@modern-js/types": "0.0.0-nightly-20231126170618"
160
160
  },
161
161
  "sideEffects": false,
162
162
  "scripts": {