@tuwaio/nova-transactions 1.0.0-fix-explorer-link-alpha.2.ab0987a → 1.0.0-fix-integrate-orbit-alpha.2.172b680
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 +89 -58
- package/dist/{WalletInfoModal-BeE6SSek.d.cts → WalletInfoModal-DQiw6rqS.d.cts} +8 -7
- package/dist/{WalletInfoModal-BeE6SSek.d.ts → WalletInfoModal-DQiw6rqS.d.ts} +8 -7
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3 -2
- package/dist/index.d.ts +3 -2
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/providers/index.cjs +1 -1
- package/dist/providers/index.cjs.map +1 -1
- package/dist/providers/index.d.cts +3 -2
- package/dist/providers/index.d.ts +3 -2
- package/dist/providers/index.js +1 -1
- package/dist/providers/index.js.map +1 -1
- package/package.json +8 -16
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@tuwaio/nova-transactions",
|
3
|
-
"version": "1.0.0-fix-
|
3
|
+
"version": "1.0.0-fix-integrate-orbit-alpha.2.172b680",
|
4
4
|
"private": false,
|
5
5
|
"author": "Oleksandr Tkach",
|
6
6
|
"license": "Apache-2.0",
|
@@ -65,46 +65,38 @@
|
|
65
65
|
"@bgd-labs/react-web3-icons": ">=1",
|
66
66
|
"@heroicons/react": ">=2",
|
67
67
|
"@radix-ui/react-dialog": ">=1",
|
68
|
-
"@wagmi/core": ">=2",
|
69
68
|
"framer-motion": ">=12",
|
70
|
-
"
|
71
|
-
"react": ">=18",
|
72
|
-
"react-dom": ">=18",
|
69
|
+
"react": ">=19",
|
73
70
|
"react-toastify": ">=11",
|
74
|
-
"tailwindcss": ">=4",
|
75
|
-
"viem": ">=2",
|
76
|
-
"zustand": ">=5",
|
77
71
|
"@tuwaio/pulsar-core": ">=0",
|
78
72
|
"@tuwaio/nova-core": ">=0",
|
73
|
+
"@tuwaio/orbit-core": ">=0",
|
79
74
|
"dayjs": ">=1",
|
80
75
|
"ethereum-blockies-base64": ">=1"
|
81
76
|
},
|
82
77
|
"devDependencies": {
|
83
|
-
"@tuwaio/
|
78
|
+
"@tuwaio/orbit-core": "1.0.0-fix-test-alpha.7.13eb435",
|
79
|
+
"@tuwaio/pulsar-core": "1.0.0-fix-orbit-integration-alpha.2.568e8f7",
|
84
80
|
"dayjs": "^1.11.18",
|
85
81
|
"ethereum-blockies-base64": "^1.0.2",
|
86
|
-
"@bgd-labs/react-web3-icons": "^1.
|
82
|
+
"@bgd-labs/react-web3-icons": "^1.50.0",
|
87
83
|
"@heroicons/react": "^2.2.0",
|
88
84
|
"@radix-ui/react-dialog": "^1.1.15",
|
89
85
|
"@tailwindcss/postcss": "^4.1.13",
|
90
86
|
"@types/react": "^19.1.13",
|
91
|
-
"@types/react-dom": "^19.1.9",
|
92
|
-
"@wagmi/core": "^2.21.0",
|
93
87
|
"autoprefixer": "^10.4.21",
|
94
88
|
"clsx": "^2.1.1",
|
95
|
-
"framer-motion": "^12.23.
|
89
|
+
"framer-motion": "^12.23.18",
|
96
90
|
"immer": "^10.1.3",
|
97
91
|
"postcss": "^8.5.6",
|
98
92
|
"postcss-cli": "^11.0.1",
|
99
93
|
"react": "^19.1.1",
|
100
|
-
"react-dom": "^19.1.1",
|
101
94
|
"react-toastify": "^11.0.5",
|
102
95
|
"tsup": "^8.5.0",
|
103
96
|
"typescript": "~5.9.2",
|
104
97
|
"tailwindcss": "^4.1.13",
|
105
|
-
"viem": "^2.37.6",
|
106
98
|
"zustand": "^5.0.8",
|
107
|
-
"@tuwaio/nova-core": "^1.0.0-fix-
|
99
|
+
"@tuwaio/nova-core": "^1.0.0-fix-integrate-orbit-alpha.2.172b680"
|
108
100
|
},
|
109
101
|
"scripts": {
|
110
102
|
"build": "tsup && pnpm exec postcss ./src/styles/app.css -o ./dist/index.css"
|