@jarenjs/josl 0.83.3 → 0.85.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 +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -510,7 +510,7 @@ has two possible shapes, and they serve different providers:
|
|
|
510
510
|
1. **A JSON Schema over the data model** — the model emits JSON, and
|
|
511
511
|
`stringifyJosl` renders canonical JOSL text. This works with every
|
|
512
512
|
`json_schema`-capable provider today and composes directly with
|
|
513
|
-
|
|
513
|
+
Tangle's `createStructuredOutput`. It is what this package
|
|
514
514
|
ships: [`schemas/jaren-josl-data.schema.json`](./schemas/jaren-josl-data.schema.json)
|
|
515
515
|
describes the JSON-safe JOSL document (a root table of strings,
|
|
516
516
|
finite numbers, booleans, `null`, arrays and nested tables), and
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jarenjs/josl",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.85.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./src/index.js",
|
|
7
7
|
"types": "./dist/types/index.d.ts",
|
|
@@ -99,6 +99,6 @@
|
|
|
99
99
|
"./package.json": "./package.json"
|
|
100
100
|
},
|
|
101
101
|
"dependencies": {
|
|
102
|
-
"@jarenjs/core": "^0.
|
|
102
|
+
"@jarenjs/core": "^0.85.0"
|
|
103
103
|
}
|
|
104
104
|
}
|