@dignetwork/dig-sdk 0.3.3 → 0.4.1

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@dignetwork/dig-sdk",
3
- "version": "0.3.3",
3
+ "version": "0.4.1",
4
4
  "description": "The typed front door for building dapps on the DIG Network: a Chia wallet abstraction (ChiaProvider) plus DigClient read-crypto (verify + decrypt content by URN) and the canonical CHIP-0035 spend builder. ESM + CJS + .d.ts, browser + Node 18+.",
5
5
  "license": "MIT",
6
6
  "author": "DIG Network",
@@ -75,12 +75,14 @@
75
75
  "build": "tsup",
76
76
  "typecheck": "tsc --noEmit",
77
77
  "test": "node --test",
78
+ "coverage": "c8 node --test",
79
+ "test:coverage": "c8 node --test",
78
80
  "test:examples": "tsc -p tsconfig.examples.json --noEmit",
79
81
  "verify": "npm run typecheck && npm run build && npm test",
80
82
  "prepublishOnly": "npm run build"
81
83
  },
82
84
  "dependencies": {
83
- "@dignetwork/chip35-dl-coin-wasm": "^0.8.0",
85
+ "@dignetwork/chip35-dl-coin-wasm": "^0.13.0",
84
86
  "@dignetwork/dig-capsule-wasm": "^0.1.3"
85
87
  },
86
88
  "peerDependencies": {