@arcium-hq/reader 0.10.1 → 0.10.2

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 +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -20,7 +20,7 @@
20
20
  ## Requirements
21
21
 
22
22
  - Node.js `20.18+`
23
- - `@anchor-lang/core` `^0.32.1`
23
+ - `@anchor-lang/core` `^1.0.2`
24
24
 
25
25
  ## Installation
26
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcium-hq/reader",
3
- "version": "0.10.1",
3
+ "version": "0.10.2",
4
4
  "description": "Reader SDK for fetching onchain data for Arcium network programs",
5
5
  "author": "Arcium",
6
6
  "license": "GPL-3.0-only",
@@ -55,10 +55,10 @@
55
55
  "typescript-eslint": "^8.15.0"
56
56
  },
57
57
  "dependencies": {
58
- "@anchor-lang/core": "^1.0.1",
58
+ "@anchor-lang/core": "^1.0.2",
59
59
  "@noble/curves": "^1.9.5",
60
60
  "@noble/hashes": "^1.7.1",
61
- "@arcium-hq/client": "0.10.1"
61
+ "@arcium-hq/client": "0.10.2"
62
62
  },
63
63
  "keywords": [
64
64
  "Cryptography",