vet-sdk-core-ts 0.4.42 → 0.4.43

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 +4 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -30,8 +30,10 @@ Development and releases follow the mandatory
30
30
  Browser-safe VetChain domain contracts. This repository is independent from
31
31
  UHC SDK packages and must not import them.
32
32
 
33
- The SDK consumes governed browser-safe values from `vet-data-utils-ts` and
34
- owns gateway request construction. GW VET remains the policy authority.
33
+ The SDK consumes governed browser-safe values from `vet-data-utils-ts` and the
34
+ product-neutral Task, subject-card index and emergency record contracts from
35
+ `sos-data-utils-ts`. It owns veterinary orchestration and gateway request
36
+ construction. GW VET remains the policy authority.
35
37
 
36
38
  `vet-sdk-core-ts/health-dcat` provides the neutral manager for tenant-owned
37
39
  HealthDCAT metadata. It publishes and searches claims-first resources, asks an
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vet-sdk-core-ts",
3
- "version": "0.4.42",
3
+ "version": "0.4.43",
4
4
  "description": "Browser-safe VetChain core contracts and governed animal species identifiers",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Connecting Solution & Applications Ltd",
@@ -89,7 +89,7 @@
89
89
  "@noble/hashes": "^2.2.0",
90
90
  "@noble/post-quantum": "0.5.4",
91
91
  "gdc-common-utils-ts": "2.9.10",
92
- "sos-data-utils-ts": "0.2.2",
92
+ "sos-data-utils-ts": "0.3.0",
93
93
  "vet-data-utils-ts": "0.5.28"
94
94
  }
95
95
  }