@modern-js/plugin-devtools 0.0.0-next-1691345252606 → 0.0.0-next-1691345837134

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 +5 -5
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,12 +1,12 @@
1
1
  # @modern-js/plugin-devtools
2
2
 
3
- ## 0.0.0-next-1691345252606
3
+ ## 0.0.0-next-1691345837134
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies [276ace366]
8
8
  - Updated dependencies [855a61ecf]
9
- - @modern-js/runtime@0.0.0-next-1691345252606
10
- - @modern-js/devtools-client@0.0.0-next-1691345252606
11
- - @modern-js/devtools-mount@0.0.0-next-1691345252606
12
- - @modern-js/utils@0.0.0-next-1691345252606
9
+ - @modern-js/runtime@0.0.0-next-1691345837134
10
+ - @modern-js/devtools-client@0.0.0-next-1691345837134
11
+ - @modern-js/devtools-mount@0.0.0-next-1691345837134
12
+ - @modern-js/utils@0.0.0-next-1691345837134
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "0.0.0-next-1691345252606",
18
+ "version": "0.0.0-next-1691345837134",
19
19
  "jsnext:source": "./src/index.ts",
20
20
  "types": "./dist/types/index.d.ts",
21
21
  "main": "./dist/cjs/index.js",
@@ -37,24 +37,24 @@
37
37
  "*": {}
38
38
  },
39
39
  "dependencies": {
40
- "@modern-js/devtools-client": "0.0.0-next-1691345252606",
41
- "@modern-js/devtools-mount": "0.0.0-next-1691345252606",
42
- "@modern-js/utils": "0.0.0-next-1691345252606"
40
+ "@modern-js/devtools-client": "0.0.0-next-1691345837134",
41
+ "@modern-js/devtools-mount": "0.0.0-next-1691345837134",
42
+ "@modern-js/utils": "0.0.0-next-1691345837134"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@swc/helpers": "0.5.1",
46
46
  "@types/node": "^14",
47
47
  "type-fest": "^4.1.0",
48
48
  "typescript": "^5",
49
- "@modern-js/app-tools": "0.0.0-next-1691345252606",
50
- "@modern-js/core": "0.0.0-next-1691345252606",
51
- "@modern-js/module-tools": "0.0.0-next-1691345252606",
52
- "@modern-js/runtime": "0.0.0-next-1691345252606",
53
- "@modern-js/types": "0.0.0-next-1691345252606",
54
- "@scripts/build": "0.0.0-next-1691345252606"
49
+ "@modern-js/app-tools": "0.0.0-next-1691345837134",
50
+ "@modern-js/core": "0.0.0-next-1691345837134",
51
+ "@modern-js/module-tools": "0.0.0-next-1691345837134",
52
+ "@modern-js/runtime": "0.0.0-next-1691345837134",
53
+ "@modern-js/types": "0.0.0-next-1691345837134",
54
+ "@scripts/build": "0.0.0-next-1691345837134"
55
55
  },
56
56
  "peerDependencies": {
57
- "@modern-js/runtime": "0.0.0-next-1691345252606"
57
+ "@modern-js/runtime": "0.0.0-next-1691345837134"
58
58
  },
59
59
  "peerDependenciesMeta": {
60
60
  "@modern-js/runtime": {