@react-devtools-plus/scan 0.6.0 → 0.6.1
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.
- package/.turbo/turbo-build.log +4 -4
- package/package.json +2 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @react-devtools-plus/scan@0.6.
|
|
2
|
+
> @react-devtools-plus/scan@0.6.1 build /Users/wangzhichao/办公/code/github/react-devtools/packages/react-devtools-scan
|
|
3
3
|
> tsup
|
|
4
4
|
|
|
5
5
|
CLI Building entry: {"index":"src/index.ts"}
|
|
@@ -12,11 +12,11 @@ ESM Build start
|
|
|
12
12
|
CJS Build start
|
|
13
13
|
ESM dist/index.js 701.47 KB
|
|
14
14
|
ESM dist/index.js.map 1.25 MB
|
|
15
|
-
ESM ⚡️ Build success in
|
|
15
|
+
ESM ⚡️ Build success in 129ms
|
|
16
16
|
CJS dist/index.cjs 703.27 KB
|
|
17
17
|
CJS dist/index.cjs.map 1.25 MB
|
|
18
|
-
CJS ⚡️ Build success in
|
|
18
|
+
CJS ⚡️ Build success in 129ms
|
|
19
19
|
DTS Build start
|
|
20
|
-
DTS ⚡️ Build success in
|
|
20
|
+
DTS ⚡️ Build success in 1672ms
|
|
21
21
|
DTS dist/index.d.ts 7.19 KB
|
|
22
22
|
DTS dist/index.d.cts 7.19 KB
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@react-devtools-plus/scan",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.6.
|
|
4
|
+
"version": "0.6.1",
|
|
5
5
|
"description": "React Scan integration for React DevTools",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"react",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"peerDependencies": {
|
|
26
26
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
27
27
|
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
28
|
-
"@react-devtools-plus/core": "0.6.
|
|
28
|
+
"@react-devtools-plus/core": "0.6.1"
|
|
29
29
|
},
|
|
30
30
|
"peerDependenciesMeta": {
|
|
31
31
|
"@react-devtools-plus/core": {
|