@digitalculture/ochre-sdk 0.9.13 → 0.9.14

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/index.d.cts CHANGED
@@ -745,7 +745,7 @@ type Style = {
745
745
  type WebBlock = {
746
746
  uuid: string;
747
747
  type: "block";
748
- layout: "vertical" | "horizontal" | "grid";
748
+ layout: "vertical" | "horizontal" | "grid" | "vertical-flex" | "horizontal-flex";
749
749
  title: WebTitle;
750
750
  items: Array<WebElement | WebBlock>;
751
751
  properties: {
package/dist/index.d.ts CHANGED
@@ -745,7 +745,7 @@ type Style = {
745
745
  type WebBlock = {
746
746
  uuid: string;
747
747
  type: "block";
748
- layout: "vertical" | "horizontal" | "grid";
748
+ layout: "vertical" | "horizontal" | "grid" | "vertical-flex" | "horizontal-flex";
749
749
  title: WebTitle;
750
750
  items: Array<WebElement | WebBlock>;
751
751
  properties: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digitalculture/ochre-sdk",
3
- "version": "0.9.13",
3
+ "version": "0.9.14",
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",
@@ -40,18 +40,18 @@
40
40
  "dist"
41
41
  ],
42
42
  "dependencies": {
43
- "zod": "^4.0.13"
43
+ "zod": "^4.0.15"
44
44
  },
45
45
  "devDependencies": {
46
- "@antfu/eslint-config": "^5.0.0",
46
+ "@antfu/eslint-config": "^5.2.0",
47
47
  "@arethetypeswrong/cli": "^0.18.2",
48
48
  "@changesets/cli": "^2.29.5",
49
- "@types/node": "^24.1.0",
49
+ "@types/node": "^24.2.1",
50
50
  "eslint": "^9.32.0",
51
51
  "prettier": "^3.6.2",
52
52
  "terser": "^5.43.1",
53
- "tsdown": "^0.13.0",
54
- "typescript": "^5.8.3",
53
+ "tsdown": "^0.13.4",
54
+ "typescript": "^5.9.2",
55
55
  "vitest": "^3.2.4"
56
56
  },
57
57
  "scripts": {