@kontsedal/olas-devtools 0.0.3 → 0.0.4
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 +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kontsedal/olas-devtools",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.4",
|
|
4
4
|
"description": "Olas in-app devtools — controller tree inspector, cache timeline, mutation log, signal graph.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"olas",
|
|
@@ -46,8 +46,8 @@
|
|
|
46
46
|
"sideEffects": false,
|
|
47
47
|
"peerDependencies": {
|
|
48
48
|
"react": ">=18",
|
|
49
|
-
"@kontsedal/olas-core": "^0.0.
|
|
50
|
-
"@kontsedal/olas-react": "^0.0.
|
|
49
|
+
"@kontsedal/olas-core": "^0.0.4",
|
|
50
|
+
"@kontsedal/olas-react": "^0.0.4"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@testing-library/react": "^16.3.2",
|
|
@@ -55,8 +55,8 @@
|
|
|
55
55
|
"@types/react-dom": "^19.2.3",
|
|
56
56
|
"react": "^19.2.6",
|
|
57
57
|
"react-dom": "^19.2.6",
|
|
58
|
-
"@kontsedal/olas-core": "^0.0.
|
|
59
|
-
"@kontsedal/olas-react": "^0.0.
|
|
58
|
+
"@kontsedal/olas-core": "^0.0.4",
|
|
59
|
+
"@kontsedal/olas-react": "^0.0.4"
|
|
60
60
|
},
|
|
61
61
|
"publishConfig": {
|
|
62
62
|
"access": "public"
|