@buoy-gg/highlight-updates 6.0.1 → 7.0.0
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/package.json +20 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@buoy-gg/highlight-updates",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "7.0.0",
|
|
4
4
|
"description": "Render highlighter for React Native — see every render with its cause: mount, state, props, or parent. Part of Buoy devtools.",
|
|
5
5
|
"main": "lib/commonjs/index",
|
|
6
6
|
"module": "lib/module/index",
|
|
@@ -26,14 +26,14 @@
|
|
|
26
26
|
],
|
|
27
27
|
"sideEffects": false,
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@buoy-gg/shared-ui": "
|
|
30
|
-
"@buoy-gg/floating-tools-core": "
|
|
29
|
+
"@buoy-gg/shared-ui": "7.0.0",
|
|
30
|
+
"@buoy-gg/floating-tools-core": "7.0.0"
|
|
31
31
|
},
|
|
32
32
|
"peerDependencies": {
|
|
33
|
-
"@buoy-gg/license": "
|
|
33
|
+
"@buoy-gg/license": "7.0.0",
|
|
34
34
|
"react": "*",
|
|
35
35
|
"react-native": "*",
|
|
36
|
-
"@buoy-gg/core": "
|
|
36
|
+
"@buoy-gg/core": "7.0.0"
|
|
37
37
|
},
|
|
38
38
|
"peerDependenciesMeta": {
|
|
39
39
|
"@buoy-gg/core": {
|
|
@@ -44,8 +44,8 @@
|
|
|
44
44
|
"@types/react": "^19.1.0",
|
|
45
45
|
"@types/react-native": "^0.73.0",
|
|
46
46
|
"typescript": "~5.8.3",
|
|
47
|
-
"@buoy-gg/license": "
|
|
48
|
-
"@buoy-gg/core": "
|
|
47
|
+
"@buoy-gg/license": "7.0.0",
|
|
48
|
+
"@buoy-gg/core": "7.0.0"
|
|
49
49
|
},
|
|
50
50
|
"react-native-builder-bob": {
|
|
51
51
|
"source": "src",
|
|
@@ -68,17 +68,28 @@
|
|
|
68
68
|
},
|
|
69
69
|
"repository": {
|
|
70
70
|
"type": "git",
|
|
71
|
-
"url": "https://github.com/
|
|
71
|
+
"url": "https://github.com/Buoy-gg/buoy.git",
|
|
72
72
|
"directory": "packages/highlight-updates"
|
|
73
73
|
},
|
|
74
74
|
"bugs": {
|
|
75
75
|
"url": "https://github.com/LovesWorking/react-native-buoy/issues"
|
|
76
76
|
},
|
|
77
|
-
"homepage": "https://
|
|
77
|
+
"homepage": "https://buoy.gg/tools/highlight-updates",
|
|
78
78
|
"publishConfig": {
|
|
79
79
|
"access": "public",
|
|
80
80
|
"tag": "latest"
|
|
81
81
|
},
|
|
82
|
+
"keywords": [
|
|
83
|
+
"react-native",
|
|
84
|
+
"expo",
|
|
85
|
+
"devtools",
|
|
86
|
+
"debugging",
|
|
87
|
+
"react-native-devtools",
|
|
88
|
+
"flipper-alternative",
|
|
89
|
+
"re-renders",
|
|
90
|
+
"render-highlight",
|
|
91
|
+
"performance"
|
|
92
|
+
],
|
|
82
93
|
"scripts": {
|
|
83
94
|
"build": "bob build",
|
|
84
95
|
"typecheck": "tsc --noEmit",
|