@tuwaio/nova-transactions 1.0.0-fix-integrate-orbit-alpha.28.5540261 → 1.0.0-fix-integrate-orbit-alpha.29.3fe83b3

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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +3 -5
package/README.md CHANGED
@@ -31,13 +31,13 @@ Next, you need to install a peer dependencies that `nova-transactions` relies on
31
31
 
32
32
  ```bash
33
33
  # Using pnpm
34
- pnpm add react-toastify framer-motion @radix-ui/react-dialog @heroicons/react @bgd-labs/react-web3-icons @tuwaio/pulsar-core @tuwaio/nova-core dayjs ethereum-blockies-base64 react immer zustand clsx tailwind-merge @tuwaio/orbit-core
34
+ pnpm add react-toastify framer-motion @radix-ui/react-dialog @heroicons/react @bgd-labs/react-web3-icons @tuwaio/pulsar-core @tuwaio/nova-core dayjs react immer zustand clsx tailwind-merge @tuwaio/orbit-core
35
35
 
36
36
  # Using npm
37
- npm install react-toastify framer-motion @radix-ui/react-dialog @heroicons/react @bgd-labs/react-web3-icons @tuwaio/pulsar-core @tuwaio/nova-core dayjs ethereum-blockies-base64 react immer zustand clsx tailwind-merge @tuwaio/orbit-core
37
+ npm install react-toastify framer-motion @radix-ui/react-dialog @heroicons/react @bgd-labs/react-web3-icons @tuwaio/pulsar-core @tuwaio/nova-core dayjs react immer zustand clsx tailwind-merge @tuwaio/orbit-core
38
38
 
39
39
  # Using yarn
40
- yarn add react-toastify framer-motion @radix-ui/react-dialog @heroicons/react @bgd-labs/react-web3-icons @tuwaio/pulsar-core @tuwaio/nova-core dayjs ethereum-blockies-base64 react immer zustand clsx tailwind-merge @tuwaio/orbit-core
40
+ yarn add react-toastify framer-motion @radix-ui/react-dialog @heroicons/react @bgd-labs/react-web3-icons @tuwaio/pulsar-core @tuwaio/nova-core dayjs react immer zustand clsx tailwind-merge @tuwaio/orbit-core
41
41
  ````
42
42
 
43
43
  -----
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tuwaio/nova-transactions",
3
- "version": "1.0.0-fix-integrate-orbit-alpha.28.5540261",
3
+ "version": "1.0.0-fix-integrate-orbit-alpha.29.3fe83b3",
4
4
  "private": false,
5
5
  "author": "Oleksandr Tkach",
6
6
  "license": "Apache-2.0",
@@ -71,14 +71,12 @@
71
71
  "@tuwaio/pulsar-core": ">=0",
72
72
  "@tuwaio/nova-core": ">=0",
73
73
  "@tuwaio/orbit-core": ">=0",
74
- "dayjs": "1.x.x",
75
- "ethereum-blockies-base64": "1.x.x"
74
+ "dayjs": "1.x.x"
76
75
  },
77
76
  "devDependencies": {
78
77
  "@tuwaio/orbit-core": "1.0.0-fix-test-alpha.50.f997a2c",
79
78
  "@tuwaio/pulsar-core": "1.0.0-fix-orbit-integration-alpha.18.e3594e7",
80
79
  "dayjs": "^1.11.18",
81
- "ethereum-blockies-base64": "^1.0.2",
82
80
  "@bgd-labs/react-web3-icons": "^1.51.0",
83
81
  "@heroicons/react": "^2.2.0",
84
82
  "@radix-ui/react-dialog": "^1.1.15",
@@ -96,7 +94,7 @@
96
94
  "typescript": "~5.9.3",
97
95
  "tailwindcss": "^4.1.14",
98
96
  "zustand": "^5.0.8",
99
- "@tuwaio/nova-core": "^1.0.0-fix-integrate-orbit-alpha.28.5540261"
97
+ "@tuwaio/nova-core": "^1.0.0-fix-integrate-orbit-alpha.29.3fe83b3"
100
98
  },
101
99
  "scripts": {
102
100
  "build": "tsup && pnpm exec postcss ./src/styles/app.css -o ./dist/index.css"