@initia/interwovenkit-react 2.0.0 → 2.0.2
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/README.md +8 -17
- package/dist/index.cjs +2 -2
- package/dist/index.js +99 -95
- package/package.json +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@initia/interwovenkit-react",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.2",
|
|
4
4
|
"description": "Connect dApps to Initia and Interwoven Rollups",
|
|
5
5
|
"author": "Initia (https://initia.xyz)",
|
|
6
6
|
"repository": "github:initia-labs/interwovenkit",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"xss": "^1.0.15"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
|
-
"@initia/initia-registry-types": "^1.0.
|
|
62
|
+
"@initia/initia-registry-types": "^1.0.10",
|
|
63
63
|
"@keplr-wallet/types": "^0.12.263",
|
|
64
64
|
"@skip-go/client": "^1.5.2",
|
|
65
65
|
"@tanstack/react-query": "^5.85.3",
|
|
@@ -126,6 +126,7 @@
|
|
|
126
126
|
"scripts": {
|
|
127
127
|
"build": "vite build",
|
|
128
128
|
"build:fast": "vite build --mode fast",
|
|
129
|
+
"release": "standard-version",
|
|
129
130
|
"typecheck": "tsc",
|
|
130
131
|
"lint": "eslint src --fix",
|
|
131
132
|
"test": "vitest run"
|