vet-data-utils-ts 0.5.2 → 0.5.3

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/dist/sectors.d.ts CHANGED
@@ -8,14 +8,17 @@
8
8
  export declare const ExtendedDataspaceSectors: Readonly<{
9
9
  readonly PublicSafety: "public-safety";
10
10
  readonly HealthCare: "health-care";
11
+ readonly HealthLab: "health-lab";
11
12
  readonly HealthResearch: "health-research";
12
13
  readonly HealthTech: "health-tech";
13
14
  readonly HealthInsurance: "health-insurance";
14
15
  readonly AnimalCare: "animal-care";
16
+ readonly AnimalLab: "animal-lab";
15
17
  readonly AnimalResearch: "animal-research";
16
18
  readonly AnimalInsurance: "animal-insurance";
17
19
  readonly AnimalTech: "animal-tech";
18
20
  readonly OneHealthResearch: "onehealth-research";
21
+ readonly OneHealthLab: "onehealth-lab";
19
22
  readonly OneHealthTech: "onehealth-tech";
20
23
  }>;
21
24
  export type ExtendedDataspaceSector = typeof ExtendedDataspaceSectors[keyof typeof ExtendedDataspaceSectors];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vet-data-utils-ts",
3
- "version": "0.5.2",
3
+ "version": "0.5.3",
4
4
  "description": "Browser-safe governed VetChain data contracts",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Connecting Solution & Applications Ltd",
@@ -84,7 +84,7 @@
84
84
  "typescript": "^5.5.4"
85
85
  },
86
86
  "dependencies": {
87
- "gdc-common-utils-ts": "2.8.8"
87
+ "gdc-common-utils-ts": "2.9.4"
88
88
  },
89
89
  "engines": {
90
90
  "node": ">=20"