ochre-sdk 1.0.63 → 1.0.64

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.
@@ -125,7 +125,7 @@ type Website<T extends LanguageCodes = LanguageCodes> = {
125
125
  type: WebsiteType;
126
126
  status: "development" | "preview" | "production";
127
127
  versionLabel: "experimental" | "alpha" | "beta" | "test" | "staging" | "pre-release" | "release";
128
- privacy: "public" | "password" | "password-ochre";
128
+ privacy: "public" | "password" | "credentials-ochre";
129
129
  contact: {
130
130
  name: string;
131
131
  email: string | null;
@@ -536,7 +536,7 @@ type ProtectedWebsite<T extends LanguageCodes = LanguageCodes> = {
536
536
  uuid: string;
537
537
  identification: Identification<T>;
538
538
  properties: {
539
- privacy: "password" | "password-ochre";
539
+ privacy: "password" | "credentials-ochre";
540
540
  };
541
541
  };
542
542
  //#endregion
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ochre-sdk",
3
- "version": "1.0.63",
3
+ "version": "1.0.64",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "description": "Node.js library for working with OCHRE (Online Cultural and Historical Research Environment) data",
@@ -47,17 +47,17 @@
47
47
  "dependencies": {
48
48
  "date-fns": "^4.4.0",
49
49
  "fast-equals": "^6.0.2",
50
- "fast-xml-parser": "^5.10.0",
50
+ "fast-xml-parser": "^5.10.1",
51
51
  "valibot": "^1.4.2"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@antfu/eslint-config": "^9.1.0",
55
55
  "@types/node": "^24.13.3",
56
- "bumpp": "^11.1.0",
56
+ "bumpp": "^12.0.0",
57
57
  "eslint": "^10.7.0",
58
- "knip": "^6.26.0",
58
+ "knip": "^6.27.0",
59
59
  "oxfmt": "^0.59.0",
60
- "tsdown": "^0.22.7",
60
+ "tsdown": "^0.22.12",
61
61
  "typescript": "^6.0.3",
62
62
  "vitest": "^4.1.10"
63
63
  },