@moxxy/plugin-vault 0.0.38 → 0.26.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.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moxxy/plugin-vault",
3
- "version": "0.0.38",
3
+ "version": "0.26.0",
4
4
  "description": "Encrypted secret storage for moxxy. AES-256-GCM at rest. Master key from OS keychain (@napi-rs/keyring) or passphrase fallback.",
5
5
  "keywords": [
6
6
  "moxxy",
@@ -44,7 +44,7 @@
44
44
  },
45
45
  "dependencies": {
46
46
  "zod": "^3.24.0",
47
- "@moxxy/sdk": "0.25.0"
47
+ "@moxxy/sdk": "0.26.0"
48
48
  },
49
49
  "optionalDependencies": {
50
50
  "@napi-rs/keyring": "^1.3.0"
@@ -53,8 +53,8 @@
53
53
  "@types/node": "^22.10.0",
54
54
  "typescript": "^5.7.3",
55
55
  "vitest": "^2.1.8",
56
- "@moxxy/tsconfig": "0.0.0",
57
- "@moxxy/vitest-preset": "0.0.0"
56
+ "@moxxy/vitest-preset": "0.0.0",
57
+ "@moxxy/tsconfig": "0.0.0"
58
58
  },
59
59
  "scripts": {
60
60
  "build": "tsc -p tsconfig.json",