@easy1staking/cip113-sdk-ts 0.2.2 → 0.3.0

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
@@ -90,7 +90,7 @@ Each script is standalone — run them sequentially to walk through the complete
90
90
 
91
91
  ## Peer Dependencies
92
92
 
93
- - `@evolution-sdk/evolution` ^0.5.1
93
+ - `@evolution-sdk/evolution` ^0.5.2
94
94
  - `effect` ^3.0.0
95
95
 
96
96
  ## License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@easy1staking/cip113-sdk-ts",
3
- "version": "0.2.2",
3
+ "version": "0.3.0",
4
4
  "description": "TypeScript SDK for CIP-113 Programmable Tokens on Cardano",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -19,11 +19,11 @@
19
19
  "prepublishOnly": "npm run clean && npm run build"
20
20
  },
21
21
  "peerDependencies": {
22
- "@evolution-sdk/evolution": "^0.5.1",
22
+ "@evolution-sdk/evolution": "^0.5.2",
23
23
  "effect": "^3.0.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@evolution-sdk/evolution": "^0.5.1",
26
+ "@evolution-sdk/evolution": "^0.5.2",
27
27
  "@types/node": "^25.5.2",
28
28
  "effect": "^3.0.0",
29
29
  "typescript": "^5.5.0"