@kronsdk/kron-sdk 0.4.0 → 0.6.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,6 +1,6 @@
1
1
  {
2
2
  "name": "@kronsdk/kron-sdk",
3
- "version": "0.4.0",
3
+ "version": "0.6.0",
4
4
  "description": "Build, sign, and submit transactions against KRON's native-L1 Kaspa covenants (bonding curve + AMM pool) from any JS/TS environment — browser or Node. Reference SDK for wallet and dApp integrators.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -30,7 +30,8 @@
30
30
  "typecheck": "tsc --noEmit",
31
31
  "test": "vitest run",
32
32
  "smoke": "node scripts/smoke-test-node-wasm.mjs",
33
- "prepublishOnly": "npm run build && npm test"
33
+ "verify:parity": "node scripts/verify-parity.mjs",
34
+ "prepublishOnly": "npm run build && npm test && npm run verify:parity"
34
35
  },
35
36
  "publishConfig": {
36
37
  "access": "public"