@ory/amp 1.2.0 → 1.2.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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ory/amp",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "Ory plugin for Amp (Sourcegraph's coding agent): a permission delegate that authorizes every tool call plus an in-process plugin for session auth and activity auditing",
5
5
  "license": "Apache-2.0",
6
6
  "homepage": "https://ory.com",
@@ -70,7 +70,7 @@
70
70
  ],
71
71
  "dependencies": {
72
72
  "reova": "^0.7.0",
73
- "@ory/argus": "1.2.0"
73
+ "@ory/argus": "1.2.1"
74
74
  },
75
75
  "devDependencies": {
76
76
  "typescript": "^6.0.2",