@xemahq/biome-sdk 0.1.1 → 0.1.3
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/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xemahq/biome-sdk",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"description": "Consolidated biome-authoring SDK for Xema. One package, per-surface subpath exports: the root meta-import re-exports every kernel contract a biome author needs; `./builder` is the defineBiome entry; `./host` ships framework-agnostic host primitives; `./api` (+ `./api/nest`) ships HTTP-API presets; `./adapter` the integration-adapter contract; `./orchestrator-adapter` and `./agent-workspace` the orchestrator/workspace adapter SDKs.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"publishConfig": {
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"@xemahq/kernel-contracts": "^0.2.0",
|
|
58
58
|
"js-yaml": "^4.1.0",
|
|
59
59
|
"zod": "^4.3.6",
|
|
60
|
-
"@xemahq/registry": "0.1.
|
|
60
|
+
"@xemahq/registry": "0.1.3"
|
|
61
61
|
},
|
|
62
62
|
"exports": {
|
|
63
63
|
".": {
|