@seedprotocol/react 0.4.16 → 0.4.18
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 +6 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@seedprotocol/react",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.18",
|
|
4
4
|
"description": "React hooks and components for Seed Protocol",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -24,16 +24,14 @@
|
|
|
24
24
|
],
|
|
25
25
|
"scripts": {
|
|
26
26
|
"build": "rimraf dist && vite build",
|
|
27
|
-
"prepublishOnly": "npm run build && node ../../scripts/sync-versions.js && npm pkg set devDependencies.@seedprotocol/sdk=$(node -e \"console.log(require('../sdk/package.json').version)\")",
|
|
28
|
-
"postpublish": "git checkout -- package.json",
|
|
29
27
|
"test": "cd ../.. && vitest run --reporter=default --config vite.config.js --project=browser-react",
|
|
30
28
|
"test:watch": "cd ../.. && vitest --config vite.config.js --project=browser-react",
|
|
31
29
|
"test:browser": "cd ../.. && vitest --config vite.config.js --project=browser"
|
|
32
30
|
},
|
|
33
31
|
"peerDependencies": {
|
|
34
32
|
"@seedprotocol/sdk": "^0.4.0",
|
|
35
|
-
"
|
|
36
|
-
"react": "^
|
|
33
|
+
"react": "^18 || ^19",
|
|
34
|
+
"@tanstack/react-query": "^5"
|
|
37
35
|
},
|
|
38
36
|
"dependencies": {
|
|
39
37
|
"@xstate/react": "^6.1.0",
|
|
@@ -46,7 +44,8 @@
|
|
|
46
44
|
"xstate": "^5.28.0"
|
|
47
45
|
},
|
|
48
46
|
"devDependencies": {
|
|
49
|
-
"@seedprotocol/sdk": "0.4.
|
|
47
|
+
"@seedprotocol/sdk": "0.4.18",
|
|
48
|
+
"vite-plugin-dts": "^4.5.4",
|
|
50
49
|
"@tanstack/react-query": "^5.90.15",
|
|
51
50
|
"@testing-library/react": "^16.3.1",
|
|
52
51
|
"@types/react": "^19.0.2",
|
|
@@ -54,8 +53,7 @@
|
|
|
54
53
|
"react-dom": "^19.0.0",
|
|
55
54
|
"rimraf": "^6.0.1",
|
|
56
55
|
"typescript": "~5.9.3",
|
|
57
|
-
"vite": "^7.3.0"
|
|
58
|
-
"vite-plugin-dts": "^4.5.4"
|
|
56
|
+
"vite": "^7.3.0"
|
|
59
57
|
},
|
|
60
58
|
"author": "Keith Axline <keith@journodao.xyz>",
|
|
61
59
|
"license": "MIT",
|