@solana/assertions 5.4.0-canary-20260108130911 → 5.4.0-canary-20260108180834
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/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@solana/assertions",
|
|
3
|
-
"version": "5.4.0-canary-
|
|
3
|
+
"version": "5.4.0-canary-20260108180834",
|
|
4
4
|
"description": "Helpers for asserting that a JavaScript environment supports certain features necessary for the operation of the Solana JavaScript SDK",
|
|
5
5
|
"homepage": "https://www.solanakit.com/api#solanaassertions",
|
|
6
6
|
"exports": {
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"maintained node versions"
|
|
56
56
|
],
|
|
57
57
|
"dependencies": {
|
|
58
|
-
"@solana/errors": "5.4.0-canary-
|
|
58
|
+
"@solana/errors": "5.4.0-canary-20260108180834"
|
|
59
59
|
},
|
|
60
60
|
"peerDependencies": {
|
|
61
61
|
"typescript": ">=5.9.3"
|