@bluefly/openstandardagents 0.5.4 → 0.5.5

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -32,7 +32,7 @@ Prepared release: `0.5.2`
32
32
  > **Note:** `0.5.3` was accidentally published during recovery and is deprecated. Do not use it.
33
33
 
34
34
  ```bash
35
- npm install @bluefly/openstandardagents@0.5.2
35
+ npm install @bluefly/openstandardagents@0.5.5
36
36
  ```
37
37
 
38
38
  Requires Node.js 20+.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bluefly/openstandardagents",
3
- "version": "0.5.4",
3
+ "version": "0.5.5",
4
4
  "description": "OSSA - Open Standard for Software Agents. Spec-first schemas, validator, and CLI.",
5
5
  "bin": {
6
6
  "ossa": "packages/cli/dist/cli.js"