@react-devtools-plus/scan 0.5.0 → 0.5.3

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.
@@ -1,23 +1,22 @@
1
-
2
- 
3
- > @react-devtools-plus/scan@0.5.0 build /Users/wangzhichao/办公/code/github/react-devtools/packages/react-devtools-scan
4
- > tsup
5
-
6
- CLI Building entry: {"index":"src/index.ts"}
7
- CLI Using tsconfig: tsconfig.json
8
- CLI tsup v8.5.1
9
- CLI Using tsup config: /Users/wangzhichao/办公/code/github/react-devtools/packages/react-devtools-scan/tsup.config.ts
10
- CLI Target: es2017
11
- CLI Cleaning output folder
12
- ESM Build start
13
- CJS Build start
14
- CJS dist/index.cjs 703.26 KB
15
- CJS dist/index.cjs.map 1.25 MB
16
- CJS ⚡️ Build success in 109ms
17
- ESM dist/index.js 701.46 KB
18
- ESM dist/index.js.map 1.25 MB
19
- ESM ⚡️ Build success in 109ms
20
- DTS Build start
21
- DTS ⚡️ Build success in 1427ms
22
- DTS dist/index.d.ts 7.19 KB
23
- DTS dist/index.d.cts 7.19 KB
1
+
2
+ > @react-devtools-plus/scan@0.5.3 build /Users/wangzhichao/办公/code/github/react-devtools/packages/react-devtools-scan
3
+ > tsup
4
+
5
+ CLI Building entry: {"index":"src/index.ts"}
6
+ CLI Using tsconfig: tsconfig.json
7
+ CLI tsup v8.5.1
8
+ CLI Using tsup config: /Users/wangzhichao/办公/code/github/react-devtools/packages/react-devtools-scan/tsup.config.ts
9
+ CLI Target: es2017
10
+ CLI Cleaning output folder
11
+ ESM Build start
12
+ CJS Build start
13
+ CJS dist/index.cjs 703.26 KB
14
+ CJS dist/index.cjs.map 1.25 MB
15
+ CJS ⚡️ Build success in 114ms
16
+ ESM dist/index.js 701.46 KB
17
+ ESM dist/index.js.map 1.25 MB
18
+ ESM ⚡️ Build success in 115ms
19
+ DTS Build start
20
+ DTS ⚡️ Build success in 1218ms
21
+ DTS dist/index.d.ts 7.19 KB
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.5.0",
4
+ "version": "0.5.3",
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.5.0"
28
+ "@react-devtools-plus/core": "0.5.3"
29
29
  },
30
30
  "peerDependenciesMeta": {
31
31
  "@react-devtools-plus/core": {