@modern-js/utils 0.0.0-nightly-20231219170633 → 0.0.0-nightly-20231221170655

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.
@@ -1,3 +1,6 @@
1
+ /**
2
+ * Don't add anything. will be removed on next version
3
+ */
1
4
  export declare const CHAIN_ID: {
2
5
  /** Predefined rules */
3
6
  readonly RULE: {
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "0.0.0-nightly-20231219170633",
18
+ "version": "0.0.0-nightly-20231221170655",
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-20231219170633",
158
- "@scripts/jest-config": "0.0.0-nightly-20231219170633",
159
- "@scripts/build": "0.0.0-nightly-20231219170633"
157
+ "@scripts/build": "0.0.0-nightly-20231221170655",
158
+ "@modern-js/types": "0.0.0-nightly-20231221170655",
159
+ "@scripts/jest-config": "0.0.0-nightly-20231221170655"
160
160
  },
161
161
  "sideEffects": false,
162
162
  "scripts": {