@uvrn/sdk 1.0.1 → 1.0.2

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 +2 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -311,6 +311,8 @@ See the [examples directory](./examples/) for complete working examples:
311
311
 
312
312
  ## Links
313
313
 
314
+ **Open source:** Source code and issues: [GitHub (uvrn-packages)](https://github.com/UVRN-org/uvrn-packages). Project landing: [UVRN](https://github.com/UVRN-org/uvrn).
315
+
314
316
  - [Repository](https://github.com/UVRN-org/uvrn-packages) — monorepo (this package: `uvrn-sdk`)
315
317
  - [SDK Guide](./docs/SDK_GUIDE.md) — comprehensive usage guide
316
318
  - [@uvrn/core](https://www.npmjs.com/package/@uvrn/core) — Delta Engine core (used in local mode)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uvrn/sdk",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "UVRN TypeScript SDK — programmatic access to deterministic verification",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -38,7 +38,7 @@
38
38
  "jest": "^29.5.0",
39
39
  "ts-jest": "^29.1.0",
40
40
  "typescript": "^5.3.0",
41
- "@uvrn/core": "1.0.1"
41
+ "@uvrn/core": "1.0.2"
42
42
  },
43
43
  "engines": {
44
44
  "node": ">=18.0.0"