Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/neat-rocks-laugh.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/pk-data-api-script-guidance.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/skill-metadata-schema.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/webviewer-container-upload.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/better-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @proofkit/better-auth

## 0.4.2

### Patch Changes

- 788446b: fix: update Better Auth dependencies
- 69fcc55: Move skill package metadata under the Intent metadata frontmatter key.
- Updated dependencies [69fcc55]
- @proofkit/fmodata@0.1.2

## 0.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/better-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@proofkit/better-auth",
"version": "0.4.1",
"version": "0.4.2",
"description": "FileMaker adapter for Better Auth",
"type": "module",
"main": "dist/esm/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/better-auth/skills/better-auth-setup/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: >
metadata:
type: core
library: proofkit
library_version: "0.4.1"
library_version: "0.4.2"
requires:
- fmodata-client
sources:
Expand Down
7 changes: 7 additions & 0 deletions packages/fmdapi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @proofkit/fmdapi

## 5.2.1

### Patch Changes

- 69fcc55: Update WebViewerAdapter and FM MCP typegen guidance to use the renamed `PK_execute_data_api` FileMaker script.
- 69fcc55: Move skill package metadata under the Intent metadata frontmatter key.

## 5.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/fmdapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@proofkit/fmdapi",
"version": "5.2.0",
"version": "5.2.1",
"description": "FileMaker Data API client",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/fmdapi/skills/fmdapi-client/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: >
metadata:
type: core
library: proofkit
library_version: "5.2.0"
library_version: "5.2.1"
requires:
- typegen-fmdapi
sources:
Expand Down
2 changes: 1 addition & 1 deletion packages/fmdapi/skills/typegen-fmdapi/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description: >
metadata:
type: core
library: proofkit
library_version: "5.2.0"
library_version: "5.2.1"
sources:
- "proofsh/proofkit:packages/typegen/src/cli.ts"
- "proofsh/proofkit:packages/typegen/src/typegen.ts"
Expand Down
6 changes: 6 additions & 0 deletions packages/fmodata/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @proofkit/fmodata

## 0.1.2

### Patch Changes

- 69fcc55: Move skill package metadata under the Intent metadata frontmatter key.

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/fmodata/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@proofkit/fmodata",
"version": "0.1.1",
"version": "0.1.2",
"description": "FileMaker OData API client",
"repository": "git@github.com:proofsh/proofkit.git",
"author": "Eric <37158449+eluce2@users.noreply.github.com>",
Expand Down
2 changes: 1 addition & 1 deletion packages/fmodata/skills/fmodata-client/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ description: >
metadata:
type: core
library: proofkit
library_version: "0.1.1"
library_version: "0.1.2"
requires:
- typegen-fmodata
sources:
Expand Down
2 changes: 1 addition & 1 deletion packages/fmodata/skills/odata-query-optimization/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description: >
metadata:
type: core
library: proofkit
library_version: "0.1.1"
library_version: "0.1.2"
requires:
- fmodata-client
sources:
Expand Down
2 changes: 1 addition & 1 deletion packages/fmodata/skills/typegen-fmodata/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description: >
metadata:
type: core
library: proofkit
library_version: "0.1.1"
library_version: "0.1.2"
sources:
- "proofsh/proofkit:packages/typegen/src/cli.ts"
- "proofsh/proofkit:packages/typegen/src/fmodata/typegen.ts"
Expand Down
10 changes: 10 additions & 0 deletions packages/typegen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @proofkit/typegen

## 1.1.5

### Patch Changes

- 69fcc55: Update WebViewerAdapter and FM MCP typegen guidance to use the renamed `PK_execute_data_api` FileMaker script.
- Updated dependencies [69fcc55]
- Updated dependencies [69fcc55]
- @proofkit/fmdapi@5.2.1
- @proofkit/fmodata@0.1.2

## 1.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/typegen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@proofkit/typegen",
"version": "1.1.4",
"version": "1.1.5",
"description": "",
"type": "module",
"main": "dist/esm/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/webviewer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @proofkit/webviewer

## 3.3.0

### Minor Changes

- 81d5f15: Implement `containerUpload` in `WebViewerAdapter`. Files are Base64-encoded and written by the add-on's `PK_container_upload` FileMaker script, which navigates by record ID with `Go to List of Records` in a new window so the Web Viewer's layout stays current. Adds a `container` adapter option for `scriptName`, `timeoutMs`, and `maxFileBytes`. Requires FileMaker Pro 22.0 or later and an add-on that includes the script. When no script answers in time the call rejects with the new exported `ContainerUploadTimeoutError`, which carries `outcome: "unknown"` because the timeout cannot stop a FileMaker script that may still commit the write. File names without an extension, and container field repetitions above 1, are rejected client-side.

### Patch Changes

- 69fcc55: Update WebViewerAdapter and FM MCP typegen guidance to use the renamed `PK_execute_data_api` FileMaker script.
- 69fcc55: Move skill package metadata under the Intent metadata frontmatter key.

## 3.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/webviewer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@proofkit/webviewer",
"version": "3.2.0",
"version": "3.3.0",
"description": "A utility to fetch data from FileMaker webviewer",
"type": "module",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion packages/webviewer/skills/webdirect-runtime/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: >
metadata:
type: core
library: proofkit
library_version: "3.2.0"
library_version: "3.3.0"
sources:
- "proofsh/proofkit:apps/docs/content/docs/webviewer/platform-notes.mdx"
- "proofsh/proofkit:apps/docs/content/docs/webviewer/deployment-methods.mdx"
Expand Down
2 changes: 1 addition & 1 deletion packages/webviewer/skills/webviewer-integration/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: >
metadata:
type: core
library: proofkit
library_version: "3.2.0"
library_version: "3.3.0"
sources:
- "proofsh/proofkit:packages/webviewer/src/main.ts"
- "proofsh/proofkit:packages/webviewer/src/adapter.ts"
Expand Down