@coffer-org/plugin-webchat 6.0.0 → 7.0.0

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/schema.js +6 -0
  2. package/package.json +3 -3
package/dist/schema.js CHANGED
@@ -7937,6 +7937,12 @@ function divider(o) {
7937
7937
  /**
7938
7938
  * Reference markdown block by i18n key.
7939
7939
  *
7940
+ * The key is resolved WITH the variables of the running instance, so the locale string
7941
+ * may name facts that are not constants: `{{origin}}` is this instance's own address
7942
+ * (`https://coffer.example`), which is how a block documents an endpoint without
7943
+ * freezing a developer's `localhost` into every translation. The set is fixed and
7944
+ * ambient — the block declares only its key. See `web-ui/src/render/info-text.ts`.
7945
+ *
7940
7946
  * @layer primitive
7941
7947
  * @prim —
7942
7948
  * @widget info
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coffer-org/plugin-webchat",
3
- "version": "6.0.0",
3
+ "version": "7.0.0",
4
4
  "type": "module",
5
5
  "engines": {
6
6
  "node": ">=24"
@@ -27,8 +27,8 @@
27
27
  "test:ui": "vitest run --root ."
28
28
  },
29
29
  "dependencies": {
30
- "@coffer-org/sdk": "^6.0.0",
31
- "@coffer-org/server": "^6.0.0",
30
+ "@coffer-org/sdk": "^7.0.0",
31
+ "@coffer-org/server": "^7.0.0",
32
32
  "lucide-react": "^1.17.0",
33
33
  "react-markdown": "^10.1.0",
34
34
  "remark-gfm": "^4.0.1"