@modern-js/devtools-kit 0.0.0-nightly-20231016035004 → 0.0.0-nightly-20231017172035

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