@salesforce/plugin-custom-metadata 3.3.30 → 3.3.31

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.30/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.31/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.30/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.31/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.30/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.31/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.30/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.31/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.30/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.31/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.30",
3
+ "version": "3.3.31",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-custom-metadata",
9
- "version": "3.3.30",
9
+ "version": "3.3.31",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@salesforce/core": "^8.5.1",
13
13
  "@salesforce/sf-plugins-core": "^11.3.7",
14
14
  "csv-parse": "^5.5.6",
15
- "fast-xml-parser": "^4.4.1"
15
+ "fast-xml-parser": "^4.5.0"
16
16
  },
17
17
  "devDependencies": {
18
18
  "@jsforce/jsforce-node": "^3.4.1",
@@ -1138,6 +1138,29 @@
1138
1138
  "node": ">=16.0.0"
1139
1139
  }
1140
1140
  },
1141
+ "node_modules/@aws-sdk/core/node_modules/fast-xml-parser": {
1142
+ "version": "4.4.1",
1143
+ "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.4.1.tgz",
1144
+ "integrity": "sha512-xkjOecfnKGkSsOwtZ5Pz7Us/T6mrbPQrq0nh+aCO5V9nk5NLWmasAHumTKjiPJPWANe+kAZ84Jc8ooJkzZ88Sw==",
1145
+ "dev": true,
1146
+ "funding": [
1147
+ {
1148
+ "type": "github",
1149
+ "url": "https://github.com/sponsors/NaturalIntelligence"
1150
+ },
1151
+ {
1152
+ "type": "paypal",
1153
+ "url": "https://paypal.me/naturalintelligence"
1154
+ }
1155
+ ],
1156
+ "license": "MIT",
1157
+ "dependencies": {
1158
+ "strnum": "^1.0.5"
1159
+ },
1160
+ "bin": {
1161
+ "fxparser": "src/cli/cli.js"
1162
+ }
1163
+ },
1141
1164
  "node_modules/@aws-sdk/credential-provider-env": {
1142
1165
  "version": "3.620.1",
1143
1166
  "resolved": "https://registry.npmjs.org/@aws-sdk/credential-provider-env/-/credential-provider-env-3.620.1.tgz",
@@ -7383,9 +7406,9 @@
7383
7406
  "license": "MIT"
7384
7407
  },
7385
7408
  "node_modules/fast-xml-parser": {
7386
- "version": "4.4.1",
7387
- "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.4.1.tgz",
7388
- "integrity": "sha512-xkjOecfnKGkSsOwtZ5Pz7Us/T6mrbPQrq0nh+aCO5V9nk5NLWmasAHumTKjiPJPWANe+kAZ84Jc8ooJkzZ88Sw==",
7409
+ "version": "4.5.0",
7410
+ "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.5.0.tgz",
7411
+ "integrity": "sha512-/PlTQCI96+fZMAOLMZK4CWG1ItCbfZ/0jx7UIJFChPNrx7tcEgerUgWbeieCM9MfHInUDyK8DWYZ+YrywDJuTg==",
7389
7412
  "funding": [
7390
7413
  {
7391
7414
  "type": "github",
package/oclif.lock CHANGED
@@ -3887,13 +3887,20 @@ fast-uri@^3.0.1:
3887
3887
  resolved "https://registry.yarnpkg.com/fast-uri/-/fast-uri-3.0.1.tgz#cddd2eecfc83a71c1be2cc2ef2061331be8a7134"
3888
3888
  integrity sha512-MWipKbbYiYI0UC7cl8m/i/IWTqfC8YXsqjzybjddLsFjStroQzsHXkc73JutMvBiXmOvapk+axIl79ig5t55Bw==
3889
3889
 
3890
- fast-xml-parser@4.4.1, fast-xml-parser@^4.4.1:
3890
+ fast-xml-parser@4.4.1:
3891
3891
  version "4.4.1"
3892
3892
  resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.4.1.tgz#86dbf3f18edf8739326447bcaac31b4ae7f6514f"
3893
3893
  integrity sha512-xkjOecfnKGkSsOwtZ5Pz7Us/T6mrbPQrq0nh+aCO5V9nk5NLWmasAHumTKjiPJPWANe+kAZ84Jc8ooJkzZ88Sw==
3894
3894
  dependencies:
3895
3895
  strnum "^1.0.5"
3896
3896
 
3897
+ fast-xml-parser@^4.5.0:
3898
+ version "4.5.0"
3899
+ resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-4.5.0.tgz#2882b7d01a6825dfdf909638f2de0256351def37"
3900
+ integrity sha512-/PlTQCI96+fZMAOLMZK4CWG1ItCbfZ/0jx7UIJFChPNrx7tcEgerUgWbeieCM9MfHInUDyK8DWYZ+YrywDJuTg==
3901
+ dependencies:
3902
+ strnum "^1.0.5"
3903
+
3897
3904
  fastest-levenshtein@^1.0.7:
3898
3905
  version "1.0.16"
3899
3906
  resolved "https://registry.yarnpkg.com/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz#210e61b6ff181de91ea9b3d1b84fdedd47e034e5"
@@ -850,5 +850,5 @@
850
850
  ]
851
851
  }
852
852
  },
853
- "version": "3.3.30"
853
+ "version": "3.3.31"
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.30",
4
+ "version": "3.3.31",
5
5
  "contributors": [
6
6
  {
7
7
  "name": "Carolyn Grabill",
@@ -45,7 +45,7 @@
45
45
  "@salesforce/core": "^8.5.1",
46
46
  "@salesforce/sf-plugins-core": "^11.3.7",
47
47
  "csv-parse": "^5.5.6",
48
- "fast-xml-parser": "^4.4.1"
48
+ "fast-xml-parser": "^4.5.0"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@jsforce/jsforce-node": "^3.4.1",
@@ -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.30.crt",
247
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.3.30.sig"
246
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.3.31.crt",
247
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.3.31.sig"
248
248
  }
249
249
  }