vet-data-utils-ts 0.4.5 → 0.4.8

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 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,6 +8,10 @@ Current surfaces cover the canonical animal-card DID, veterinary summary
8
8
  sections, animal-only emergency data, pseudonymous DigitalTwin search input and
9
9
  veterinary assistant intents.
10
10
 
11
+ The deferred spreadsheet shape for member and employee role assignments is
12
+ documented in [`docs/member-import-contract.md`](docs/member-import-contract.md).
13
+ It is not an implemented importer API.
14
+
11
15
  ## Active sector extension
12
16
 
13
17
  `vet-data-utils-ts/sectors` extends the frozen CORE catalog without changing
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vet-data-utils-ts",
3
- "version": "0.4.5",
3
+ "version": "0.4.8",
4
4
  "description": "Browser-safe governed VetChain data contracts",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Connecting Solution & Applications Ltd",