@modern-js/devtools-kit 0.0.0-nightly-20231003160547 → 0.0.0-nightly-20231004160551

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,10 +1,10 @@
1
1
  # @modern-js/devtools-kit
2
2
 
3
- ## 0.0.0-nightly-20231003160547
3
+ ## 0.0.0-nightly-20231004160551
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies [b98f8aaf4]
8
8
  - Updated dependencies [eb602d263]
9
- - @modern-js/utils@0.0.0-nightly-20231003160547
10
- - @modern-js/types@0.0.0-nightly-20231003160547
9
+ - @modern-js/utils@0.0.0-nightly-20231004160551
10
+ - @modern-js/types@0.0.0-nightly-20231004160551
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "0.0.0-nightly-20231003160547",
18
+ "version": "0.0.0-nightly-20231004160551",
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-20231003160547",
36
- "@modern-js/utils": "0.0.0-nightly-20231003160547"
35
+ "@modern-js/types": "0.0.0-nightly-20231004160551",
36
+ "@modern-js/utils": "0.0.0-nightly-20231004160551"
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-20231003160547",
46
- "@modern-js/builder-rspack-provider": "0.0.0-nightly-20231003160547",
47
- "@modern-js/builder-shared": "0.0.0-nightly-20231003160547",
48
- "@modern-js/builder-webpack-provider": "0.0.0-nightly-20231003160547",
49
- "@modern-js/core": "0.0.0-nightly-20231003160547",
50
- "@modern-js/module-tools": "0.0.0-nightly-20231003160547",
51
- "@modern-js/types": "0.0.0-nightly-20231003160547",
52
- "@scripts/build": "0.0.0-nightly-20231003160547"
45
+ "@modern-js/app-tools": "0.0.0-nightly-20231004160551",
46
+ "@modern-js/builder-rspack-provider": "0.0.0-nightly-20231004160551",
47
+ "@modern-js/builder-shared": "0.0.0-nightly-20231004160551",
48
+ "@modern-js/builder-webpack-provider": "0.0.0-nightly-20231004160551",
49
+ "@modern-js/core": "0.0.0-nightly-20231004160551",
50
+ "@modern-js/module-tools": "0.0.0-nightly-20231004160551",
51
+ "@modern-js/types": "0.0.0-nightly-20231004160551",
52
+ "@scripts/build": "0.0.0-nightly-20231004160551"
53
53
  },
54
54
  "peerDependencies": {
55
55
  "react": "~18.2.0"