@salesforce/plugin-custom-metadata 3.3.91 → 3.3.92

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
@@ -149,7 +149,7 @@ FLAG DESCRIPTIONS
149
149
  The value must be greater than or equal to zero. Default value is 0.
150
150
  ```
151
151
 
152
- _See code: [src/commands/cmdt/generate/field.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.91/src/commands/cmdt/generate/field.ts)_
152
+ _See code: [src/commands/cmdt/generate/field.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.92/src/commands/cmdt/generate/field.ts)_
153
153
 
154
154
  ## `sf cmdt generate fromorg`
155
155
 
@@ -238,7 +238,7 @@ FLAG DESCRIPTIONS
238
238
  https://help.salesforce.com/s/articleView?id=sf.custommetadatatypes_ui_create.htm&type=5.
239
239
  ```
240
240
 
241
- _See code: [src/commands/cmdt/generate/fromorg.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.91/src/commands/cmdt/generate/fromorg.ts)_
241
+ _See code: [src/commands/cmdt/generate/fromorg.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.92/src/commands/cmdt/generate/fromorg.ts)_
242
242
 
243
243
  ## `sf cmdt generate object`
244
244
 
@@ -300,7 +300,7 @@ FLAG DESCRIPTIONS
300
300
  https://help.salesforce.com/s/articleView?id=sf.custommetadatatypes_ui_create.htm&type=5.
301
301
  ```
302
302
 
303
- _See code: [src/commands/cmdt/generate/object.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.91/src/commands/cmdt/generate/object.ts)_
303
+ _See code: [src/commands/cmdt/generate/object.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.92/src/commands/cmdt/generate/object.ts)_
304
304
 
305
305
  ## `sf cmdt generate record`
306
306
 
@@ -355,7 +355,7 @@ FLAG DESCRIPTIONS
355
355
  Protected records can only be accessed by code in the same managed package namespace.
356
356
  ```
357
357
 
358
- _See code: [src/commands/cmdt/generate/record.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.91/src/commands/cmdt/generate/record.ts)_
358
+ _See code: [src/commands/cmdt/generate/record.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.92/src/commands/cmdt/generate/record.ts)_
359
359
 
360
360
  ## `sf cmdt generate records`
361
361
 
@@ -406,7 +406,7 @@ FLAG DESCRIPTIONS
406
406
  The '__mdt' suffix is appended to the end of the name if it's omitted.
407
407
  ```
408
408
 
409
- _See code: [src/commands/cmdt/generate/records.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.91/src/commands/cmdt/generate/records.ts)_
409
+ _See code: [src/commands/cmdt/generate/records.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.3.92/src/commands/cmdt/generate/records.ts)_
410
410
 
411
411
  <!-- commandsstop -->
412
412
 
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-custom-metadata",
3
- "version": "3.3.91",
3
+ "version": "3.3.92",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-custom-metadata",
9
- "version": "3.3.91",
9
+ "version": "3.3.92",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@salesforce/core": "^8.27.1",
13
13
  "@salesforce/sf-plugins-core": "^11.3.12",
14
14
  "csv-parse": "^5.6.0",
15
- "fast-xml-parser": "^5.5.9"
15
+ "fast-xml-parser": "^5.5.10"
16
16
  },
17
17
  "devDependencies": {
18
18
  "@jsforce/jsforce-node": "^3.10.14",
@@ -10658,9 +10658,9 @@
10658
10658
  }
10659
10659
  },
10660
10660
  "node_modules/fast-xml-parser": {
10661
- "version": "5.5.9",
10662
- "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.5.9.tgz",
10663
- "integrity": "sha512-jldvxr1MC6rtiZKgrFnDSvT8xuH+eJqxqOBThUVjYrxssYTo1avZLGql5l0a0BAERR01CadYzZ83kVEkbyDg+g==",
10661
+ "version": "5.5.10",
10662
+ "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.5.10.tgz",
10663
+ "integrity": "sha512-go2J2xODMc32hT+4Xr/bBGXMaIoiCwrwp2mMtAvKyvEFW6S/v5Gn2pBmE4nvbwNjGhpcAiOwEv7R6/GZ6XRa9w==",
10664
10664
  "funding": [
10665
10665
  {
10666
10666
  "type": "github",
@@ -10670,7 +10670,7 @@
10670
10670
  "license": "MIT",
10671
10671
  "dependencies": {
10672
10672
  "fast-xml-builder": "^1.1.4",
10673
- "path-expression-matcher": "^1.2.0",
10673
+ "path-expression-matcher": "^1.2.1",
10674
10674
  "strnum": "^2.2.2"
10675
10675
  },
10676
10676
  "bin": {
@@ -14300,9 +14300,9 @@
14300
14300
  }
14301
14301
  },
14302
14302
  "node_modules/path-expression-matcher": {
14303
- "version": "1.2.0",
14304
- "resolved": "https://registry.npmjs.org/path-expression-matcher/-/path-expression-matcher-1.2.0.tgz",
14305
- "integrity": "sha512-DwmPWeFn+tq7TiyJ2CxezCAirXjFxvaiD03npak3cRjlP9+OjTmSy1EpIrEbh+l6JgUundniloMLDQ/6VTdhLQ==",
14303
+ "version": "1.2.1",
14304
+ "resolved": "https://registry.npmjs.org/path-expression-matcher/-/path-expression-matcher-1.2.1.tgz",
14305
+ "integrity": "sha512-d7gQQmLvAKXKXE2GeP9apIGbMYKz88zWdsn/BN2HRWVQsDFdUY36WSLTY0Jvd4HWi7Fb30gQ62oAOzdgJA6fZw==",
14306
14306
  "funding": [
14307
14307
  {
14308
14308
  "type": "github",
package/oclif.lock CHANGED
@@ -4407,13 +4407,13 @@ fast-xml-parser@5.5.8:
4407
4407
  path-expression-matcher "^1.2.0"
4408
4408
  strnum "^2.2.0"
4409
4409
 
4410
- fast-xml-parser@^5.5.9:
4411
- version "5.5.9"
4412
- resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.5.9.tgz#e59637abebec3dbfbb4053b532d787af6ea11527"
4413
- integrity sha512-jldvxr1MC6rtiZKgrFnDSvT8xuH+eJqxqOBThUVjYrxssYTo1avZLGql5l0a0BAERR01CadYzZ83kVEkbyDg+g==
4410
+ fast-xml-parser@^5.5.10:
4411
+ version "5.5.10"
4412
+ resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.5.10.tgz#5da142d2d568f33cc93c63596bd821bb7cb8f87c"
4413
+ integrity sha512-go2J2xODMc32hT+4Xr/bBGXMaIoiCwrwp2mMtAvKyvEFW6S/v5Gn2pBmE4nvbwNjGhpcAiOwEv7R6/GZ6XRa9w==
4414
4414
  dependencies:
4415
4415
  fast-xml-builder "^1.1.4"
4416
- path-expression-matcher "^1.2.0"
4416
+ path-expression-matcher "^1.2.1"
4417
4417
  strnum "^2.2.2"
4418
4418
 
4419
4419
  fastest-levenshtein@^1.0.7:
@@ -6476,10 +6476,10 @@ path-exists@^4.0.0:
6476
6476
  resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3"
6477
6477
  integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==
6478
6478
 
6479
- path-expression-matcher@^1.1.3, path-expression-matcher@^1.2.0:
6480
- version "1.2.0"
6481
- resolved "https://registry.yarnpkg.com/path-expression-matcher/-/path-expression-matcher-1.2.0.tgz#9bdae3787f43b0857b0269e9caaa586c12c8abee"
6482
- integrity sha512-DwmPWeFn+tq7TiyJ2CxezCAirXjFxvaiD03npak3cRjlP9+OjTmSy1EpIrEbh+l6JgUundniloMLDQ/6VTdhLQ==
6479
+ path-expression-matcher@^1.1.3, path-expression-matcher@^1.2.0, path-expression-matcher@^1.2.1:
6480
+ version "1.2.1"
6481
+ resolved "https://registry.yarnpkg.com/path-expression-matcher/-/path-expression-matcher-1.2.1.tgz#04de63e98dcef3e07af8b12a41055466f200e291"
6482
+ integrity sha512-d7gQQmLvAKXKXE2GeP9apIGbMYKz88zWdsn/BN2HRWVQsDFdUY36WSLTY0Jvd4HWi7Fb30gQ62oAOzdgJA6fZw==
6483
6483
 
6484
6484
  path-is-absolute@^1.0.0:
6485
6485
  version "1.0.1"
@@ -850,5 +850,5 @@
850
850
  ]
851
851
  }
852
852
  },
853
- "version": "3.3.91"
853
+ "version": "3.3.92"
854
854
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-custom-metadata",
3
3
  "description": "Tools for working with custom metadata types and their records.",
4
- "version": "3.3.91",
4
+ "version": "3.3.92",
5
5
  "contributors": [
6
6
  {
7
7
  "name": "Carolyn Grabill",
@@ -45,7 +45,7 @@
45
45
  "@salesforce/core": "^8.27.1",
46
46
  "@salesforce/sf-plugins-core": "^11.3.12",
47
47
  "csv-parse": "^5.6.0",
48
- "fast-xml-parser": "^5.5.9"
48
+ "fast-xml-parser": "^5.5.10"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@jsforce/jsforce-node": "^3.10.14",
@@ -244,7 +244,7 @@
244
244
  "type": "module",
245
245
  "author": "Salesforce",
246
246
  "sfdx": {
247
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.3.91.crt",
248
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.3.91.sig"
247
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.3.92.crt",
248
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.3.92.sig"
249
249
  }
250
250
  }