@sonate/verify-sdk 2.0.0 → 2.0.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.
Files changed (2) hide show
  1. package/README.md +0 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -146,7 +146,6 @@ interface TrustReceipt {
146
146
 
147
147
  - [`@sonate/trust-receipts`](https://www.npmjs.com/package/@sonate/trust-receipts) — Generate signed receipts in your own applications
148
148
  - [`@sonate/schemas`](https://www.npmjs.com/package/@sonate/schemas) — JSON Schema + TypeScript types
149
- - [`@sonate/core`](https://www.npmjs.com/package/@sonate/core) — Core trust protocol implementation
150
149
 
151
150
  ## License
152
151
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sonate/verify-sdk",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "Client-side SDK for verifying SONATE trust receipts",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",