@cardanowall/sdk-ts 0.0.0 → 0.2.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/package.json CHANGED
@@ -1,22 +1,22 @@
1
1
  {
2
2
  "name": "@cardanowall/sdk-ts",
3
- "version": "0.0.0",
3
+ "version": "0.2.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
- "author": "Cardanowall <hello@cardanowall.com>",
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",
@@ -24,6 +24,7 @@
24
24
  ],
25
25
  "publishConfig": {
26
26
  "access": "public",
27
+ "provenance": true,
27
28
  "registry": "https://registry.npmjs.org/"
28
29
  },
29
30
  "bin": {
@@ -95,8 +96,8 @@
95
96
  "cbor2": "^2.3.0",
96
97
  "hash-wasm": "4.12.0",
97
98
  "zod": "^4.4.3",
98
- "@cardanowall/crypto-core": "0.0.0",
99
- "@cardanowall/poe-standard": "0.0.0"
99
+ "@cardanowall/crypto-core": "0.2.0",
100
+ "@cardanowall/poe-standard": "0.2.0"
100
101
  },
101
102
  "devDependencies": {
102
103
  "tsup": "^8.5.1"