@byline/client 1.8.0 → 1.8.2

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/dist/types.d.ts +2 -1
  2. package/package.json +4 -4
package/dist/types.d.ts CHANGED
@@ -223,7 +223,8 @@ export interface CreateOptions {
223
223
  */
224
224
  status?: string;
225
225
  /**
226
- * Explicit `documentVersions.path` override. When omitted the lifecycle
226
+ * Explicit `path` override (written into `byline_document_paths` keyed
227
+ * by `(document_id, defaultContentLocale)`). When omitted the lifecycle
227
228
  * derives a path from `definition.useAsPath` (or falls back to a UUID).
228
229
  */
229
230
  path?: string;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@byline/client",
3
3
  "private": false,
4
4
  "license": "MPL-2.0",
5
- "version": "1.8.0",
5
+ "version": "1.8.2",
6
6
  "engines": {
7
7
  "node": ">=20.9.0"
8
8
  },
@@ -38,8 +38,8 @@
38
38
  ],
39
39
  "dependencies": {
40
40
  "npm-run-all": "^4.1.5",
41
- "@byline/auth": "1.8.0",
42
- "@byline/core": "1.8.0"
41
+ "@byline/core": "1.8.2",
42
+ "@byline/auth": "1.8.2"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@biomejs/biome": "2.4.14",
@@ -51,7 +51,7 @@
51
51
  "tsx": "^4.21.0",
52
52
  "typescript": "6.0.3",
53
53
  "vitest": "^4.1.5",
54
- "@byline/db-postgres": "1.8.0"
54
+ "@byline/db-postgres": "1.8.2"
55
55
  },
56
56
  "publishConfig": {
57
57
  "access": "public",