@deque/axe-auth 1.2.0-next.9573917e → 1.2.1-next.0b5b0847

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": "@deque/axe-auth",
3
- "version": "1.2.0-next.9573917e",
3
+ "version": "1.2.1-next.0b5b0847",
4
4
  "description": "CLI authentication utility for Deque services",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "repository": {
@@ -39,7 +39,7 @@
39
39
  "@hono/node-server": "^1.19.14",
40
40
  "@types/node": "^24.0.0",
41
41
  "c8": "^11.0.0",
42
- "hono": "^4.12.16",
42
+ "hono": "^4.12.21",
43
43
  "tsx": "^4.20.6",
44
44
  "typescript": "^6.0.3"
45
45
  },