@cardanowall/sdk-ts 0.1.0 → 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 (38) hide show
  1. package/README.md +14 -14
  2. package/dist/client/index.cjs +1621 -1538
  3. package/dist/client/index.cjs.map +1 -1
  4. package/dist/client/index.d.cts +52 -52
  5. package/dist/client/index.d.ts +52 -52
  6. package/dist/client/index.js +1620 -1537
  7. package/dist/client/index.js.map +1 -1
  8. package/dist/conformance/cli.cjs +2367 -2106
  9. package/dist/conformance/cli.cjs.map +1 -1
  10. package/dist/conformance/cli.js +2367 -2106
  11. package/dist/conformance/cli.js.map +1 -1
  12. package/dist/identity/index.cjs +219 -104
  13. package/dist/identity/index.cjs.map +1 -1
  14. package/dist/identity/index.d.cts +1 -1
  15. package/dist/identity/index.d.ts +1 -1
  16. package/dist/identity/index.js +219 -104
  17. package/dist/identity/index.js.map +1 -1
  18. package/dist/ids/index.cjs.map +1 -1
  19. package/dist/ids/index.js.map +1 -1
  20. package/dist/index.cjs +2808 -2530
  21. package/dist/index.cjs.map +1 -1
  22. package/dist/index.d.cts +3 -3
  23. package/dist/index.d.ts +3 -3
  24. package/dist/index.js +2805 -2527
  25. package/dist/index.js.map +1 -1
  26. package/dist/merkle/index.cjs +1 -1
  27. package/dist/merkle/index.cjs.map +1 -1
  28. package/dist/merkle/index.js +1 -1
  29. package/dist/merkle/index.js.map +1 -1
  30. package/dist/{types-BQMtbRCb.d.cts → types-DGsZTMuZ.d.cts} +6 -6
  31. package/dist/{types-BQMtbRCb.d.ts → types-DGsZTMuZ.d.ts} +6 -6
  32. package/dist/verifier/index.cjs +2368 -2107
  33. package/dist/verifier/index.cjs.map +1 -1
  34. package/dist/verifier/index.d.cts +3 -3
  35. package/dist/verifier/index.d.ts +3 -3
  36. package/dist/verifier/index.js +2369 -2108
  37. package/dist/verifier/index.js.map +1 -1
  38. package/package.json +8 -8
package/package.json CHANGED
@@ -1,22 +1,22 @@
1
1
  {
2
2
  "name": "@cardanowall/sdk-ts",
3
- "version": "0.1.0",
3
+ "version": "0.3.0",
4
4
  "type": "module",
5
- "description": "CardanoWall TypeScript SDK — standalone CIP-309 verifier + envelope helpers + HTTP client (browser-safe).",
5
+ "description": "CardanoWall TypeScript SDK — standalone Label 309 verifier + envelope helpers + HTTP client (browser-safe).",
6
6
  "license": "Apache-2.0",
7
7
  "author": "CardanoWall <hello@cardanowall.com>",
8
8
  "repository": {
9
9
  "type": "git",
10
- "url": "git+https://github.com/cardanowall/cip309-ts.git",
10
+ "url": "git+https://github.com/cardanowall/label-309-ts.git",
11
11
  "directory": "packages/sdk-ts"
12
12
  },
13
- "homepage": "https://github.com/cardanowall/cip309-ts#readme",
13
+ "homepage": "https://github.com/cardanowall/label-309-ts#readme",
14
14
  "bugs": {
15
- "url": "https://github.com/cardanowall/cip309-ts/issues"
15
+ "url": "https://github.com/cardanowall/label-309-ts/issues"
16
16
  },
17
17
  "keywords": [
18
18
  "cardano",
19
- "cip-309",
19
+ "label-309",
20
20
  "proof-of-existence",
21
21
  "poe",
22
22
  "cardanowall",
@@ -96,8 +96,8 @@
96
96
  "cbor2": "^2.3.0",
97
97
  "hash-wasm": "4.12.0",
98
98
  "zod": "^4.4.3",
99
- "@cardanowall/crypto-core": "0.1.0",
100
- "@cardanowall/poe-standard": "0.1.0"
99
+ "@cardanowall/poe-standard": "0.3.0",
100
+ "@cardanowall/crypto-core": "0.3.0"
101
101
  },
102
102
  "devDependencies": {
103
103
  "tsup": "^8.5.1"