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/fuzzy-trees-fetch.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/webviewer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @proofkit/webviewer

## 3.1.1

### Patch Changes

- 1d65dca: Retry fmFetch when FileMaker bridge is briefly unavailable and keep callback-mode dispatch failures catchable.

## 3.1.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.1.0",
"version": "3.1.1",
"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 @@ -7,7 +7,7 @@ description: >
fmFetch callFMScript WebViewerAdapter WebDirect page refresh
type: core
library: proofkit
library_version: "3.1.0"
library_version: "3.1.1"
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 @@ -6,7 +6,7 @@ description: >
fire-and-forget FMScriptOption PerformScript callback fetchId handleFmWVFetchCallback
type: core
library: proofkit
library_version: "3.1.0"
library_version: "3.1.1"
sources:
- "proofsh/proofkit:packages/webviewer/src/main.ts"
- "proofsh/proofkit:packages/webviewer/src/adapter.ts"
Expand Down
Loading