@oas-framework/pi 0.17.6 → 0.18.2

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/README.md +2 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -3,7 +3,8 @@
3
3
  Pi runtime bridge for [OAS](https://github.com/OAS-Framework/oas).
4
4
 
5
5
  The runtime-neutral kernel and universal `oas` CLI live in
6
- `@oas-framework/oas`. This bridge registers no operational tools. It only:
6
+ `@oas-framework/oas`. Publishes in lockstep with the kernel (same version
7
+ from the same release tag). This bridge registers no operational tools. It only:
7
8
 
8
9
  - exposes `oas-getting-started` before an OAS workspace exists (the
9
10
  acquisition funnel);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oas-framework/pi",
3
- "version": "0.17.6",
3
+ "version": "0.18.2",
4
4
  "description": "OAS pi runtime bridge — memory session events and pre-workspace bootstrap over the runtime-neutral @oas-framework/oas kernel",
5
5
  "keywords": [
6
6
  "pi-package",