@bowmark/web 1.2.0 → 1.4.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.
- package/README.md +5 -1
- package/package.json +1 -1
- package/src/generated/library.d.ts +1204 -24
- package/src/generated/validators.ts +808 -13
- package/src/index.ts +4 -4
package/README.md
CHANGED
|
@@ -29,7 +29,11 @@ autocomplete is the entire promise. What exists to call is listed, one row per
|
|
|
29
29
|
function, in
|
|
30
30
|
[`CAPABILITIES.md`](https://github.com/bowmark-ai/web/blob/main/CAPABILITIES.md) and
|
|
31
31
|
[`PROVIDERS.md`](https://github.com/bowmark-ai/web/blob/main/PROVIDERS.md) — absolute
|
|
32
|
-
URLs, because this README is read on npm where a relative link resolves to nothing.
|
|
32
|
+
URLs, because this README is read on npm where a relative link resolves to nothing. What
|
|
33
|
+
changed between versions is
|
|
34
|
+
[`CHANGELOG.md`](https://github.com/bowmark-ai/web/blob/main/CHANGELOG.md), which is
|
|
35
|
+
generated by diffing those same two tables, so it describes the callable surface and
|
|
36
|
+
nothing else.
|
|
33
37
|
|
|
34
38
|
**Zero runtime dependencies, permanently.** Not an aspiration — the argument guard is
|
|
35
39
|
plain JS rather than a validator library, and the envelope shapes are hand-restated
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bowmark/web",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.4.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "The public client for the Bowmark capability library — real TypeScript for the whole bowmark.* surface, with no Bowmark source on the caller's disk. ZERO runtime dependencies, deliberately and permanently.",
|
|
6
6
|
"license": "MIT",
|