@salesforce/plugin-custom-metadata 3.3.93 → 3.3.94

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.93/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.94/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.93/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.94/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.93/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.94/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.93/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.94/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.93/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.94/src/commands/cmdt/generate/records.ts)_
410
410
 
411
411
  <!-- commandsstop -->
412
412
 
@@ -1,28 +1,28 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-custom-metadata",
3
- "version": "3.3.93",
3
+ "version": "3.3.94",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-custom-metadata",
9
- "version": "3.3.93",
9
+ "version": "3.3.94",
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.11"
15
+ "fast-xml-parser": "^5.7.1"
16
16
  },
17
17
  "devDependencies": {
18
18
  "@jsforce/jsforce-node": "^3.10.14",
19
19
  "@oclif/core": "^4.10.5",
20
- "@oclif/plugin-command-snapshot": "^5.3.14",
20
+ "@oclif/plugin-command-snapshot": "^5.3.15",
21
21
  "@salesforce/cli-plugins-testkit": "^5.3.52",
22
22
  "@salesforce/dev-scripts": "^11.0.4",
23
- "@salesforce/plugin-command-reference": "^3.1.86",
23
+ "@salesforce/plugin-command-reference": "^3.1.91",
24
24
  "eslint-plugin-sf-plugin": "^1.20.33",
25
- "oclif": "^4.22.96",
25
+ "oclif": "^4.23.0",
26
26
  "ts-node": "^10.9.2",
27
27
  "typescript": "^5.9.3"
28
28
  },
@@ -5790,6 +5790,18 @@
5790
5790
  "tslib": "2"
5791
5791
  }
5792
5792
  },
5793
+ "node_modules/@nodable/entities": {
5794
+ "version": "2.1.0",
5795
+ "resolved": "https://registry.npmjs.org/@nodable/entities/-/entities-2.1.0.tgz",
5796
+ "integrity": "sha512-nyT7T3nbMyBI/lvr6L5TyWbFJAI9FTgVRakNoBqCD+PmID8DzFrrNdLLtHMwMszOtqZa8PAOV24ZqDnQrhQINA==",
5797
+ "funding": [
5798
+ {
5799
+ "type": "github",
5800
+ "url": "https://github.com/sponsors/nodable"
5801
+ }
5802
+ ],
5803
+ "license": "MIT"
5804
+ },
5793
5805
  "node_modules/@nodelib/fs.scandir": {
5794
5806
  "version": "2.1.5",
5795
5807
  "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
@@ -5909,9 +5921,9 @@
5909
5921
  }
5910
5922
  },
5911
5923
  "node_modules/@oclif/plugin-command-snapshot": {
5912
- "version": "5.3.14",
5913
- "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.14.tgz",
5914
- "integrity": "sha512-g1yio6WFQt6BwjfqYh1icPPOV2SRw/P3zs74KZ3IS7dkOuEWkII4AEQkQ0WIS4S8W9AlZP7Y51FsVYOKSPdnFQ==",
5924
+ "version": "5.3.15",
5925
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.15.tgz",
5926
+ "integrity": "sha512-J9mNzaKG1wtOy5Yp9Orz25zwVC/eTtveDTS2P1kFdNSGv7y1NKPpUL7ZKynf4bDGm2aJloXvdlLur7rQtixLzg==",
5915
5927
  "dev": true,
5916
5928
  "license": "MIT",
5917
5929
  "dependencies": {
@@ -6383,14 +6395,14 @@
6383
6395
  }
6384
6396
  },
6385
6397
  "node_modules/@salesforce/plugin-command-reference": {
6386
- "version": "3.1.86",
6387
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.86.tgz",
6388
- "integrity": "sha512-MxkdeHJxZJe7ouehfGo8/A6RVcZnilH/Hz6cXIIXYH1u5vjHkwMr6zdCuVbMed7QMXazkiczMwr86e6dkTb67Q==",
6398
+ "version": "3.1.91",
6399
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.91.tgz",
6400
+ "integrity": "sha512-1veOTwP+0BJ/1pLXZmEyvtLWQ/bVLRB2vkNOkwLF6AsHT/entwCfmTjQMxH/JSeAnAJulllIvFzC7AVzPPOcDQ==",
6389
6401
  "dev": true,
6390
6402
  "license": "Apache-2.0",
6391
6403
  "dependencies": {
6392
6404
  "@oclif/core": "^4",
6393
- "@salesforce/core": "^8.23.3",
6405
+ "@salesforce/core": "^8.28.1",
6394
6406
  "@salesforce/kit": "^3.2.6",
6395
6407
  "@salesforce/sf-plugins-core": "^11.3.12",
6396
6408
  "@salesforce/ts-types": "^2.0.11",
@@ -10643,9 +10655,9 @@
10643
10655
  "license": "MIT"
10644
10656
  },
10645
10657
  "node_modules/fast-xml-builder": {
10646
- "version": "1.1.4",
10647
- "resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.1.4.tgz",
10648
- "integrity": "sha512-f2jhpN4Eccy0/Uz9csxh3Nu6q4ErKxf0XIsasomfOihuSUa3/xw6w8dnOtCDgEItQFJG8KyXPzQXzcODDrrbOg==",
10658
+ "version": "1.1.5",
10659
+ "resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.1.5.tgz",
10660
+ "integrity": "sha512-4TJn/8FKLeslLAH3dnohXqE3QSoxkhvaMzepOIZytwJXZO69Bfz0HBdDHzOTOon6G59Zrk6VQ2bEiv1t61rfkA==",
10649
10661
  "funding": [
10650
10662
  {
10651
10663
  "type": "github",
@@ -10658,9 +10670,9 @@
10658
10670
  }
10659
10671
  },
10660
10672
  "node_modules/fast-xml-parser": {
10661
- "version": "5.5.11",
10662
- "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.5.11.tgz",
10663
- "integrity": "sha512-QL0eb0YbSTVWF6tTf1+LEMSgtCEjBYPpnAjoLC8SscESlAjXEIRJ7cHtLG0pLeDFaZLa4VKZLArtA/60ZS7vyA==",
10673
+ "version": "5.7.1",
10674
+ "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.7.1.tgz",
10675
+ "integrity": "sha512-8Cc3f8GUGUULg34pBch/KGyPLglS+OFs05deyOlY7fL2MTagYPKrVQNmR1fLF/yJ9PH5ZSTd3YDF6pnmeZU+zA==",
10664
10676
  "funding": [
10665
10677
  {
10666
10678
  "type": "github",
@@ -10669,8 +10681,9 @@
10669
10681
  ],
10670
10682
  "license": "MIT",
10671
10683
  "dependencies": {
10672
- "fast-xml-builder": "^1.1.4",
10673
- "path-expression-matcher": "^1.4.0",
10684
+ "@nodable/entities": "^2.1.0",
10685
+ "fast-xml-builder": "^1.1.5",
10686
+ "path-expression-matcher": "^1.5.0",
10674
10687
  "strnum": "^2.2.3"
10675
10688
  },
10676
10689
  "bin": {
@@ -13935,9 +13948,9 @@
13935
13948
  }
13936
13949
  },
13937
13950
  "node_modules/oclif": {
13938
- "version": "4.22.96",
13939
- "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.22.96.tgz",
13940
- "integrity": "sha512-aWM9cMb7Q3KW09qi5Mkw0Hq9sIM7DjVlyMAUl8Q2FP3+e5afBlUU9vmL3EJazVPhqcbg5u18E3z+6kCMk72KYw==",
13951
+ "version": "4.23.0",
13952
+ "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.23.0.tgz",
13953
+ "integrity": "sha512-0Rz8YsJx6NQORMgyDeDr6i0OlJa6h4oLXBht9iRZhn/YI/by/ONKgcJIPXyTgeLK21JmhbFqJn6Y1AME0EH1Dw==",
13941
13954
  "dev": true,
13942
13955
  "license": "MIT",
13943
13956
  "dependencies": {
@@ -13959,7 +13972,7 @@
13959
13972
  "fs-extra": "^8.1",
13960
13973
  "github-slugger": "^2",
13961
13974
  "got": "^13",
13962
- "lodash": "^4.17.23",
13975
+ "lodash": "^4.18.1",
13963
13976
  "normalize-package-data": "^6",
13964
13977
  "semver": "^7.7.4",
13965
13978
  "sort-package-json": "^2.15.1",
package/oclif.lock CHANGED
@@ -1655,6 +1655,11 @@
1655
1655
  "@jsonjoy.com/buffers" "^1.0.0"
1656
1656
  "@jsonjoy.com/codegen" "^1.0.0"
1657
1657
 
1658
+ "@nodable/entities@^2.1.0":
1659
+ version "2.1.0"
1660
+ resolved "https://registry.yarnpkg.com/@nodable/entities/-/entities-2.1.0.tgz#f543e5c6446720d4cf9e498a83019dd159973bc2"
1661
+ integrity sha512-nyT7T3nbMyBI/lvr6L5TyWbFJAI9FTgVRakNoBqCD+PmID8DzFrrNdLLtHMwMszOtqZa8PAOV24ZqDnQrhQINA==
1662
+
1658
1663
  "@nodelib/fs.scandir@2.1.5":
1659
1664
  version "2.1.5"
1660
1665
  resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz#7619c2eb21b25483f6d167548b4cfd5a7488c3d5"
@@ -1724,10 +1729,10 @@
1724
1729
  wordwrap "^1.0.0"
1725
1730
  wrap-ansi "^7.0.0"
1726
1731
 
1727
- "@oclif/plugin-command-snapshot@^5.3.14":
1728
- version "5.3.14"
1729
- resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.14.tgz#7df825059df929373c57aba73704183f14f12a76"
1730
- integrity sha512-g1yio6WFQt6BwjfqYh1icPPOV2SRw/P3zs74KZ3IS7dkOuEWkII4AEQkQ0WIS4S8W9AlZP7Y51FsVYOKSPdnFQ==
1732
+ "@oclif/plugin-command-snapshot@^5.3.15":
1733
+ version "5.3.15"
1734
+ resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.15.tgz#8fca90454c80990b37a179330371357621c1514e"
1735
+ integrity sha512-J9mNzaKG1wtOy5Yp9Orz25zwVC/eTtveDTS2P1kFdNSGv7y1NKPpUL7ZKynf4bDGm2aJloXvdlLur7rQtixLzg==
1731
1736
  dependencies:
1732
1737
  "@oclif/core" "^4"
1733
1738
  ansis "^3.17.0"
@@ -1810,7 +1815,7 @@
1810
1815
  strip-ansi "6.0.1"
1811
1816
  ts-retry-promise "^0.8.1"
1812
1817
 
1813
- "@salesforce/core@^8.23.1", "@salesforce/core@^8.23.3", "@salesforce/core@^8.27.1", "@salesforce/core@^8.28.1", "@salesforce/core@^8.5.1":
1818
+ "@salesforce/core@^8.23.1", "@salesforce/core@^8.27.1", "@salesforce/core@^8.28.1", "@salesforce/core@^8.5.1":
1814
1819
  version "8.28.1"
1815
1820
  resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.28.1.tgz#d83f8d0a8a83057c5a363aa6b5211b583fb9206b"
1816
1821
  integrity sha512-k9lPsULo+lOEZvpm1J1nJOFwKp5O5IfNqya7pw627QdKGcsWZm6v9caVHKUX9IjyB+S3dasNqaZT5O7l76C4oQ==
@@ -1879,13 +1884,13 @@
1879
1884
  dependencies:
1880
1885
  "@salesforce/ts-types" "^2.0.12"
1881
1886
 
1882
- "@salesforce/plugin-command-reference@^3.1.86":
1883
- version "3.1.86"
1884
- resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.86.tgz#960f7ad4cb5082b00ced4545e00c9158be4b7bfa"
1885
- integrity sha512-MxkdeHJxZJe7ouehfGo8/A6RVcZnilH/Hz6cXIIXYH1u5vjHkwMr6zdCuVbMed7QMXazkiczMwr86e6dkTb67Q==
1887
+ "@salesforce/plugin-command-reference@^3.1.91":
1888
+ version "3.1.91"
1889
+ resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.91.tgz#be1415229b4f69d53fd3411aaf4bf514608416ae"
1890
+ integrity sha512-1veOTwP+0BJ/1pLXZmEyvtLWQ/bVLRB2vkNOkwLF6AsHT/entwCfmTjQMxH/JSeAnAJulllIvFzC7AVzPPOcDQ==
1886
1891
  dependencies:
1887
1892
  "@oclif/core" "^4"
1888
- "@salesforce/core" "^8.23.3"
1893
+ "@salesforce/core" "^8.28.1"
1889
1894
  "@salesforce/kit" "^3.2.6"
1890
1895
  "@salesforce/sf-plugins-core" "^11.3.12"
1891
1896
  "@salesforce/ts-types" "^2.0.11"
@@ -4383,10 +4388,10 @@ fast-uri@^3.0.1:
4383
4388
  resolved "https://registry.yarnpkg.com/fast-uri/-/fast-uri-3.0.1.tgz#cddd2eecfc83a71c1be2cc2ef2061331be8a7134"
4384
4389
  integrity sha512-MWipKbbYiYI0UC7cl8m/i/IWTqfC8YXsqjzybjddLsFjStroQzsHXkc73JutMvBiXmOvapk+axIl79ig5t55Bw==
4385
4390
 
4386
- fast-xml-builder@^1.0.0, fast-xml-builder@^1.1.4:
4387
- version "1.1.4"
4388
- resolved "https://registry.yarnpkg.com/fast-xml-builder/-/fast-xml-builder-1.1.4.tgz#0c407a1d9d5996336c0cd76f7ff785cac6413017"
4389
- integrity sha512-f2jhpN4Eccy0/Uz9csxh3Nu6q4ErKxf0XIsasomfOihuSUa3/xw6w8dnOtCDgEItQFJG8KyXPzQXzcODDrrbOg==
4391
+ fast-xml-builder@^1.0.0, fast-xml-builder@^1.1.4, fast-xml-builder@^1.1.5:
4392
+ version "1.1.5"
4393
+ resolved "https://registry.yarnpkg.com/fast-xml-builder/-/fast-xml-builder-1.1.5.tgz#50188e1452a5fa095f415d3e63dcac0a1dbcbf11"
4394
+ integrity sha512-4TJn/8FKLeslLAH3dnohXqE3QSoxkhvaMzepOIZytwJXZO69Bfz0HBdDHzOTOon6G59Zrk6VQ2bEiv1t61rfkA==
4390
4395
  dependencies:
4391
4396
  path-expression-matcher "^1.1.3"
4392
4397
 
@@ -4407,13 +4412,14 @@ fast-xml-parser@5.5.8:
4407
4412
  path-expression-matcher "^1.2.0"
4408
4413
  strnum "^2.2.0"
4409
4414
 
4410
- fast-xml-parser@^5.5.11:
4411
- version "5.5.11"
4412
- resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.5.11.tgz#406a888587aed0ba6b3e60382dfbb3b1f80692ad"
4413
- integrity sha512-QL0eb0YbSTVWF6tTf1+LEMSgtCEjBYPpnAjoLC8SscESlAjXEIRJ7cHtLG0pLeDFaZLa4VKZLArtA/60ZS7vyA==
4415
+ fast-xml-parser@^5.7.1:
4416
+ version "5.7.1"
4417
+ resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.7.1.tgz#17697550bdd2a0a0d47cdc4b456c009c4cbe8a06"
4418
+ integrity sha512-8Cc3f8GUGUULg34pBch/KGyPLglS+OFs05deyOlY7fL2MTagYPKrVQNmR1fLF/yJ9PH5ZSTd3YDF6pnmeZU+zA==
4414
4419
  dependencies:
4415
- fast-xml-builder "^1.1.4"
4416
- path-expression-matcher "^1.4.0"
4420
+ "@nodable/entities" "^2.1.0"
4421
+ fast-xml-builder "^1.1.5"
4422
+ path-expression-matcher "^1.5.0"
4417
4423
  strnum "^2.2.3"
4418
4424
 
4419
4425
  fastest-levenshtein@^1.0.7:
@@ -5800,7 +5806,7 @@ lodash.upperfirst@^4.3.1:
5800
5806
  resolved "https://registry.yarnpkg.com/lodash.upperfirst/-/lodash.upperfirst-4.3.1.tgz#1365edf431480481ef0d1c68957a5ed99d49f7ce"
5801
5807
  integrity sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg==
5802
5808
 
5803
- lodash@^4.17.15, lodash@^4.17.23:
5809
+ lodash@^4.17.15, lodash@^4.17.23, lodash@^4.18.1:
5804
5810
  version "4.18.1"
5805
5811
  resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.18.1.tgz#ff2b66c1f6326d59513de2407bf881439812771c"
5806
5812
  integrity sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==
@@ -6301,10 +6307,10 @@ object.values@^1.1.7:
6301
6307
  define-properties "^1.2.0"
6302
6308
  es-abstract "^1.22.1"
6303
6309
 
6304
- oclif@^4.22.96:
6305
- version "4.22.96"
6306
- resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.22.96.tgz#a5adc7d64947c65df17b31c5f05463d187707efa"
6307
- integrity sha512-aWM9cMb7Q3KW09qi5Mkw0Hq9sIM7DjVlyMAUl8Q2FP3+e5afBlUU9vmL3EJazVPhqcbg5u18E3z+6kCMk72KYw==
6310
+ oclif@^4.23.0:
6311
+ version "4.23.0"
6312
+ resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.23.0.tgz#217af04e05bdc26e4bd856597fa342983775329a"
6313
+ integrity sha512-0Rz8YsJx6NQORMgyDeDr6i0OlJa6h4oLXBht9iRZhn/YI/by/ONKgcJIPXyTgeLK21JmhbFqJn6Y1AME0EH1Dw==
6308
6314
  dependencies:
6309
6315
  "@aws-sdk/client-cloudfront" "3.1009.0"
6310
6316
  "@aws-sdk/client-s3" "3.1014.0"
@@ -6324,7 +6330,7 @@ oclif@^4.22.96:
6324
6330
  fs-extra "^8.1"
6325
6331
  github-slugger "^2"
6326
6332
  got "^13"
6327
- lodash "^4.17.23"
6333
+ lodash "^4.18.1"
6328
6334
  normalize-package-data "^6"
6329
6335
  semver "^7.7.4"
6330
6336
  sort-package-json "^2.15.1"
@@ -6476,7 +6482,7 @@ path-exists@^4.0.0:
6476
6482
  resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3"
6477
6483
  integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==
6478
6484
 
6479
- path-expression-matcher@^1.1.3, path-expression-matcher@^1.2.0, path-expression-matcher@^1.4.0:
6485
+ path-expression-matcher@^1.1.3, path-expression-matcher@^1.2.0, path-expression-matcher@^1.5.0:
6480
6486
  version "1.5.0"
6481
6487
  resolved "https://registry.yarnpkg.com/path-expression-matcher/-/path-expression-matcher-1.5.0.tgz#3b98545dc88ffebb593e2d8458d0929da9275f4a"
6482
6488
  integrity sha512-cbrerZV+6rvdQrrD+iGMcZFEiiSrbv9Tfdkvnusy6y0x0GKBXREFg/Y65GhIfm0tnLntThhzCnfKwp1WRjeCyQ==
@@ -850,5 +850,5 @@
850
850
  ]
851
851
  }
852
852
  },
853
- "version": "3.3.93"
853
+ "version": "3.3.94"
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.93",
4
+ "version": "3.3.94",
5
5
  "contributors": [
6
6
  {
7
7
  "name": "Carolyn Grabill",
@@ -45,17 +45,17 @@
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.11"
48
+ "fast-xml-parser": "^5.7.1"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@jsforce/jsforce-node": "^3.10.14",
52
52
  "@oclif/core": "^4.10.5",
53
- "@oclif/plugin-command-snapshot": "^5.3.14",
53
+ "@oclif/plugin-command-snapshot": "^5.3.15",
54
54
  "@salesforce/cli-plugins-testkit": "^5.3.52",
55
55
  "@salesforce/dev-scripts": "^11.0.4",
56
- "@salesforce/plugin-command-reference": "^3.1.86",
56
+ "@salesforce/plugin-command-reference": "^3.1.91",
57
57
  "eslint-plugin-sf-plugin": "^1.20.33",
58
- "oclif": "^4.22.96",
58
+ "oclif": "^4.23.0",
59
59
  "ts-node": "^10.9.2",
60
60
  "typescript": "^5.9.3"
61
61
  },
@@ -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.93.crt",
248
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.3.93.sig"
247
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.3.94.crt",
248
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.3.94.sig"
249
249
  }
250
250
  }