@tuwaio/nova-connect 1.0.0-fix-packages-alpha.4.a65039b → 1.0.0-fix-packages-alpha.5.86a7a54

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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tuwaio/nova-connect",
3
- "version": "1.0.0-fix-packages-alpha.4.a65039b",
3
+ "version": "1.0.0-fix-packages-alpha.5.86a7a54",
4
4
  "private": false,
5
5
  "author": "Oleksandr Tkach",
6
6
  "license": "Apache-2.0",
@@ -227,8 +227,8 @@
227
227
  "tw-animate-css": "^1.4.0",
228
228
  "typescript": "^5.9.3",
229
229
  "tsup": "^8.5.1",
230
- "@tuwaio/nova-core": "^1.0.0-fix-packages-alpha.4.a65039b",
231
- "@tuwaio/nova-transactions": "^1.0.0-fix-packages-alpha.4.a65039b"
230
+ "@tuwaio/nova-core": "^1.0.0-fix-packages-alpha.5.86a7a54",
231
+ "@tuwaio/nova-transactions": "^1.0.0-fix-packages-alpha.5.86a7a54"
232
232
  },
233
233
  "scripts": {
234
234
  "start": "tsup src/index.ts --watch",