@salesforce/plugin-custom-metadata 3.3.19 → 3.3.20

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.19/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.20/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.19/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.20/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.19/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.20/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.19/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.20/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.19/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.20/src/commands/cmdt/generate/records.ts)_
410
410
 
411
411
  <!-- commandsstop -->
412
412
 
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-custom-metadata",
3
- "version": "3.3.19",
3
+ "version": "3.3.20",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-custom-metadata",
9
- "version": "3.3.19",
9
+ "version": "3.3.20",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@salesforce/core": "^8.1.0",
13
- "@salesforce/sf-plugins-core": "^11.1.7",
13
+ "@salesforce/sf-plugins-core": "^11.2.0",
14
14
  "csv-parse": "^5.5.6",
15
15
  "fast-xml-parser": "^4.4.0"
16
16
  },
@@ -5159,18 +5159,18 @@
5159
5159
  "license": "ISC"
5160
5160
  },
5161
5161
  "node_modules/@salesforce/sf-plugins-core": {
5162
- "version": "11.1.7",
5163
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-11.1.7.tgz",
5164
- "integrity": "sha512-Nj44Oh1jD9D0fcnqUzFPkRoorZT5LSZbdB141ONRN1SS1VmtLSfZ3QH3CKgBrE+Bj5W4byz/GYNjpT6cv3pmuA==",
5162
+ "version": "11.2.0",
5163
+ "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-11.2.0.tgz",
5164
+ "integrity": "sha512-hqLAQe+nOxWrSuVm5HfTUWDUTa3cKeS9xlrikJ6J9KW0BgM6ZmmA+JdhYRwv+gg0ZUknuJbOY/Ucn04nEw7yMA==",
5165
5165
  "license": "BSD-3-Clause",
5166
5166
  "dependencies": {
5167
5167
  "@inquirer/confirm": "^3.1.14",
5168
5168
  "@inquirer/password": "^2.1.14",
5169
- "@oclif/core": "^4.0.8",
5169
+ "@oclif/core": "^4.0.12",
5170
5170
  "@salesforce/core": "^8.1.1",
5171
5171
  "@salesforce/kit": "^3.1.6",
5172
5172
  "@salesforce/ts-types": "^2.0.10",
5173
- "ansis": "^3.2.0",
5173
+ "ansis": "^3.2.1",
5174
5174
  "cli-progress": "^3.12.0",
5175
5175
  "natural-orderby": "^3.0.2",
5176
5176
  "slice-ansi": "^7.1.0",
package/oclif.lock CHANGED
@@ -1656,7 +1656,7 @@
1656
1656
  wordwrap "^1.0.0"
1657
1657
  wrap-ansi "^7.0.0"
1658
1658
 
1659
- "@oclif/core@^4", "@oclif/core@^4.0.7", "@oclif/core@^4.0.8":
1659
+ "@oclif/core@^4", "@oclif/core@^4.0.12", "@oclif/core@^4.0.7":
1660
1660
  version "4.0.12"
1661
1661
  resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.12.tgz#b47089631827e2c909bfffc8c14d7b1781e502ce"
1662
1662
  integrity sha512-o2dfPtmi2uBGHgpvHr+GNfoRKysKgQGiffONoMN3R+qBVNeIkJIZhVk31HreDkAI9LAzS92BWNgp/l7lXDxdvg==
@@ -1835,18 +1835,18 @@
1835
1835
  resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.9.0.tgz#ba477a112653a20b4edcf989c61c57bdff9aa3ca"
1836
1836
  integrity sha512-LiN37zG5ODT6z70sL1fxF7BQwtCX9JOWofSU8iliSNIM+WDEeinnoFtVqPInRSNt8I0RiJxIKCrqstsmQRBNvA==
1837
1837
 
1838
- "@salesforce/sf-plugins-core@^11.1.6", "@salesforce/sf-plugins-core@^11.1.7":
1839
- version "11.1.7"
1840
- resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-11.1.7.tgz#1af298d3ff6ff82e9944d614740de31b891c188e"
1841
- integrity sha512-Nj44Oh1jD9D0fcnqUzFPkRoorZT5LSZbdB141ONRN1SS1VmtLSfZ3QH3CKgBrE+Bj5W4byz/GYNjpT6cv3pmuA==
1838
+ "@salesforce/sf-plugins-core@^11.1.6", "@salesforce/sf-plugins-core@^11.2.0":
1839
+ version "11.2.0"
1840
+ resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-11.2.0.tgz#b7ff6236100a167ebf3afedd551ba7a47808e7bf"
1841
+ integrity sha512-hqLAQe+nOxWrSuVm5HfTUWDUTa3cKeS9xlrikJ6J9KW0BgM6ZmmA+JdhYRwv+gg0ZUknuJbOY/Ucn04nEw7yMA==
1842
1842
  dependencies:
1843
1843
  "@inquirer/confirm" "^3.1.14"
1844
1844
  "@inquirer/password" "^2.1.14"
1845
- "@oclif/core" "^4.0.8"
1845
+ "@oclif/core" "^4.0.12"
1846
1846
  "@salesforce/core" "^8.1.1"
1847
1847
  "@salesforce/kit" "^3.1.6"
1848
1848
  "@salesforce/ts-types" "^2.0.10"
1849
- ansis "^3.2.0"
1849
+ ansis "^3.2.1"
1850
1850
  cli-progress "^3.12.0"
1851
1851
  natural-orderby "^3.0.2"
1852
1852
  slice-ansi "^7.1.0"
@@ -6919,7 +6919,16 @@ srcset@^5.0.0:
6919
6919
  resolved "https://registry.yarnpkg.com/srcset/-/srcset-5.0.0.tgz#9df6c3961b5b44a02532ce6ae4544832609e2e3f"
6920
6920
  integrity sha512-SqEZaAEhe0A6ETEa9O1IhSPC7MdvehZtCnTR0AftXk3QhY2UNgb+NApFOUPZILXk/YTDfFxMTNJOBpzrJsEdIA==
6921
6921
 
6922
- "string-width-cjs@npm:string-width@^4.2.0", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
6922
+ "string-width-cjs@npm:string-width@^4.2.0":
6923
+ version "4.2.3"
6924
+ resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
6925
+ integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
6926
+ dependencies:
6927
+ emoji-regex "^8.0.0"
6928
+ is-fullwidth-code-point "^3.0.0"
6929
+ strip-ansi "^6.0.1"
6930
+
6931
+ string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
6923
6932
  version "4.2.3"
6924
6933
  resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
6925
6934
  integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -6987,7 +6996,14 @@ string_decoder@~1.1.1:
6987
6996
  dependencies:
6988
6997
  safe-buffer "~5.1.0"
6989
6998
 
6990
- "strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
6999
+ "strip-ansi-cjs@npm:strip-ansi@^6.0.1":
7000
+ version "6.0.1"
7001
+ resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
7002
+ integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
7003
+ dependencies:
7004
+ ansi-regex "^5.0.1"
7005
+
7006
+ strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
6991
7007
  version "6.0.1"
6992
7008
  resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
6993
7009
  integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -7538,7 +7554,7 @@ workerpool@6.2.1:
7538
7554
  resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.2.1.tgz#46fc150c17d826b86a008e5a4508656777e9c343"
7539
7555
  integrity sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==
7540
7556
 
7541
- "wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
7557
+ "wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
7542
7558
  version "7.0.0"
7543
7559
  resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
7544
7560
  integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -7556,6 +7572,15 @@ wrap-ansi@^6.2.0:
7556
7572
  string-width "^4.1.0"
7557
7573
  strip-ansi "^6.0.0"
7558
7574
 
7575
+ wrap-ansi@^7.0.0:
7576
+ version "7.0.0"
7577
+ resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
7578
+ integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
7579
+ dependencies:
7580
+ ansi-styles "^4.0.0"
7581
+ string-width "^4.1.0"
7582
+ strip-ansi "^6.0.0"
7583
+
7559
7584
  wrap-ansi@^8.1.0:
7560
7585
  version "8.1.0"
7561
7586
  resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"
@@ -850,5 +850,5 @@
850
850
  ]
851
851
  }
852
852
  },
853
- "version": "3.3.19"
853
+ "version": "3.3.20"
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.19",
4
+ "version": "3.3.20",
5
5
  "contributors": [
6
6
  {
7
7
  "name": "Carolyn Grabill",
@@ -43,7 +43,7 @@
43
43
  "bugs": "https://github.com/salesforcecli/plugin-custom-metadata/issues",
44
44
  "dependencies": {
45
45
  "@salesforce/core": "^8.1.0",
46
- "@salesforce/sf-plugins-core": "^11.1.7",
46
+ "@salesforce/sf-plugins-core": "^11.2.0",
47
47
  "csv-parse": "^5.5.6",
48
48
  "fast-xml-parser": "^4.4.0"
49
49
  },
@@ -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.19.crt",
247
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.3.19.sig"
246
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.3.20.crt",
247
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.3.20.sig"
248
248
  }
249
249
  }