relic 0.6.2 → 0.6.3

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 +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "relic",
3
- "version": "0.6.2",
3
+ "version": "0.6.3",
4
4
  "description": "The Relic CLI for managing and sharing secrets. Encrypted on your device, never exposed to anyone else. Not even us.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -23,10 +23,10 @@
23
23
  "README.md"
24
24
  ],
25
25
  "optionalDependencies": {
26
- "relic-cli-darwin-arm64": "0.6.2",
27
- "relic-cli-darwin-x64": "0.6.2",
28
- "relic-cli-linux-x64": "0.6.2",
29
- "relic-cli-windows-x64": "0.6.2"
26
+ "relic-cli-darwin-arm64": "0.6.3",
27
+ "relic-cli-darwin-x64": "0.6.3",
28
+ "relic-cli-linux-x64": "0.6.3",
29
+ "relic-cli-windows-x64": "0.6.3"
30
30
  },
31
31
  "engines": {
32
32
  "node": ">=18"