@tuwaio/pulsar-solana 0.6.5 → 0.6.6
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 +1 -1
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
[](./LICENSE)
|
|
5
5
|
[](https://github.com/TuwaIO/pulsar-core/actions)
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
Layer 4 (L4) of the TUWA Ecosystem. Low-level Solana block state monitors and RPC cluster lifecycle indexers powered strictly by gill.
|
|
8
8
|
|
|
9
9
|
---
|
|
10
10
|
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tuwaio/pulsar-solana",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.6",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "Oleksandr Tkach",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
|
-
"description": "
|
|
7
|
+
"description": "Layer 4 (L4) of the TUWA Ecosystem. Low-level Solana block state monitors and RPC cluster lifecycle indexers powered strictly by gill.",
|
|
8
8
|
"main": "./dist/index.js",
|
|
9
9
|
"module": "./dist/index.mjs",
|
|
10
10
|
"types": "./dist/index.d.ts",
|
|
@@ -50,20 +50,20 @@
|
|
|
50
50
|
"zustand": "5.x.x"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@tuwaio/orbit-core": "^0.2.
|
|
54
|
-
"@tuwaio/orbit-solana": "^0.2.
|
|
53
|
+
"@tuwaio/orbit-core": "^0.2.13",
|
|
54
|
+
"@tuwaio/orbit-solana": "^0.2.11",
|
|
55
55
|
"@wallet-standard/app": "^1.1.1",
|
|
56
56
|
"@wallet-standard/ui-core": "^1.0.1",
|
|
57
57
|
"@wallet-standard/ui-registry": "^1.1.1",
|
|
58
58
|
"dayjs": "^1.11.21",
|
|
59
59
|
"gill": "^0.14.0",
|
|
60
|
-
"immer": "^11.1.
|
|
60
|
+
"immer": "^11.1.15",
|
|
61
61
|
"jsdom": "^29.1.1",
|
|
62
62
|
"tsup": "^8.5.1",
|
|
63
63
|
"typescript": "^6.0.3",
|
|
64
|
-
"vitest": "^4.1.
|
|
64
|
+
"vitest": "^4.1.10",
|
|
65
65
|
"zustand": "^5.0.14",
|
|
66
|
-
"@tuwaio/pulsar-core": "^0.6.
|
|
66
|
+
"@tuwaio/pulsar-core": "^0.6.6"
|
|
67
67
|
},
|
|
68
68
|
"scripts": {
|
|
69
69
|
"start": "tsup src/index.ts --watch",
|