@oclif/plugin-version 2.2.31 → 2.2.33
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 +1 -1
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -27,7 +27,7 @@ FLAG DESCRIPTIONS
|
|
|
27
27
|
Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
|
|
28
28
|
```
|
|
29
29
|
|
|
30
|
-
_See code: [src/commands/version.ts](https://github.com/oclif/plugin-version/blob/v2.2.
|
|
30
|
+
_See code: [src/commands/version.ts](https://github.com/oclif/plugin-version/blob/v2.2.33/src/commands/version.ts)_
|
|
31
31
|
<!-- commandsstop -->
|
|
32
32
|
|
|
33
33
|
# Contributing
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oclif/plugin-version",
|
|
3
3
|
"description": "A command that shows the CLI version",
|
|
4
|
-
"version": "2.2.
|
|
4
|
+
"version": "2.2.33",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/oclif/plugin-version/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
},
|
|
11
11
|
"devDependencies": {
|
|
12
12
|
"@commitlint/config-conventional": "^19",
|
|
13
|
-
"@eslint/compat": "^1.3.
|
|
13
|
+
"@eslint/compat": "^1.3.2",
|
|
14
14
|
"@oclif/plugin-help": "^6",
|
|
15
15
|
"@oclif/prettier-config": "^0.2.1",
|
|
16
16
|
"@oclif/test": "^4",
|
|
@@ -19,9 +19,9 @@
|
|
|
19
19
|
"@types/node": "^18",
|
|
20
20
|
"chai": "^4.5.0",
|
|
21
21
|
"commitlint": "^19",
|
|
22
|
-
"eslint": "^9.
|
|
23
|
-
"eslint-config-oclif": "^6.0.
|
|
24
|
-
"eslint-config-prettier": "^10.1.
|
|
22
|
+
"eslint": "^9.35.0",
|
|
23
|
+
"eslint-config-oclif": "^6.0.102",
|
|
24
|
+
"eslint-config-prettier": "^10.1.8",
|
|
25
25
|
"husky": "^9.1.7",
|
|
26
26
|
"lint-staged": "^15",
|
|
27
27
|
"mocha": "^10.8.2",
|