latchkey 2.13.0 → 2.14.0

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/dist/src/cli.js CHANGED
File without changes
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "2.13.0";
1
+ export declare const VERSION = "2.14.0";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -1,4 +1,4 @@
1
1
  // Auto-generated from package.json by scripts/generateVersion.js.
2
2
  // Do not edit by hand; run `node scripts/generateVersion.js` to refresh.
3
- export const VERSION = "2.13.0";
3
+ export const VERSION = "2.14.0";
4
4
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "latchkey",
3
- "version": "2.13.0",
3
+ "version": "2.14.0",
4
4
  "description": "A CLI tool that injects API credentials into curl requests to third-party services",
5
5
  "author": "Imbue <hynek@imbue.com>",
6
6
  "repository": {
@@ -58,7 +58,7 @@
58
58
  "node": ">=20"
59
59
  },
60
60
  "dependencies": {
61
- "@imbue-ai/detent": "^1.2.0",
61
+ "@imbue-ai/detent": "^1.3.0",
62
62
  "@napi-rs/keyring": "^1.2.0",
63
63
  "commander": "^12.0.0",
64
64
  "playwright": "^1.58.2",