@oclif/plugin-commands 4.1.30 → 4.1.31

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/README.md CHANGED
@@ -21,7 +21,7 @@ $ npm install -g @oclif/plugin-commands
21
21
  $ oclif-example COMMAND
22
22
  running command...
23
23
  $ oclif-example (--version)
24
- @oclif/plugin-commands/4.1.30 linux-x64 node-v22.17.1
24
+ @oclif/plugin-commands/4.1.31 linux-x64 node-v22.17.1
25
25
  $ oclif-example --help [COMMAND]
26
26
  USAGE
27
27
  $ oclif-example COMMAND
@@ -61,7 +61,7 @@ DESCRIPTION
61
61
  List all oclif-example commands.
62
62
  ```
63
63
 
64
- _See code: [src/commands/commands.ts](https://github.com/oclif/plugin-commands/blob/v4.1.30/src/commands/commands.ts)_
64
+ _See code: [src/commands/commands.ts](https://github.com/oclif/plugin-commands/blob/v4.1.31/src/commands/commands.ts)_
65
65
  <!-- commandsstop -->
66
66
 
67
67
  # Contributing
@@ -105,5 +105,5 @@
105
105
  ]
106
106
  }
107
107
  },
108
- "version": "4.1.30"
108
+ "version": "4.1.31"
109
109
  }
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@oclif/plugin-commands",
3
3
  "description": "plugin to show the list of all the commands",
4
- "version": "4.1.30",
4
+ "version": "4.1.31",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/oclif/plugin-commands/issues",
7
7
  "dependencies": {
8
8
  "@oclif/core": "^4",
9
- "@oclif/table": "^0.4.9",
9
+ "@oclif/table": "^0.4.11",
10
10
  "lodash": "^4.17.21",
11
11
  "object-treeify": "^4.0.1"
12
12
  },
@@ -23,8 +23,8 @@
23
23
  "@types/sinon": "^17.0.3",
24
24
  "chai": "^4.5.0",
25
25
  "commitlint": "^19",
26
- "eslint": "^9.31.0",
27
- "eslint-config-oclif": "^6.0.86",
26
+ "eslint": "^9.32.0",
27
+ "eslint-config-oclif": "^6.0.89",
28
28
  "eslint-config-prettier": "^10.1.8",
29
29
  "husky": "^9.1.7",
30
30
  "lint-staged": "^15",