@salesforce/plugin-custom-metadata 3.3.43 → 3.3.44

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.43/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.44/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.43/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.44/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.43/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.44/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.43/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.44/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.43/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.44/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.43",
3
+ "version": "3.3.44",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-custom-metadata",
9
- "version": "3.3.43",
9
+ "version": "3.3.44",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@salesforce/core": "^8.8.3",
13
13
  "@salesforce/sf-plugins-core": "^11.3.12",
14
14
  "csv-parse": "^5.6.0",
15
- "fast-xml-parser": "^4.5.1"
15
+ "fast-xml-parser": "^4.5.3"
16
16
  },
17
17
  "devDependencies": {
18
18
  "@jsforce/jsforce-node": "^3.6.4",
@@ -7500,22 +7500,18 @@
7500
7500
  "license": "MIT"
7501
7501
  },
7502
7502
  "node_modules/fast-xml-parser": {
7503
- "version": "4.5.1",
7504
- "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.1.tgz",
7505
- "integrity": "sha512-y655CeyUQ+jj7KBbYMc4FG01V8ZQqjN+gDYGJ50RtfsUB8iG9AmwmwoAgeKLJdmueKKMrH1RJ7yXHTSoczdv5w==",
7503
+ "version": "4.5.3",
7504
+ "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.3.tgz",
7505
+ "integrity": "sha512-RKihhV+SHsIUGXObeVy9AXiBbFwkVk7Syp8XgwN5U3JV416+Gwp/GO9i0JYKmikykgz/UHRrrV4ROuZEo/T0ig==",
7506
7506
  "funding": [
7507
7507
  {
7508
7508
  "type": "github",
7509
7509
  "url": "https://github.com/sponsors/NaturalIntelligence"
7510
- },
7511
- {
7512
- "type": "paypal",
7513
- "url": "https://paypal.me/naturalintelligence"
7514
7510
  }
7515
7511
  ],
7516
7512
  "license": "MIT",
7517
7513
  "dependencies": {
7518
- "strnum": "^1.0.5"
7514
+ "strnum": "^1.1.1"
7519
7515
  },
7520
7516
  "bin": {
7521
7517
  "fxparser": "src/cli/cli.js"
@@ -12524,9 +12520,15 @@
12524
12520
  }
12525
12521
  },
12526
12522
  "node_modules/strnum": {
12527
- "version": "1.0.5",
12528
- "resolved": "https://registry.npmjs.org/strnum/-/strnum-1.0.5.tgz",
12529
- "integrity": "sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA==",
12523
+ "version": "1.1.1",
12524
+ "resolved": "https://registry.npmjs.org/strnum/-/strnum-1.1.1.tgz",
12525
+ "integrity": "sha512-O7aCHfYCamLCctjAiaucmE+fHf2DYHkus2OKCn4Wv03sykfFtgeECn505X6K4mPl8CRNd/qurC9guq+ynoN4pw==",
12526
+ "funding": [
12527
+ {
12528
+ "type": "github",
12529
+ "url": "https://github.com/sponsors/NaturalIntelligence"
12530
+ }
12531
+ ],
12530
12532
  "license": "MIT"
12531
12533
  },
12532
12534
  "node_modules/supports-color": {
package/oclif.lock CHANGED
@@ -3865,12 +3865,12 @@ fast-xml-parser@4.4.1:
3865
3865
  dependencies:
3866
3866
  strnum "^1.0.5"
3867
3867
 
3868
- fast-xml-parser@^4.5.1:
3869
- version "4.5.1"
3870
- resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.5.1.tgz#a7e665ff79b7919100a5202f23984b6150f9b31e"
3871
- integrity sha512-y655CeyUQ+jj7KBbYMc4FG01V8ZQqjN+gDYGJ50RtfsUB8iG9AmwmwoAgeKLJdmueKKMrH1RJ7yXHTSoczdv5w==
3868
+ fast-xml-parser@^4.5.3:
3869
+ version "4.5.3"
3870
+ resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.5.3.tgz#c54d6b35aa0f23dc1ea60b6c884340c006dc6efb"
3871
+ integrity sha512-RKihhV+SHsIUGXObeVy9AXiBbFwkVk7Syp8XgwN5U3JV416+Gwp/GO9i0JYKmikykgz/UHRrrV4ROuZEo/T0ig==
3872
3872
  dependencies:
3873
- strnum "^1.0.5"
3873
+ strnum "^1.1.1"
3874
3874
 
3875
3875
  fastest-levenshtein@^1.0.7:
3876
3876
  version "1.0.16"
@@ -6797,10 +6797,10 @@ strip-json-comments@^3.1.1:
6797
6797
  resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006"
6798
6798
  integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==
6799
6799
 
6800
- strnum@^1.0.5:
6801
- version "1.0.5"
6802
- resolved "https://registry.yarnpkg.com/strnum/-/strnum-1.0.5.tgz#5c4e829fe15ad4ff0d20c3db5ac97b73c9b072db"
6803
- integrity sha512-J8bbNyKKXl5qYcR36TIO8W3mVGVHrmmxsd5PAItGkmyzwJvybiw2IVq5nqd0i4LSNSkB/sx9VHllbfFdr9k1JA==
6800
+ strnum@^1.0.5, strnum@^1.1.1:
6801
+ version "1.1.1"
6802
+ resolved "https://registry.yarnpkg.com/strnum/-/strnum-1.1.1.tgz#6b312934054594dd611bd18d9bcce5053a7caaee"
6803
+ integrity sha512-O7aCHfYCamLCctjAiaucmE+fHf2DYHkus2OKCn4Wv03sykfFtgeECn505X6K4mPl8CRNd/qurC9guq+ynoN4pw==
6804
6804
 
6805
6805
  supports-color@^5.3.0:
6806
6806
  version "5.5.0"
@@ -850,5 +850,5 @@
850
850
  ]
851
851
  }
852
852
  },
853
- "version": "3.3.43"
853
+ "version": "3.3.44"
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.43",
4
+ "version": "3.3.44",
5
5
  "contributors": [
6
6
  {
7
7
  "name": "Carolyn Grabill",
@@ -45,7 +45,7 @@
45
45
  "@salesforce/core": "^8.8.3",
46
46
  "@salesforce/sf-plugins-core": "^11.3.12",
47
47
  "csv-parse": "^5.6.0",
48
- "fast-xml-parser": "^4.5.1"
48
+ "fast-xml-parser": "^4.5.3"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@jsforce/jsforce-node": "^3.6.4",
@@ -243,7 +243,7 @@
243
243
  "type": "module",
244
244
  "author": "Salesforce",
245
245
  "sfdx": {
246
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.3.43.crt",
247
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.3.43.sig"
246
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.3.44.crt",
247
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.3.44.sig"
248
248
  }
249
249
  }