@modern-js/plugin-devtools 0.0.0-next-1693204772155 → 0.0.0-next-1693233296942

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