@ory/antigravity 0.11.0 → 0.11.1

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 +2 -2
package/README.md CHANGED
@@ -223,7 +223,7 @@ npx -y -p @ory/antigravity ory-antigravity configure [--project-url <url>
223
223
  npx -y -p @ory/antigravity ory-antigravity agent <status|unregister>
224
224
  npx -y -p @ory/antigravity ory-antigravity permissions <status|bootstrap|observe|enforce>
225
225
  npx -y -p @ory/antigravity ory-antigravity local <up|down|status|seed|logs|env|configure|reset>
226
- npx -y -p @ory/antigravity ory-antigravity setup [--project-dir <path>] # .agents fallback
226
+ npx -y -p @ory/antigravity ory-antigravity-setup [--project-dir <path>] # .agents fallback
227
227
  npx -y -p @ory/antigravity ory-antigravity status
228
228
  ```
229
229
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ory/antigravity",
3
- "version": "0.11.0",
3
+ "version": "0.11.1",
4
4
  "description": "Ory plugin for Google Antigravity: scaffolding skills, a local Ory instance, and authentication, authorization, and audit for every tool call",
5
5
  "license": "Apache-2.0",
6
6
  "homepage": "https://github.com/ory/ory-agent-plugins/tree/main/packages/antigravity",
@@ -72,7 +72,7 @@
72
72
  "!dist/**/*.tsbuildinfo"
73
73
  ],
74
74
  "dependencies": {
75
- "@ory/argus": "0.11.0"
75
+ "@ory/argus": "0.11.1"
76
76
  },
77
77
  "devDependencies": {
78
78
  "typescript": "^6.0.2",