@salesforce/plugin-custom-metadata 3.3.74 → 3.3.75

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.74/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.75/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.74/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.75/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.74/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.75/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.74/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.75/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.74/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.75/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.74",
3
+ "version": "3.3.75",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-custom-metadata",
9
- "version": "3.3.74",
9
+ "version": "3.3.75",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@salesforce/core": "^8.25.1",
13
13
  "@salesforce/sf-plugins-core": "^11.3.12",
14
14
  "csv-parse": "^5.6.0",
15
- "fast-xml-parser": "^5.3.4"
15
+ "fast-xml-parser": "^5.3.6"
16
16
  },
17
17
  "devDependencies": {
18
18
  "@jsforce/jsforce-node": "^3.10.8",
@@ -1241,6 +1241,25 @@
1241
1241
  "node": ">=20.0.0"
1242
1242
  }
1243
1243
  },
1244
+ "node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser": {
1245
+ "version": "5.3.4",
1246
+ "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.4.tgz",
1247
+ "integrity": "sha512-EFd6afGmXlCx8H8WTZHhAoDaWaGyuIBoZJ2mknrNxug+aZKjkp0a0dlars9Izl+jF+7Gu1/5f/2h68cQpe0IiA==",
1248
+ "dev": true,
1249
+ "funding": [
1250
+ {
1251
+ "type": "github",
1252
+ "url": "https://github.com/sponsors/NaturalIntelligence"
1253
+ }
1254
+ ],
1255
+ "license": "MIT",
1256
+ "dependencies": {
1257
+ "strnum": "^2.1.0"
1258
+ },
1259
+ "bin": {
1260
+ "fxparser": "src/cli/cli.js"
1261
+ }
1262
+ },
1244
1263
  "node_modules/@aws/lambda-invoke-store": {
1245
1264
  "version": "0.2.2",
1246
1265
  "resolved": "https://registry.npmjs.org/@aws/lambda-invoke-store/-/lambda-invoke-store-0.2.2.tgz",
@@ -7896,9 +7915,9 @@
7896
7915
  "license": "MIT"
7897
7916
  },
7898
7917
  "node_modules/fast-xml-parser": {
7899
- "version": "5.3.4",
7900
- "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.4.tgz",
7901
- "integrity": "sha512-EFd6afGmXlCx8H8WTZHhAoDaWaGyuIBoZJ2mknrNxug+aZKjkp0a0dlars9Izl+jF+7Gu1/5f/2h68cQpe0IiA==",
7918
+ "version": "5.3.6",
7919
+ "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.3.6.tgz",
7920
+ "integrity": "sha512-QNI3sAvSvaOiaMl8FYU4trnEzCwiRr8XMWgAHzlrWpTSj+QaCSvOf1h82OEP1s4hiAXhnbXSyFWCf4ldZzZRVA==",
7902
7921
  "funding": [
7903
7922
  {
7904
7923
  "type": "github",
@@ -7907,7 +7926,7 @@
7907
7926
  ],
7908
7927
  "license": "MIT",
7909
7928
  "dependencies": {
7910
- "strnum": "^2.1.0"
7929
+ "strnum": "^2.1.2"
7911
7930
  },
7912
7931
  "bin": {
7913
7932
  "fxparser": "src/cli/cli.js"
@@ -12975,9 +12994,9 @@
12975
12994
  }
12976
12995
  },
12977
12996
  "node_modules/strnum": {
12978
- "version": "2.1.1",
12979
- "resolved": "https://registry.npmjs.org/strnum/-/strnum-2.1.1.tgz",
12980
- "integrity": "sha512-7ZvoFTiCnGxBtDqJ//Cu6fWtZtc7Y3x+QOirG15wztbdngGSkht27o2pyGWrVy0b4WAy3jbKmnoK6g5VlVNUUw==",
12997
+ "version": "2.1.2",
12998
+ "resolved": "https://registry.npmjs.org/strnum/-/strnum-2.1.2.tgz",
12999
+ "integrity": "sha512-l63NF9y/cLROq/yqKXSLtcMeeyOfnSQlfMSlzFt/K73oIaD8DGaQWd7Z34X9GPiKqP5rbSh84Hl4bOlLcjiSrQ==",
12981
13000
  "funding": [
12982
13001
  {
12983
13002
  "type": "github",
package/oclif.lock CHANGED
@@ -3978,13 +3978,20 @@ fast-uri@^3.0.1:
3978
3978
  resolved "https://registry.yarnpkg.com/fast-uri/-/fast-uri-3.0.1.tgz#cddd2eecfc83a71c1be2cc2ef2061331be8a7134"
3979
3979
  integrity sha512-MWipKbbYiYI0UC7cl8m/i/IWTqfC8YXsqjzybjddLsFjStroQzsHXkc73JutMvBiXmOvapk+axIl79ig5t55Bw==
3980
3980
 
3981
- fast-xml-parser@5.3.4, fast-xml-parser@^5.3.4:
3981
+ fast-xml-parser@5.3.4:
3982
3982
  version "5.3.4"
3983
3983
  resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.3.4.tgz#06f39aafffdbc97bef0321e626c7ddd06a043ecf"
3984
3984
  integrity sha512-EFd6afGmXlCx8H8WTZHhAoDaWaGyuIBoZJ2mknrNxug+aZKjkp0a0dlars9Izl+jF+7Gu1/5f/2h68cQpe0IiA==
3985
3985
  dependencies:
3986
3986
  strnum "^2.1.0"
3987
3987
 
3988
+ fast-xml-parser@^5.3.6:
3989
+ version "5.3.6"
3990
+ resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.3.6.tgz#85a69117ca156b1b3c52e426495b6de266cb6a4b"
3991
+ integrity sha512-QNI3sAvSvaOiaMl8FYU4trnEzCwiRr8XMWgAHzlrWpTSj+QaCSvOf1h82OEP1s4hiAXhnbXSyFWCf4ldZzZRVA==
3992
+ dependencies:
3993
+ strnum "^2.1.2"
3994
+
3988
3995
  fastest-levenshtein@^1.0.7:
3989
3996
  version "1.0.16"
3990
3997
  resolved "https://registry.yarnpkg.com/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz#210e61b6ff181de91ea9b3d1b84fdedd47e034e5"
@@ -6946,10 +6953,10 @@ strip-json-comments@^3.1.1:
6946
6953
  resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006"
6947
6954
  integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==
6948
6955
 
6949
- strnum@^2.1.0:
6950
- version "2.1.1"
6951
- resolved "https://registry.yarnpkg.com/strnum/-/strnum-2.1.1.tgz#cf2a6e0cf903728b8b2c4b971b7e36b4e82d46ab"
6952
- integrity sha512-7ZvoFTiCnGxBtDqJ//Cu6fWtZtc7Y3x+QOirG15wztbdngGSkht27o2pyGWrVy0b4WAy3jbKmnoK6g5VlVNUUw==
6956
+ strnum@^2.1.0, strnum@^2.1.2:
6957
+ version "2.1.2"
6958
+ resolved "https://registry.yarnpkg.com/strnum/-/strnum-2.1.2.tgz#a5e00ba66ab25f9cafa3726b567ce7a49170937a"
6959
+ integrity sha512-l63NF9y/cLROq/yqKXSLtcMeeyOfnSQlfMSlzFt/K73oIaD8DGaQWd7Z34X9GPiKqP5rbSh84Hl4bOlLcjiSrQ==
6953
6960
 
6954
6961
  supports-color@^5.3.0:
6955
6962
  version "5.5.0"
@@ -850,5 +850,5 @@
850
850
  ]
851
851
  }
852
852
  },
853
- "version": "3.3.74"
853
+ "version": "3.3.75"
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.74",
4
+ "version": "3.3.75",
5
5
  "contributors": [
6
6
  {
7
7
  "name": "Carolyn Grabill",
@@ -45,7 +45,7 @@
45
45
  "@salesforce/core": "^8.25.1",
46
46
  "@salesforce/sf-plugins-core": "^11.3.12",
47
47
  "csv-parse": "^5.6.0",
48
- "fast-xml-parser": "^5.3.4"
48
+ "fast-xml-parser": "^5.3.6"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@jsforce/jsforce-node": "^3.10.8",
@@ -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.74.crt",
248
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.3.74.sig"
247
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.3.75.crt",
248
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.3.75.sig"
249
249
  }
250
250
  }