@modern-js/devtools-kit 0.0.0-nightly-20231007160533 → 0.0.0-nightly-20231008160538

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 (2) hide show
  1. package/CHANGELOG.md +3 -3
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,11 +1,11 @@
1
1
  # @modern-js/devtools-kit
2
2
 
3
- ## 0.0.0-nightly-20231007160533
3
+ ## 0.0.0-nightly-20231008160538
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies [3473beecd]
8
8
  - Updated dependencies [b98f8aaf4]
9
9
  - Updated dependencies [eb602d263]
10
- - @modern-js/utils@0.0.0-nightly-20231007160533
11
- - @modern-js/types@0.0.0-nightly-20231007160533
10
+ - @modern-js/utils@0.0.0-nightly-20231008160538
11
+ - @modern-js/types@0.0.0-nightly-20231008160538
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "0.0.0-nightly-20231007160533",
18
+ "version": "0.0.0-nightly-20231008160538",
19
19
  "jsnext:source": "./src/index.ts",
20
20
  "types": "./dist/types/index.d.ts",
21
21
  "main": "./dist/index.js",
@@ -32,8 +32,8 @@
32
32
  "@geist-ui/core": "^2.3.8",
33
33
  "ufo": "^1.2.0",
34
34
  "ws": "8.13.0",
35
- "@modern-js/types": "0.0.0-nightly-20231007160533",
36
- "@modern-js/utils": "0.0.0-nightly-20231007160533"
35
+ "@modern-js/types": "0.0.0-nightly-20231008160538",
36
+ "@modern-js/utils": "0.0.0-nightly-20231008160538"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@swc/helpers": "0.5.1",
@@ -42,14 +42,14 @@
42
42
  "react": "~18.2.0",
43
43
  "type-fest": "^4.1.0",
44
44
  "typescript": "^5",
45
- "@modern-js/app-tools": "0.0.0-nightly-20231007160533",
46
- "@modern-js/builder-rspack-provider": "0.0.0-nightly-20231007160533",
47
- "@modern-js/builder-shared": "0.0.0-nightly-20231007160533",
48
- "@modern-js/builder-webpack-provider": "0.0.0-nightly-20231007160533",
49
- "@modern-js/core": "0.0.0-nightly-20231007160533",
50
- "@modern-js/module-tools": "0.0.0-nightly-20231007160533",
51
- "@modern-js/types": "0.0.0-nightly-20231007160533",
52
- "@scripts/build": "0.0.0-nightly-20231007160533"
45
+ "@modern-js/app-tools": "0.0.0-nightly-20231008160538",
46
+ "@modern-js/builder-rspack-provider": "0.0.0-nightly-20231008160538",
47
+ "@modern-js/builder-shared": "0.0.0-nightly-20231008160538",
48
+ "@modern-js/builder-webpack-provider": "0.0.0-nightly-20231008160538",
49
+ "@modern-js/core": "0.0.0-nightly-20231008160538",
50
+ "@modern-js/module-tools": "0.0.0-nightly-20231008160538",
51
+ "@modern-js/types": "0.0.0-nightly-20231008160538",
52
+ "@scripts/build": "0.0.0-nightly-20231008160538"
53
53
  },
54
54
  "peerDependencies": {
55
55
  "react": "~18.2.0"