@salesforce/plugin-command-reference 3.1.69 → 3.1.70
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 +2 -2
- package/npm-shrinkwrap.json +6 -6
- package/oclif.lock +4 -4
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -130,7 +130,7 @@ EXAMPLES
|
|
|
130
130
|
$ sf commandreference generate --all --config-path /path/to/plugin --output-dir ./docs
|
|
131
131
|
```
|
|
132
132
|
|
|
133
|
-
_See code: [src/commands/commandreference/generate.ts](https://github.com/salesforcecli/plugin-command-reference/blob/3.1.
|
|
133
|
+
_See code: [src/commands/commandreference/generate.ts](https://github.com/salesforcecli/plugin-command-reference/blob/3.1.70/src/commands/commandreference/generate.ts)_
|
|
134
134
|
|
|
135
135
|
## `sf jit install`
|
|
136
136
|
|
|
@@ -151,6 +151,6 @@ EXAMPLES
|
|
|
151
151
|
$ sf jit install
|
|
152
152
|
```
|
|
153
153
|
|
|
154
|
-
_See code: [src/commands/jit/install.ts](https://github.com/salesforcecli/plugin-command-reference/blob/3.1.
|
|
154
|
+
_See code: [src/commands/jit/install.ts](https://github.com/salesforcecli/plugin-command-reference/blob/3.1.70/src/commands/jit/install.ts)_
|
|
155
155
|
|
|
156
156
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-command-reference",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.70",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-command-reference",
|
|
9
|
-
"version": "3.1.
|
|
9
|
+
"version": "3.1.70",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^4",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"@salesforce/kit": "^3.2.4",
|
|
15
15
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
16
16
|
"@salesforce/ts-types": "^2.0.11",
|
|
17
|
-
"chalk": "^5.6.
|
|
17
|
+
"chalk": "^5.6.2",
|
|
18
18
|
"debug": "^4.4.1",
|
|
19
19
|
"handlebars": "^4.7.8"
|
|
20
20
|
},
|
|
@@ -6110,9 +6110,9 @@
|
|
|
6110
6110
|
}
|
|
6111
6111
|
},
|
|
6112
6112
|
"node_modules/chalk": {
|
|
6113
|
-
"version": "5.6.
|
|
6114
|
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.
|
|
6115
|
-
"integrity": "sha512-
|
|
6113
|
+
"version": "5.6.2",
|
|
6114
|
+
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.6.2.tgz",
|
|
6115
|
+
"integrity": "sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==",
|
|
6116
6116
|
"license": "MIT",
|
|
6117
6117
|
"engines": {
|
|
6118
6118
|
"node": "^12.17.0 || ^14.13 || >=16.0.0"
|
package/oclif.lock
CHANGED
|
@@ -3006,10 +3006,10 @@ chalk@^4.0.0, chalk@^4.0.2, chalk@^4.1.0:
|
|
|
3006
3006
|
ansi-styles "^4.1.0"
|
|
3007
3007
|
supports-color "^7.1.0"
|
|
3008
3008
|
|
|
3009
|
-
chalk@^5.0.0, chalk@^5.3.0, chalk@^5.6.
|
|
3010
|
-
version "5.6.
|
|
3011
|
-
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.6.
|
|
3012
|
-
integrity sha512-
|
|
3009
|
+
chalk@^5.0.0, chalk@^5.3.0, chalk@^5.6.2:
|
|
3010
|
+
version "5.6.2"
|
|
3011
|
+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.6.2.tgz#b1238b6e23ea337af71c7f8a295db5af0c158aea"
|
|
3012
|
+
integrity sha512-7NzBL0rN6fMUW+f7A6Io4h40qQlG+xGmtMxfbnH/K7TAtt8JQWVQK+6g0UXKMeVJoyV5EkkNsErQ8pVD3bLHbA==
|
|
3013
3013
|
|
|
3014
3014
|
change-case@^4, change-case@^4.1.2:
|
|
3015
3015
|
version "4.1.2"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-command-reference",
|
|
3
3
|
"description": "Generate the Salesforce CLI command reference guide",
|
|
4
|
-
"version": "3.1.
|
|
4
|
+
"version": "3.1.70",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/salesforcecli/plugin-command-reference/issues",
|
|
7
7
|
"type": "module",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"@salesforce/kit": "^3.2.4",
|
|
12
12
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
13
13
|
"@salesforce/ts-types": "^2.0.11",
|
|
14
|
-
"chalk": "^5.6.
|
|
14
|
+
"chalk": "^5.6.2",
|
|
15
15
|
"debug": "^4.4.1",
|
|
16
16
|
"handlebars": "^4.7.8"
|
|
17
17
|
},
|