@oclif/plugin-commands 3.1.2 → 3.1.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.
package/README.md CHANGED
@@ -20,7 +20,7 @@ $ npm install -g @oclif/plugin-commands
20
20
  $ oclif-example COMMAND
21
21
  running command...
22
22
  $ oclif-example (--version)
23
- @oclif/plugin-commands/3.1.2 linux-x64 node-v20.11.0
23
+ @oclif/plugin-commands/3.1.3 linux-x64 node-v20.11.0
24
24
  $ oclif-example --help [COMMAND]
25
25
  USAGE
26
26
  $ oclif-example COMMAND
@@ -64,5 +64,5 @@ DESCRIPTION
64
64
  list all the commands
65
65
  ```
66
66
 
67
- _See code: [src/commands/commands.ts](https://github.com/oclif/plugin-commands/blob/v3.1.2/src/commands/commands.ts)_
67
+ _See code: [src/commands/commands.ts](https://github.com/oclif/plugin-commands/blob/v3.1.3/src/commands/commands.ts)_
68
68
  <!-- commandsstop -->
package/oclif.lock CHANGED
@@ -1737,10 +1737,10 @@
1737
1737
  wordwrap "^1.0.0"
1738
1738
  wrap-ansi "^7.0.0"
1739
1739
 
1740
- "@oclif/core@^3.16.0", "@oclif/core@^3.18.1", "@oclif/core@^3.18.2":
1741
- version "3.18.2"
1742
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.18.2.tgz#3c665ad65d0d5c752a6deb91c4ef60330094625c"
1743
- integrity sha512-gfWxCS7dTNzdtvlBEEPUXJj+znzDMjSHfgTIx2IuQ9O3JPxWBrlOj9rgyNxyulVWVKKkuwFFkM4NZA+yiKA9ow==
1740
+ "@oclif/core@^3.16.0", "@oclif/core@^3.18.1", "@oclif/core@^3.19.1":
1741
+ version "3.19.1"
1742
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.19.1.tgz#18af989f4b086ba9b6dfac891fb27f8281664084"
1743
+ integrity sha512-dd1h4Hz+LwpuYhKvgBjDmW3/HgUAm93JM95cnbzSv5VcmiBeC+utjLvY96PmPbYxxDoz7XazEOl8oOpSLSEgcg==
1744
1744
  dependencies:
1745
1745
  "@types/cli-progress" "^3.11.5"
1746
1746
  ansi-escapes "^4.3.2"
@@ -135,5 +135,5 @@
135
135
  ]
136
136
  }
137
137
  },
138
- "version": "3.1.2"
138
+ "version": "3.1.3"
139
139
  }
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@oclif/plugin-commands",
3
3
  "description": "plugin to show the list of all the commands",
4
- "version": "3.1.2",
4
+ "version": "3.1.3",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/oclif/plugin-commands/issues",
7
7
  "dependencies": {
8
- "@oclif/core": "^3.18.2",
8
+ "@oclif/core": "^3.19.1",
9
9
  "lodash.pickby": "^4.6.0",
10
10
  "lodash.sortby": "^4.7.0",
11
11
  "lodash.template": "^4.5.0",