@modern-js/plugin-devtools 0.0.0-next-1692727667183 → 0.0.0-next-1692762476642

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 (3) hide show
  1. package/CHANGELOG.md +6 -5
  2. package/LICENSE +1 -1
  3. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,17 +1,18 @@
1
1
  # @modern-js/plugin-devtools
2
2
 
3
- ## 0.0.0-next-1692727667183
3
+ ## 0.0.0-next-1692762476642
4
4
 
5
5
  ### Patch Changes
6
6
 
7
+ - Updated dependencies [e5a3fb4ca]
7
8
  - Updated dependencies [607616660]
8
9
  - Updated dependencies [a030aff28]
9
10
  - Updated dependencies [92591c6a0]
10
11
  - Updated dependencies [3c911009a]
11
- - @modern-js/runtime@0.0.0-next-1692727667183
12
- - @modern-js/utils@0.0.0-next-1692727667183
13
- - @modern-js/devtools-client@0.0.0-next-1692727667183
14
- - @modern-js/devtools-mount@0.0.0-next-1692727667183
12
+ - @modern-js/runtime@0.0.0-next-1692762476642
13
+ - @modern-js/utils@0.0.0-next-1692762476642
14
+ - @modern-js/devtools-client@0.0.0-next-1692762476642
15
+ - @modern-js/devtools-mount@0.0.0-next-1692762476642
15
16
 
16
17
  ## 2.31.2
17
18
 
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2021 Modern.js
3
+ Copyright (c) 2021-present Modern.js
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  "modern",
16
16
  "modern.js"
17
17
  ],
18
- "version": "0.0.0-next-1692727667183",
18
+ "version": "0.0.0-next-1692762476642",
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-1692727667183",
38
- "@modern-js/devtools-mount": "0.0.0-next-1692727667183",
39
- "@modern-js/utils": "0.0.0-next-1692727667183"
37
+ "@modern-js/devtools-client": "0.0.0-next-1692762476642",
38
+ "@modern-js/devtools-mount": "0.0.0-next-1692762476642",
39
+ "@modern-js/utils": "0.0.0-next-1692762476642"
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-1692727667183",
47
- "@modern-js/core": "0.0.0-next-1692727667183",
48
- "@modern-js/module-tools": "0.0.0-next-1692727667183",
49
- "@modern-js/runtime": "0.0.0-next-1692727667183",
50
- "@modern-js/types": "0.0.0-next-1692727667183",
51
- "@scripts/build": "0.0.0-next-1692727667183"
46
+ "@modern-js/app-tools": "0.0.0-next-1692762476642",
47
+ "@modern-js/core": "0.0.0-next-1692762476642",
48
+ "@modern-js/module-tools": "0.0.0-next-1692762476642",
49
+ "@modern-js/runtime": "0.0.0-next-1692762476642",
50
+ "@modern-js/types": "0.0.0-next-1692762476642",
51
+ "@scripts/build": "0.0.0-next-1692762476642"
52
52
  },
53
53
  "peerDependencies": {
54
- "@modern-js/runtime": "0.0.0-next-1692727667183"
54
+ "@modern-js/runtime": "0.0.0-next-1692762476642"
55
55
  },
56
56
  "peerDependenciesMeta": {
57
57
  "@modern-js/runtime": {