@salesforce/plugin-command-reference 3.1.112 → 3.1.114

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
@@ -133,7 +133,7 @@ EXAMPLES
133
133
  $ sf commandreference generate --all --config-path /path/to/plugin --output-dir ./docs
134
134
  ```
135
135
 
136
- _See code: [src/commands/commandreference/generate.ts](https://github.com/salesforcecli/plugin-command-reference/blob/3.1.112/src/commands/commandreference/generate.ts)_
136
+ _See code: [src/commands/commandreference/generate.ts](https://github.com/salesforcecli/plugin-command-reference/blob/3.1.114/src/commands/commandreference/generate.ts)_
137
137
 
138
138
  ## `sf jit install`
139
139
 
@@ -154,6 +154,6 @@ EXAMPLES
154
154
  $ sf jit install
155
155
  ```
156
156
 
157
- _See code: [src/commands/jit/install.ts](https://github.com/salesforcecli/plugin-command-reference/blob/3.1.112/src/commands/jit/install.ts)_
157
+ _See code: [src/commands/jit/install.ts](https://github.com/salesforcecli/plugin-command-reference/blob/3.1.114/src/commands/jit/install.ts)_
158
158
 
159
159
  <!-- commandsstop -->
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-command-reference",
3
- "version": "3.1.112",
3
+ "version": "3.1.114",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-command-reference",
9
- "version": "3.1.112",
9
+ "version": "3.1.114",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@oclif/core": "^4",
13
- "@salesforce/core": "^8.31.1",
13
+ "@salesforce/core": "^8.31.2",
14
14
  "@salesforce/kit": "^3.2.6",
15
15
  "@salesforce/sf-plugins-core": "^12.2.24",
16
16
  "@salesforce/ts-types": "^2.0.11",
@@ -4861,9 +4861,9 @@
4861
4861
  }
4862
4862
  },
4863
4863
  "node_modules/@salesforce/core": {
4864
- "version": "8.31.1",
4865
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.31.1.tgz",
4866
- "integrity": "sha512-dnBfLI0v/Ucsh/QrpYPGeo39qsvvglWMRSifx1lmAwLc9QAnL3Hhp9zUxJyX5icD9jj1uMftsAtIOGyjC2+KXA==",
4864
+ "version": "8.31.2",
4865
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.31.2.tgz",
4866
+ "integrity": "sha512-naqnq7Z+gbl1LdnyNvrGrNUoeMUQtCOsnrS6DfqeuLMJTFqcL9Dq0/od+xcuqi0+l7HTyH0/gU1BQitWpd1rag==",
4867
4867
  "license": "BSD-3-Clause",
4868
4868
  "dependencies": {
4869
4869
  "@jsforce/jsforce-node": "^3.10.13",
@@ -9162,16 +9162,16 @@
9162
9162
  }
9163
9163
  },
9164
9164
  "node_modules/form-data": {
9165
- "version": "4.0.5",
9166
- "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.5.tgz",
9167
- "integrity": "sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==",
9165
+ "version": "4.0.6",
9166
+ "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.6.tgz",
9167
+ "integrity": "sha512-vKatAh4SlVfgbv+YtmhiRjhEMJsYpsG1Y2rMQtR+SVSbytsSD1YGzDIcrAJmdFec88u/+VoGmxnl+80gL1tRCQ==",
9168
9168
  "license": "MIT",
9169
9169
  "dependencies": {
9170
9170
  "asynckit": "^0.4.0",
9171
9171
  "combined-stream": "^1.0.8",
9172
9172
  "es-set-tostringtag": "^2.1.0",
9173
- "hasown": "^2.0.2",
9174
- "mime-types": "^2.1.12"
9173
+ "hasown": "^2.0.4",
9174
+ "mime-types": "^2.1.35"
9175
9175
  },
9176
9176
  "engines": {
9177
9177
  "node": ">= 6"
@@ -9187,6 +9187,18 @@
9187
9187
  "node": ">= 14.17"
9188
9188
  }
9189
9189
  },
9190
+ "node_modules/form-data/node_modules/hasown": {
9191
+ "version": "2.0.4",
9192
+ "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.4.tgz",
9193
+ "integrity": "sha512-T2UbfbBEF32wiepXIsMlTW9+dDYC6wMh/t/vYA4tuOMKqWz/n3vr1NFSxQiyP+zk2mXsoMA/i/7qV6LKut1t1A==",
9194
+ "license": "MIT",
9195
+ "dependencies": {
9196
+ "function-bind": "^1.1.2"
9197
+ },
9198
+ "engines": {
9199
+ "node": ">= 0.4"
9200
+ }
9201
+ },
9190
9202
  "node_modules/fromentries": {
9191
9203
  "version": "1.3.2",
9192
9204
  "resolved": "https://registry.npmjs.org/fromentries/-/fromentries-1.3.2.tgz",
package/oclif.lock CHANGED
@@ -1488,10 +1488,10 @@
1488
1488
  "@pnpm/network.ca-file" "^1.0.1"
1489
1489
  config-chain "^1.1.11"
1490
1490
 
1491
- "@salesforce/core@^8.23.1", "@salesforce/core@^8.24.0", "@salesforce/core@^8.30.3", "@salesforce/core@^8.31.0", "@salesforce/core@^8.31.1":
1492
- version "8.31.1"
1493
- resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.31.1.tgz#a0057e46568b5aeb6d838c461d7c98105ec11dc2"
1494
- integrity sha512-dnBfLI0v/Ucsh/QrpYPGeo39qsvvglWMRSifx1lmAwLc9QAnL3Hhp9zUxJyX5icD9jj1uMftsAtIOGyjC2+KXA==
1491
+ "@salesforce/core@^8.23.1", "@salesforce/core@^8.24.0", "@salesforce/core@^8.30.3", "@salesforce/core@^8.31.0", "@salesforce/core@^8.31.2":
1492
+ version "8.31.2"
1493
+ resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.31.2.tgz#968448f423b553f726f42c27da6b55c4ec7eb93a"
1494
+ integrity sha512-naqnq7Z+gbl1LdnyNvrGrNUoeMUQtCOsnrS6DfqeuLMJTFqcL9Dq0/od+xcuqi0+l7HTyH0/gU1BQitWpd1rag==
1495
1495
  dependencies:
1496
1496
  "@jsforce/jsforce-node" "^3.10.13"
1497
1497
  "@salesforce/kit" "^3.2.4"
@@ -3904,15 +3904,15 @@ form-data-encoder@^2.1.2:
3904
3904
  integrity sha512-yDYSgNMraqvnxiEXO4hi88+YZxaHC6QKzb5N84iRCTDeRO7ZALpir/lVmf/uXUhnwUr2O4HU8s/n6x+yNjQkHw==
3905
3905
 
3906
3906
  form-data@^4.0.4, form-data@^4.0.5:
3907
- version "4.0.5"
3908
- resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.5.tgz#b49e48858045ff4cbf6b03e1805cebcad3679053"
3909
- integrity sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==
3907
+ version "4.0.6"
3908
+ resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.6.tgz#28e864e1b786dbebb68db1f452f9635278665827"
3909
+ integrity sha512-vKatAh4SlVfgbv+YtmhiRjhEMJsYpsG1Y2rMQtR+SVSbytsSD1YGzDIcrAJmdFec88u/+VoGmxnl+80gL1tRCQ==
3910
3910
  dependencies:
3911
3911
  asynckit "^0.4.0"
3912
3912
  combined-stream "^1.0.8"
3913
3913
  es-set-tostringtag "^2.1.0"
3914
- hasown "^2.0.2"
3915
- mime-types "^2.1.12"
3914
+ hasown "^2.0.4"
3915
+ mime-types "^2.1.35"
3916
3916
 
3917
3917
  fromentries@^1.2.0:
3918
3918
  version "1.3.2"
@@ -4278,6 +4278,13 @@ hasown@^2.0.0, hasown@^2.0.2:
4278
4278
  dependencies:
4279
4279
  function-bind "^1.1.2"
4280
4280
 
4281
+ hasown@^2.0.4:
4282
+ version "2.0.4"
4283
+ resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.4.tgz#8c62d8cb90beb2aad5d0a5b67581ad9854c3f003"
4284
+ integrity sha512-T2UbfbBEF32wiepXIsMlTW9+dDYC6wMh/t/vYA4tuOMKqWz/n3vr1NFSxQiyP+zk2mXsoMA/i/7qV6LKut1t1A==
4285
+ dependencies:
4286
+ function-bind "^1.1.2"
4287
+
4281
4288
  he@^1.2.0:
4282
4289
  version "1.2.0"
4283
4290
  resolved "https://registry.yarnpkg.com/he/-/he-1.2.0.tgz#84ae65fa7eafb165fddb61566ae14baf05664f0f"
@@ -5380,7 +5387,7 @@ mime-db@1.52.0:
5380
5387
  resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.52.0.tgz#bbabcdc02859f4987301c856e3387ce5ec43bf70"
5381
5388
  integrity sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==
5382
5389
 
5383
- mime-types@^2.1.12:
5390
+ mime-types@^2.1.35:
5384
5391
  version "2.1.35"
5385
5392
  resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.35.tgz#381a871b62a734450660ae3deee44813f70d959a"
5386
5393
  integrity sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==
@@ -181,5 +181,5 @@
181
181
  ]
182
182
  }
183
183
  },
184
- "version": "3.1.112"
184
+ "version": "3.1.114"
185
185
  }
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-command-reference",
3
3
  "description": "Generate the Salesforce CLI command reference guide",
4
- "version": "3.1.112",
4
+ "version": "3.1.114",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/salesforcecli/plugin-command-reference/issues",
7
7
  "type": "module",
8
8
  "dependencies": {
9
9
  "@oclif/core": "^4",
10
- "@salesforce/core": "^8.31.1",
10
+ "@salesforce/core": "^8.31.2",
11
11
  "@salesforce/kit": "^3.2.6",
12
12
  "@salesforce/sf-plugins-core": "^12.2.24",
13
13
  "@salesforce/ts-types": "^2.0.11",