@oas-framework/pi 0.18.0 → 0.18.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/README.md +2 -1
- 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`.
|
|
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