@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.
- package/README.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@easy1staking/cip113-sdk-ts",
|
|
3
|
-
"version": "0.
|
|
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.
|
|
22
|
+
"@evolution-sdk/evolution": "^0.5.2",
|
|
23
23
|
"effect": "^3.0.0"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@evolution-sdk/evolution": "^0.5.
|
|
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"
|