@mindburn/helm-ai-kernel 0.5.13 → 0.5.15
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 +2 -2
- package/dist/types.gen.d.ts +180 -180
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@ npm ci
|
|
|
10
10
|
npm run build
|
|
11
11
|
```
|
|
12
12
|
|
|
13
|
-
Package metadata declares version `0.5.
|
|
13
|
+
Package metadata declares version `0.5.15` in `package.json`; this README does
|
|
14
14
|
not claim that a registry package has been published.
|
|
15
15
|
|
|
16
16
|
## Local Development
|
|
@@ -86,4 +86,4 @@ and sandbox grants attached to HELM-native receipts and EvidencePacks.
|
|
|
86
86
|
|
|
87
87
|
## Release Notes
|
|
88
88
|
|
|
89
|
-
`0.5.
|
|
89
|
+
`0.5.15` is the release-hardening patch with the retained OpenAPI client surface and protobuf message bindings.
|