@tuwaio/nova-transactions 0.0.16 → 0.0.17

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 +6 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -144,9 +144,13 @@ You can easily override the default English text by passing a `labels` prop, or
144
144
 
145
145
  -----
146
146
 
147
- ## 🤝 Contributing
147
+ ## 🤝 Contributing & Support
148
148
 
149
- Contributions are welcome\! Please read our main **[Contribution Guidelines](https://github.com/TuwaIO/workflows/blob/main/CONTRIBUTING.md)**.
149
+ Contributions are welcome! Please read our main **[Contribution Guidelines](https://github.com/TuwaIO/workflows/blob/main/CONTRIBUTING.md)**.
150
+
151
+ If you find this library useful, please consider supporting its development. Every contribution helps!
152
+
153
+ [**➡️ View Support Options**](https://github.com/TuwaIO/workflows/blob/main/Donation.md)
150
154
 
151
155
  ## 📄 License
152
156
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tuwaio/nova-transactions",
3
- "version": "0.0.16",
3
+ "version": "0.0.17",
4
4
  "private": false,
5
5
  "author": "Oleksandr Tkach",
6
6
  "license": "Apache-2.0",
@@ -80,7 +80,7 @@
80
80
  "ethereum-blockies-base64": ">=1"
81
81
  },
82
82
  "devDependencies": {
83
- "@tuwaio/pulsar-core": "^0.0.5",
83
+ "@tuwaio/pulsar-core": "^0.0.6",
84
84
  "dayjs": "^1.11.18",
85
85
  "ethereum-blockies-base64": "^1.0.2",
86
86
  "@bgd-labs/react-web3-icons": "^1.35.0",
@@ -104,7 +104,7 @@
104
104
  "tailwindcss": "^4.1.13",
105
105
  "viem": "^2.37.5",
106
106
  "zustand": "^5.0.8",
107
- "@tuwaio/nova-core": "^0.0.8"
107
+ "@tuwaio/nova-core": "^0.0.9"
108
108
  },
109
109
  "scripts": {
110
110
  "build": "tsup && pnpm exec postcss ./src/styles/app.css -o ./dist/index.css"