@salesforce/plugin-command-reference 3.1.96 → 3.1.97

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
@@ -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.96/src/commands/commandreference/generate.ts)_
133
+ _See code: [src/commands/commandreference/generate.ts](https://github.com/salesforcecli/plugin-command-reference/blob/3.1.97/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.96/src/commands/jit/install.ts)_
154
+ _See code: [src/commands/jit/install.ts](https://github.com/salesforcecli/plugin-command-reference/blob/3.1.97/src/commands/jit/install.ts)_
155
155
 
156
156
  <!-- commandsstop -->
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-command-reference",
3
- "version": "3.1.96",
3
+ "version": "3.1.97",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-command-reference",
9
- "version": "3.1.96",
9
+ "version": "3.1.97",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@oclif/core": "^4",
@@ -8991,9 +8991,9 @@
8991
8991
  }
8992
8992
  },
8993
8993
  "node_modules/fast-xml-builder": {
8994
- "version": "1.1.4",
8995
- "resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.1.4.tgz",
8996
- "integrity": "sha512-f2jhpN4Eccy0/Uz9csxh3Nu6q4ErKxf0XIsasomfOihuSUa3/xw6w8dnOtCDgEItQFJG8KyXPzQXzcODDrrbOg==",
8994
+ "version": "1.2.0",
8995
+ "resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.2.0.tgz",
8996
+ "integrity": "sha512-00aAWieqff+ZJhsXA4g1g7M8k+7AYoMUUHF+/zFb5U6Uv/P0Vl4QZo84/IcufzYalLuEj9928bXN9PbbFzMF0Q==",
8997
8997
  "dev": true,
8998
8998
  "funding": [
8999
8999
  {
@@ -9003,7 +9003,24 @@
9003
9003
  ],
9004
9004
  "license": "MIT",
9005
9005
  "dependencies": {
9006
- "path-expression-matcher": "^1.1.3"
9006
+ "path-expression-matcher": "^1.5.0",
9007
+ "xml-naming": "^0.1.0"
9008
+ }
9009
+ },
9010
+ "node_modules/fast-xml-builder/node_modules/path-expression-matcher": {
9011
+ "version": "1.5.0",
9012
+ "resolved": "https://registry.npmjs.org/path-expression-matcher/-/path-expression-matcher-1.5.0.tgz",
9013
+ "integrity": "sha512-cbrerZV+6rvdQrrD+iGMcZFEiiSrbv9Tfdkvnusy6y0x0GKBXREFg/Y65GhIfm0tnLntThhzCnfKwp1WRjeCyQ==",
9014
+ "dev": true,
9015
+ "funding": [
9016
+ {
9017
+ "type": "github",
9018
+ "url": "https://github.com/sponsors/NaturalIntelligence"
9019
+ }
9020
+ ],
9021
+ "license": "MIT",
9022
+ "engines": {
9023
+ "node": ">=14.0.0"
9007
9024
  }
9008
9025
  },
9009
9026
  "node_modules/fast-xml-parser": {
@@ -15790,6 +15807,22 @@
15790
15807
  "url": "https://github.com/sponsors/sindresorhus"
15791
15808
  }
15792
15809
  },
15810
+ "node_modules/xml-naming": {
15811
+ "version": "0.1.0",
15812
+ "resolved": "https://registry.npmjs.org/xml-naming/-/xml-naming-0.1.0.tgz",
15813
+ "integrity": "sha512-k8KO9hrMyNk6tUWqUfkTEZbezRRpONVOzUTnc97VnCvyj6Tf9lyUR9EDAIeiVLv56jsMcoXEwjW8Kv5yPY52lw==",
15814
+ "dev": true,
15815
+ "funding": [
15816
+ {
15817
+ "type": "github",
15818
+ "url": "https://github.com/sponsors/NaturalIntelligence"
15819
+ }
15820
+ ],
15821
+ "license": "MIT",
15822
+ "engines": {
15823
+ "node": ">=16.0.0"
15824
+ }
15825
+ },
15793
15826
  "node_modules/xml2js": {
15794
15827
  "version": "0.6.2",
15795
15828
  "resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.6.2.tgz",
package/oclif.lock CHANGED
@@ -4182,11 +4182,12 @@ fast-wrap-ansi@^0.2.0:
4182
4182
  fast-string-width "^3.0.2"
4183
4183
 
4184
4184
  fast-xml-builder@^1.1.4:
4185
- version "1.1.4"
4186
- resolved "https://registry.yarnpkg.com/fast-xml-builder/-/fast-xml-builder-1.1.4.tgz#0c407a1d9d5996336c0cd76f7ff785cac6413017"
4187
- integrity sha512-f2jhpN4Eccy0/Uz9csxh3Nu6q4ErKxf0XIsasomfOihuSUa3/xw6w8dnOtCDgEItQFJG8KyXPzQXzcODDrrbOg==
4185
+ version "1.2.0"
4186
+ resolved "https://registry.yarnpkg.com/fast-xml-builder/-/fast-xml-builder-1.2.0.tgz#abd2363145a7625d9789ad96da375fabe3cff28c"
4187
+ integrity sha512-00aAWieqff+ZJhsXA4g1g7M8k+7AYoMUUHF+/zFb5U6Uv/P0Vl4QZo84/IcufzYalLuEj9928bXN9PbbFzMF0Q==
4188
4188
  dependencies:
4189
- path-expression-matcher "^1.1.3"
4189
+ path-expression-matcher "^1.5.0"
4190
+ xml-naming "^0.1.0"
4190
4191
 
4191
4192
  fast-xml-parser@5.5.8:
4192
4193
  version "5.5.8"
@@ -6389,11 +6390,16 @@ path-exists@^4.0.0:
6389
6390
  resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3"
6390
6391
  integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==
6391
6392
 
6392
- path-expression-matcher@^1.1.3, path-expression-matcher@^1.2.0:
6393
+ path-expression-matcher@^1.2.0:
6393
6394
  version "1.2.0"
6394
6395
  resolved "https://registry.yarnpkg.com/path-expression-matcher/-/path-expression-matcher-1.2.0.tgz#9bdae3787f43b0857b0269e9caaa586c12c8abee"
6395
6396
  integrity sha512-DwmPWeFn+tq7TiyJ2CxezCAirXjFxvaiD03npak3cRjlP9+OjTmSy1EpIrEbh+l6JgUundniloMLDQ/6VTdhLQ==
6396
6397
 
6398
+ path-expression-matcher@^1.5.0:
6399
+ version "1.5.0"
6400
+ resolved "https://registry.yarnpkg.com/path-expression-matcher/-/path-expression-matcher-1.5.0.tgz#3b98545dc88ffebb593e2d8458d0929da9275f4a"
6401
+ integrity sha512-cbrerZV+6rvdQrrD+iGMcZFEiiSrbv9Tfdkvnusy6y0x0GKBXREFg/Y65GhIfm0tnLntThhzCnfKwp1WRjeCyQ==
6402
+
6397
6403
  path-is-absolute@^1.0.0:
6398
6404
  version "1.0.1"
6399
6405
  resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
@@ -7988,6 +7994,11 @@ wsl-utils@^0.1.0:
7988
7994
  dependencies:
7989
7995
  is-wsl "^3.1.0"
7990
7996
 
7997
+ xml-naming@^0.1.0:
7998
+ version "0.1.0"
7999
+ resolved "https://registry.yarnpkg.com/xml-naming/-/xml-naming-0.1.0.tgz#8ab7106c5b8d23caa2fabac1cadf17136379fbd8"
8000
+ integrity sha512-k8KO9hrMyNk6tUWqUfkTEZbezRRpONVOzUTnc97VnCvyj6Tf9lyUR9EDAIeiVLv56jsMcoXEwjW8Kv5yPY52lw==
8001
+
7991
8002
  xml2js@^0.6.2:
7992
8003
  version "0.6.2"
7993
8004
  resolved "https://registry.yarnpkg.com/xml2js/-/xml2js-0.6.2.tgz#dd0b630083aa09c161e25a4d0901e2b2a929b499"
@@ -169,5 +169,5 @@
169
169
  ]
170
170
  }
171
171
  },
172
- "version": "3.1.96"
172
+ "version": "3.1.97"
173
173
  }
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.96",
4
+ "version": "3.1.97",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/salesforcecli/plugin-command-reference/issues",
7
7
  "type": "module",