opal-security 3.1.3 → 3.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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "opal-security",
3
3
  "description": "Opal allows you to centrally manage access to all of your sensitive systems.",
4
- "version": "3.1.3",
4
+ "version": "3.2.1",
5
5
  "author": "Stephen Cobbe",
6
6
  "bin": {
7
7
  "opal": "./bin/run"
@@ -16,6 +16,7 @@
16
16
  "argon2": "^0.40.1",
17
17
  "chalk": "^2.4.2",
18
18
  "cli-table3": "^0.6.5",
19
+ "enquirer": "^2.4.1",
19
20
  "graphql": "^15.5.0",
20
21
  "inquirer": "^8.2.6",
21
22
  "inquirer-autocomplete-prompt": "^2.0.1",
@@ -39,6 +40,7 @@
39
40
  "@types/lodash": "^4.14.169",
40
41
  "@types/node": "^22.14.0",
41
42
  "@types/prettyjson": "0.0.29",
43
+ "@types/react": "^19.1.4",
42
44
  "@types/semver": "^7.3.8",
43
45
  "better-npm-audit": "^3.7.3",
44
46
  "get-graphql-schema": "^2.1.2",
@@ -60,9 +62,7 @@
60
62
  "/scripts"
61
63
  ],
62
64
  "homepage": "https://github.com/opalsecurity/opal-cli/",
63
- "keywords": [
64
- "oclif"
65
- ],
65
+ "keywords": ["oclif"],
66
66
  "license": "MIT",
67
67
  "main": "lib/index.js",
68
68
  "oclif": {
@@ -88,7 +88,7 @@
88
88
  "prepack": "npm run build && oclif manifest && oclif readme",
89
89
  "test": "vitest",
90
90
  "coverage": "vitest run --coverage",
91
- "version": "oclif readme && git add README.md",
91
+ "version": "oclif readme && git add README.md && biome check --write",
92
92
  "posttest": "biome check",
93
93
  "biome-ci": "biome ci --reporter=github",
94
94
  "gql-codegen": "graphql-codegen",