Skip to content

Commit e08cd2a

Browse files
committed
Merge branch 'main' of https://github.com/proofsh/proofkit
2 parents a428e63 + 1ac55f4 commit e08cd2a

13 files changed

Lines changed: 37 additions & 8 deletions

File tree

.changeset/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232
"expose-typegen-buildschema-root-export",
3333
"fair-lamps-taste",
3434
"fair-poems-care",
35+
"fifty-lobsters-remain",
36+
"fix-batch-sub-request-urls",
3537
"fix-cli-dot-name-normalization",
3638
"fix-cli-parse-name-parent-paths",
3739
"fix-date-filter-quoting",

packages/better-auth/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @proofkit/better-auth
22

3+
## 0.4.0-beta.14
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [b075656]
8+
- @proofkit/fmodata@0.1.0-beta.38
9+
310
## 0.4.0-beta.13
411

512
### Patch Changes

packages/better-auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@proofkit/better-auth",
3-
"version": "0.4.0-beta.13",
3+
"version": "0.4.0-beta.14",
44
"description": "FileMaker adapter for Better Auth",
55
"type": "module",
66
"main": "dist/esm/index.js",

packages/better-auth/skills/better-auth-setup/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: >
88
migration workflow, troubleshooting "filemaker is not supported" errors.
99
type: core
1010
library: proofkit
11-
library_version: "0.4.0-beta.13"
11+
library_version: "0.4.0-beta.14"
1212
requires:
1313
- fmodata-client
1414
sources:

packages/cli/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @proofgeist/kit
22

3+
## 2.0.0-beta.29
4+
5+
### Patch Changes
6+
7+
- c79f183: Fix FileMaker webviewer init flow to install local addon files before prompting that no FileMaker file is open in the local MCP server.
8+
- @proofkit/typegen@1.1.0-beta.23
9+
310
## 2.0.0-beta.28
411

512
### Patch Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@proofkit/cli",
3-
"version": "2.0.0-beta.28",
3+
"version": "2.0.0-beta.29",
44
"description": "Interactive CLI to scaffold and manage ProofKit projects",
55
"license": "MIT",
66
"repository": {

packages/fmodata/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @proofkit/fmodata
22

3+
## 0.1.0-beta.38
4+
5+
### Patch Changes
6+
7+
- b075656: Fix batch sub-request URLs to use canonical FileMaker OData path format. Strips the Otto proxy prefix (`/otto/`) and `.fmp12` file extension from database names in sub-request URLs inside multipart batch bodies, which are processed directly by FileMaker's OData engine. Also fix `InvalidLocationHeaderError` in batch insert/update sub-responses by gracefully handling missing Location headers (returns ROWID -1 instead of throwing).
8+
39
## 0.1.0-beta.37
410

511
### Patch Changes

packages/fmodata/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@proofkit/fmodata",
3-
"version": "0.1.0-beta.37",
3+
"version": "0.1.0-beta.38",
44
"description": "FileMaker OData API client",
55
"repository": "git@github.com:proofgeist/proofkit.git",
66
"author": "Eric <37158449+eluce2@users.noreply.github.com>",

packages/fmodata/skills/fmodata-client/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ description: >
1111
webhooks getTableColumns select("all")
1212
type: core
1313
library: proofkit
14-
library_version: "0.1.0-beta.37"
14+
library_version: "0.1.0-beta.38"
1515
requires:
1616
- typegen-fmodata
1717
sources:

packages/fmodata/skills/odata-query-optimization/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description: >
99
service overload during testing.
1010
type: core
1111
library: proofkit
12-
library_version: "0.1.0-beta.37"
12+
library_version: "0.1.0-beta.38"
1313
requires:
1414
- fmodata-client
1515
sources:

0 commit comments

Comments
 (0)