@modern-js/plugin-devtools 0.0.0-next-1691390018265 → 0.0.0-next-1691417845266

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 +7 -7
  2. package/package.json +12 -15
package/CHANGELOG.md CHANGED
@@ -1,12 +1,12 @@
1
1
  # @modern-js/plugin-devtools
2
2
 
3
- ## 0.0.0-next-1691390018265
3
+ ## 0.0.0-next-1691417845266
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - Updated dependencies [276ace3663]
8
- - Updated dependencies [855a61ecf1]
9
- - @modern-js/runtime@0.0.0-next-1691390018265
10
- - @modern-js/utils@0.0.0-next-1691390018265
11
- - @modern-js/devtools-client@0.0.0-next-1691390018265
12
- - @modern-js/devtools-mount@0.0.0-next-1691390018265
7
+ - Updated dependencies [276ace366]
8
+ - Updated dependencies [855a61ecf]
9
+ - @modern-js/runtime@0.0.0-next-1691417845266
10
+ - @modern-js/utils@0.0.0-next-1691417845266
11
+ - @modern-js/devtools-client@0.0.0-next-1691417845266
12
+ - @modern-js/devtools-mount@0.0.0-next-1691417845266
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "https://github.com/web-infra-dev/modern.js",
9
- "directory": "packages/cli/plugin-tailwind"
9
+ "directory": "packages/devtools/plugin"
10
10
  },
11
11
  "license": "MIT",
12
12
  "keywords": [
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "0.0.0-next-1691390018265",
18
+ "version": "0.0.0-next-1691417845266",
19
19
  "jsnext:source": "./src/index.ts",
20
20
  "types": "./dist/types/index.d.ts",
21
21
  "main": "./dist/cjs/index.js",
@@ -33,28 +33,25 @@
33
33
  "default": "./dist/cjs/cli.js"
34
34
  }
35
35
  },
36
- "typesVersions": {
37
- "*": {}
38
- },
39
36
  "dependencies": {
40
- "@modern-js/devtools-mount": "0.0.0-next-1691390018265",
41
- "@modern-js/devtools-client": "0.0.0-next-1691390018265",
42
- "@modern-js/utils": "0.0.0-next-1691390018265"
37
+ "@modern-js/devtools-client": "0.0.0-next-1691417845266",
38
+ "@modern-js/devtools-mount": "0.0.0-next-1691417845266",
39
+ "@modern-js/utils": "0.0.0-next-1691417845266"
43
40
  },
44
41
  "devDependencies": {
45
42
  "@swc/helpers": "0.5.1",
46
43
  "@types/node": "^14",
47
44
  "type-fest": "^4.1.0",
48
45
  "typescript": "^5",
49
- "@modern-js/app-tools": "0.0.0-next-1691390018265",
50
- "@modern-js/core": "0.0.0-next-1691390018265",
51
- "@modern-js/module-tools": "0.0.0-next-1691390018265",
52
- "@modern-js/runtime": "0.0.0-next-1691390018265",
53
- "@modern-js/types": "0.0.0-next-1691390018265",
54
- "@scripts/build": "0.0.0-next-1691390018265"
46
+ "@modern-js/app-tools": "0.0.0-next-1691417845266",
47
+ "@modern-js/core": "0.0.0-next-1691417845266",
48
+ "@modern-js/module-tools": "0.0.0-next-1691417845266",
49
+ "@modern-js/types": "0.0.0-next-1691417845266",
50
+ "@modern-js/runtime": "0.0.0-next-1691417845266",
51
+ "@scripts/build": "0.0.0-next-1691417845266"
55
52
  },
56
53
  "peerDependencies": {
57
- "@modern-js/runtime": "0.0.0-next-1691390018265"
54
+ "@modern-js/runtime": "0.0.0-next-1691417845266"
58
55
  },
59
56
  "peerDependenciesMeta": {
60
57
  "@modern-js/runtime": {