@salesforce/plugin-custom-metadata 3.3.92 → 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.92/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.92/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.92/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.92/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.92/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.92",
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.92",
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.10"
15
+ "fast-xml-parser": "^5.7.1"
16
16
  },
17
17
  "devDependencies": {
18
18
  "@jsforce/jsforce-node": "^3.10.14",
19
- "@oclif/core": "^4.10.3",
20
- "@oclif/plugin-command-snapshot": "^5.3.14",
21
- "@salesforce/cli-plugins-testkit": "^5.3.49",
19
+ "@oclif/core": "^4.10.5",
20
+ "@oclif/plugin-command-snapshot": "^5.3.15",
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",
@@ -5829,9 +5841,9 @@
5829
5841
  }
5830
5842
  },
5831
5843
  "node_modules/@oclif/core": {
5832
- "version": "4.10.3",
5833
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.10.3.tgz",
5834
- "integrity": "sha512-0mD8vcrrX5uRsxzvI8tbWmSVGngvZA/Qo6O0ZGvLPAWEauSf5GFniwgirhY0SkszuHwu0S1J1ivj/jHmqtIDuA==",
5844
+ "version": "4.10.5",
5845
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.10.5.tgz",
5846
+ "integrity": "sha512-qcdCF7NrdWPfme6Kr34wwljRCXbCVpL1WVxiNy0Ep6vbWKjxAjFQwuhqkoyL0yjI+KdwtLcOCGn5z2yzdijc8w==",
5835
5847
  "license": "MIT",
5836
5848
  "dependencies": {
5837
5849
  "ansi-escapes": "^4.3.2",
@@ -5844,7 +5856,7 @@
5844
5856
  "indent-string": "^4.0.0",
5845
5857
  "is-wsl": "^2.2.0",
5846
5858
  "lilconfig": "^3.1.3",
5847
- "minimatch": "^10.2.4",
5859
+ "minimatch": "^10.2.5",
5848
5860
  "semver": "^7.7.3",
5849
5861
  "string-width": "^4.2.3",
5850
5862
  "supports-color": "^8",
@@ -5867,9 +5879,9 @@
5867
5879
  }
5868
5880
  },
5869
5881
  "node_modules/@oclif/core/node_modules/brace-expansion": {
5870
- "version": "5.0.4",
5871
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.4.tgz",
5872
- "integrity": "sha512-h+DEnpVvxmfVefa4jFbCf5HdH5YMDXRsmKflpf1pILZWRFlTbJpxeU55nJl4Smt5HQaGzg1o6RHFPJaOqnmBDg==",
5882
+ "version": "5.0.5",
5883
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz",
5884
+ "integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==",
5873
5885
  "license": "MIT",
5874
5886
  "dependencies": {
5875
5887
  "balanced-match": "^4.0.2"
@@ -5879,12 +5891,12 @@
5879
5891
  }
5880
5892
  },
5881
5893
  "node_modules/@oclif/core/node_modules/minimatch": {
5882
- "version": "10.2.4",
5883
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.4.tgz",
5884
- "integrity": "sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==",
5894
+ "version": "10.2.5",
5895
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
5896
+ "integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
5885
5897
  "license": "BlueOak-1.0.0",
5886
5898
  "dependencies": {
5887
- "brace-expansion": "^5.0.2"
5899
+ "brace-expansion": "^5.0.5"
5888
5900
  },
5889
5901
  "engines": {
5890
5902
  "node": "18 || 20 || >=22"
@@ -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": {
@@ -6093,14 +6105,14 @@
6093
6105
  }
6094
6106
  },
6095
6107
  "node_modules/@salesforce/cli-plugins-testkit": {
6096
- "version": "5.3.49",
6097
- "resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.49.tgz",
6098
- "integrity": "sha512-u3/cS9e7emiu71+6/5tMeYDIyZYN+xffiVOy8Na+alSxipdrww4ChjlW75RnwuTPXpmO1Nu9ntJCHAacEvDBcw==",
6108
+ "version": "5.3.52",
6109
+ "resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.52.tgz",
6110
+ "integrity": "sha512-je/iynPTb5VcDhzPfr+jN+ydapFox0A+0CdE2fkg1ZXws3tZZnyMd+y0i79CchpdtrMUD/Jzkcx0KjvxWF7oTw==",
6099
6111
  "dev": true,
6100
6112
  "license": "Apache-2.0",
6101
6113
  "dependencies": {
6102
- "@salesforce/core": "^8.27.1",
6103
- "@salesforce/kit": "^3.2.4",
6114
+ "@salesforce/core": "^8.28.1",
6115
+ "@salesforce/kit": "^3.2.6",
6104
6116
  "@salesforce/ts-types": "^2.0.11",
6105
6117
  "@types/shelljs": "^0.10.0",
6106
6118
  "debug": "^4.4.3",
@@ -6204,9 +6216,9 @@
6204
6216
  }
6205
6217
  },
6206
6218
  "node_modules/@salesforce/core": {
6207
- "version": "8.27.1",
6208
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.27.1.tgz",
6209
- "integrity": "sha512-1WpVt9tQAEINGzsQsSiVRmcmYUpKeK4P54624f9HvLIv7o7jTjdARwirJpOqivIihbDE8OJnYOdsr0vV5Dz93A==",
6219
+ "version": "8.28.1",
6220
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.28.1.tgz",
6221
+ "integrity": "sha512-k9lPsULo+lOEZvpm1J1nJOFwKp5O5IfNqya7pw627QdKGcsWZm6v9caVHKUX9IjyB+S3dasNqaZT5O7l76C4oQ==",
6210
6222
  "license": "BSD-3-Clause",
6211
6223
  "dependencies": {
6212
6224
  "@jsforce/jsforce-node": "^3.10.13",
@@ -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.10",
10662
- "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.5.10.tgz",
10663
- "integrity": "sha512-go2J2xODMc32hT+4Xr/bBGXMaIoiCwrwp2mMtAvKyvEFW6S/v5Gn2pBmE4nvbwNjGhpcAiOwEv7R6/GZ6XRa9w==",
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,9 +10681,10 @@
10669
10681
  ],
10670
10682
  "license": "MIT",
10671
10683
  "dependencies": {
10672
- "fast-xml-builder": "^1.1.4",
10673
- "path-expression-matcher": "^1.2.1",
10674
- "strnum": "^2.2.2"
10684
+ "@nodable/entities": "^2.1.0",
10685
+ "fast-xml-builder": "^1.1.5",
10686
+ "path-expression-matcher": "^1.5.0",
10687
+ "strnum": "^2.2.3"
10675
10688
  },
10676
10689
  "bin": {
10677
10690
  "fxparser": "src/cli/cli.js"
@@ -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",
@@ -14014,9 +14027,9 @@
14014
14027
  }
14015
14028
  },
14016
14029
  "node_modules/oclif/node_modules/brace-expansion": {
14017
- "version": "5.0.4",
14018
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.4.tgz",
14019
- "integrity": "sha512-h+DEnpVvxmfVefa4jFbCf5HdH5YMDXRsmKflpf1pILZWRFlTbJpxeU55nJl4Smt5HQaGzg1o6RHFPJaOqnmBDg==",
14030
+ "version": "5.0.5",
14031
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz",
14032
+ "integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==",
14020
14033
  "dev": true,
14021
14034
  "license": "MIT",
14022
14035
  "dependencies": {
@@ -14040,13 +14053,13 @@
14040
14053
  }
14041
14054
  },
14042
14055
  "node_modules/oclif/node_modules/minimatch": {
14043
- "version": "10.2.4",
14044
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.4.tgz",
14045
- "integrity": "sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==",
14056
+ "version": "10.2.5",
14057
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
14058
+ "integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
14046
14059
  "dev": true,
14047
14060
  "license": "BlueOak-1.0.0",
14048
14061
  "dependencies": {
14049
- "brace-expansion": "^5.0.2"
14062
+ "brace-expansion": "^5.0.5"
14050
14063
  },
14051
14064
  "engines": {
14052
14065
  "node": "18 || 20 || >=22"
@@ -14300,9 +14313,9 @@
14300
14313
  }
14301
14314
  },
14302
14315
  "node_modules/path-expression-matcher": {
14303
- "version": "1.2.1",
14304
- "resolved": "https://registry.npmjs.org/path-expression-matcher/-/path-expression-matcher-1.2.1.tgz",
14305
- "integrity": "sha512-d7gQQmLvAKXKXE2GeP9apIGbMYKz88zWdsn/BN2HRWVQsDFdUY36WSLTY0Jvd4HWi7Fb30gQ62oAOzdgJA6fZw==",
14316
+ "version": "1.5.0",
14317
+ "resolved": "https://registry.npmjs.org/path-expression-matcher/-/path-expression-matcher-1.5.0.tgz",
14318
+ "integrity": "sha512-cbrerZV+6rvdQrrD+iGMcZFEiiSrbv9Tfdkvnusy6y0x0GKBXREFg/Y65GhIfm0tnLntThhzCnfKwp1WRjeCyQ==",
14306
14319
  "funding": [
14307
14320
  {
14308
14321
  "type": "github",
@@ -15834,9 +15847,9 @@
15834
15847
  }
15835
15848
  },
15836
15849
  "node_modules/strnum": {
15837
- "version": "2.2.2",
15838
- "resolved": "https://registry.npmjs.org/strnum/-/strnum-2.2.2.tgz",
15839
- "integrity": "sha512-DnR90I+jtXNSTXWdwrEy9FakW7UX+qUZg28gj5fk2vxxl7uS/3bpI4fjFYVmdK9etptYBPNkpahuQnEwhwECqA==",
15850
+ "version": "2.2.3",
15851
+ "resolved": "https://registry.npmjs.org/strnum/-/strnum-2.2.3.tgz",
15852
+ "integrity": "sha512-oKx6RUCuHfT3oyVjtnrmn19H1SiCqgJSg+54XqURKp5aCMbrXrhLjRN9TjuwMjiYstZ0MzDrHqkGZ5dFTKd+zg==",
15840
15853
  "funding": [
15841
15854
  {
15842
15855
  "type": "github",
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"
@@ -1700,10 +1705,10 @@
1700
1705
  wordwrap "^1.0.0"
1701
1706
  wrap-ansi "^7.0.0"
1702
1707
 
1703
- "@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.10.2", "@oclif/core@^4.10.3":
1704
- version "4.10.3"
1705
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.10.3.tgz#8b817320a593a003698ed928c17f99a9ff6963fb"
1706
- integrity sha512-0mD8vcrrX5uRsxzvI8tbWmSVGngvZA/Qo6O0ZGvLPAWEauSf5GFniwgirhY0SkszuHwu0S1J1ivj/jHmqtIDuA==
1708
+ "@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.10.2", "@oclif/core@^4.10.5":
1709
+ version "4.10.5"
1710
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.10.5.tgz#bcf7c5bb783849ccdce2fd2b5d691a247082ba51"
1711
+ integrity sha512-qcdCF7NrdWPfme6Kr34wwljRCXbCVpL1WVxiNy0Ep6vbWKjxAjFQwuhqkoyL0yjI+KdwtLcOCGn5z2yzdijc8w==
1707
1712
  dependencies:
1708
1713
  ansi-escapes "^4.3.2"
1709
1714
  ansis "^3.17.0"
@@ -1715,7 +1720,7 @@
1715
1720
  indent-string "^4.0.0"
1716
1721
  is-wsl "^2.2.0"
1717
1722
  lilconfig "^3.1.3"
1718
- minimatch "^10.2.4"
1723
+ minimatch "^10.2.5"
1719
1724
  semver "^7.7.3"
1720
1725
  string-width "^4.2.3"
1721
1726
  supports-color "^8"
@@ -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"
@@ -1794,13 +1799,13 @@
1794
1799
  "@pnpm/network.ca-file" "^1.0.1"
1795
1800
  config-chain "^1.1.11"
1796
1801
 
1797
- "@salesforce/cli-plugins-testkit@^5.3.49":
1798
- version "5.3.49"
1799
- resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.49.tgz#c9b89f6d67852065ba3fd09ba7d622aba7b97cb3"
1800
- integrity sha512-u3/cS9e7emiu71+6/5tMeYDIyZYN+xffiVOy8Na+alSxipdrww4ChjlW75RnwuTPXpmO1Nu9ntJCHAacEvDBcw==
1802
+ "@salesforce/cli-plugins-testkit@^5.3.52":
1803
+ version "5.3.52"
1804
+ resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.52.tgz#105b2a9304bd25b6324232839afda063b2d1e95f"
1805
+ integrity sha512-je/iynPTb5VcDhzPfr+jN+ydapFox0A+0CdE2fkg1ZXws3tZZnyMd+y0i79CchpdtrMUD/Jzkcx0KjvxWF7oTw==
1801
1806
  dependencies:
1802
- "@salesforce/core" "^8.27.1"
1803
- "@salesforce/kit" "^3.2.4"
1807
+ "@salesforce/core" "^8.28.1"
1808
+ "@salesforce/kit" "^3.2.6"
1804
1809
  "@salesforce/ts-types" "^2.0.11"
1805
1810
  "@types/shelljs" "^0.10.0"
1806
1811
  debug "^4.4.3"
@@ -1810,10 +1815,10 @@
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.5.1":
1814
- version "8.27.1"
1815
- resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.27.1.tgz#26b08b0d68dd1fc210d1dd7a7e3770e3b9f27e74"
1816
- integrity sha512-1WpVt9tQAEINGzsQsSiVRmcmYUpKeK4P54624f9HvLIv7o7jTjdARwirJpOqivIihbDE8OJnYOdsr0vV5Dz93A==
1818
+ "@salesforce/core@^8.23.1", "@salesforce/core@^8.27.1", "@salesforce/core@^8.28.1", "@salesforce/core@^8.5.1":
1819
+ version "8.28.1"
1820
+ resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.28.1.tgz#d83f8d0a8a83057c5a363aa6b5211b583fb9206b"
1821
+ integrity sha512-k9lPsULo+lOEZvpm1J1nJOFwKp5O5IfNqya7pw627QdKGcsWZm6v9caVHKUX9IjyB+S3dasNqaZT5O7l76C4oQ==
1817
1822
  dependencies:
1818
1823
  "@jsforce/jsforce-node" "^3.10.13"
1819
1824
  "@salesforce/kit" "^3.2.4"
@@ -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"
@@ -3237,10 +3242,10 @@ brace-expansion@^4.0.0:
3237
3242
  dependencies:
3238
3243
  balanced-match "^3.0.0"
3239
3244
 
3240
- brace-expansion@^5.0.2:
3241
- version "5.0.4"
3242
- resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.4.tgz#614daaecd0a688f660bbbc909a8748c3d80d4336"
3243
- integrity sha512-h+DEnpVvxmfVefa4jFbCf5HdH5YMDXRsmKflpf1pILZWRFlTbJpxeU55nJl4Smt5HQaGzg1o6RHFPJaOqnmBDg==
3245
+ brace-expansion@^5.0.5:
3246
+ version "5.0.5"
3247
+ resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.5.tgz#dcc3a37116b79f3e1b46db994ced5d570e930fdb"
3248
+ integrity sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==
3244
3249
  dependencies:
3245
3250
  balanced-match "^4.0.2"
3246
3251
 
@@ -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,14 +4412,15 @@ 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.10:
4411
- version "5.5.10"
4412
- resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.5.10.tgz#5da142d2d568f33cc93c63596bd821bb7cb8f87c"
4413
- integrity sha512-go2J2xODMc32hT+4Xr/bBGXMaIoiCwrwp2mMtAvKyvEFW6S/v5Gn2pBmE4nvbwNjGhpcAiOwEv7R6/GZ6XRa9w==
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.2.1"
4417
- strnum "^2.2.2"
4420
+ "@nodable/entities" "^2.1.0"
4421
+ fast-xml-builder "^1.1.5"
4422
+ path-expression-matcher "^1.5.0"
4423
+ strnum "^2.2.3"
4418
4424
 
4419
4425
  fastest-levenshtein@^1.0.7:
4420
4426
  version "1.0.16"
@@ -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==
@@ -6008,12 +6014,12 @@ minimatch@9.0.3:
6008
6014
  dependencies:
6009
6015
  brace-expansion "^2.0.1"
6010
6016
 
6011
- minimatch@^10.2.4:
6012
- version "10.2.4"
6013
- resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.4.tgz#465b3accbd0218b8281f5301e27cedc697f96fde"
6014
- integrity sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==
6017
+ minimatch@^10.2.4, minimatch@^10.2.5:
6018
+ version "10.2.5"
6019
+ resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.5.tgz#bd48687a0be38ed2961399105600f832095861d1"
6020
+ integrity sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==
6015
6021
  dependencies:
6016
- brace-expansion "^5.0.2"
6022
+ brace-expansion "^5.0.5"
6017
6023
 
6018
6024
  minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
6019
6025
  version "3.1.2"
@@ -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,10 +6482,10 @@ 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.2.1:
6480
- version "1.2.1"
6481
- resolved "https://registry.yarnpkg.com/path-expression-matcher/-/path-expression-matcher-1.2.1.tgz#04de63e98dcef3e07af8b12a41055466f200e291"
6482
- integrity sha512-d7gQQmLvAKXKXE2GeP9apIGbMYKz88zWdsn/BN2HRWVQsDFdUY36WSLTY0Jvd4HWi7Fb30gQ62oAOzdgJA6fZw==
6485
+ path-expression-matcher@^1.1.3, path-expression-matcher@^1.2.0, path-expression-matcher@^1.5.0:
6486
+ version "1.5.0"
6487
+ resolved "https://registry.yarnpkg.com/path-expression-matcher/-/path-expression-matcher-1.5.0.tgz#3b98545dc88ffebb593e2d8458d0929da9275f4a"
6488
+ integrity sha512-cbrerZV+6rvdQrrD+iGMcZFEiiSrbv9Tfdkvnusy6y0x0GKBXREFg/Y65GhIfm0tnLntThhzCnfKwp1WRjeCyQ==
6483
6489
 
6484
6490
  path-is-absolute@^1.0.0:
6485
6491
  version "1.0.1"
@@ -7404,10 +7410,10 @@ strip-json-comments@^3.1.1:
7404
7410
  resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006"
7405
7411
  integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==
7406
7412
 
7407
- strnum@^2.1.2, strnum@^2.2.0, strnum@^2.2.2:
7408
- version "2.2.2"
7409
- resolved "https://registry.yarnpkg.com/strnum/-/strnum-2.2.2.tgz#f11fd94ab62b536ba2ecc615858f3747c2881b3f"
7410
- integrity sha512-DnR90I+jtXNSTXWdwrEy9FakW7UX+qUZg28gj5fk2vxxl7uS/3bpI4fjFYVmdK9etptYBPNkpahuQnEwhwECqA==
7413
+ strnum@^2.1.2, strnum@^2.2.0, strnum@^2.2.3:
7414
+ version "2.2.3"
7415
+ resolved "https://registry.yarnpkg.com/strnum/-/strnum-2.2.3.tgz#0119fce02749a11bb126a4d686ac5dbdf6e57586"
7416
+ integrity sha512-oKx6RUCuHfT3oyVjtnrmn19H1SiCqgJSg+54XqURKp5aCMbrXrhLjRN9TjuwMjiYstZ0MzDrHqkGZ5dFTKd+zg==
7411
7417
 
7412
7418
  supports-color@^5.3.0:
7413
7419
  version "5.5.0"
@@ -850,5 +850,5 @@
850
850
  ]
851
851
  }
852
852
  },
853
- "version": "3.3.92"
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.92",
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.10"
48
+ "fast-xml-parser": "^5.7.1"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@jsforce/jsforce-node": "^3.10.14",
52
- "@oclif/core": "^4.10.3",
53
- "@oclif/plugin-command-snapshot": "^5.3.14",
54
- "@salesforce/cli-plugins-testkit": "^5.3.49",
52
+ "@oclif/core": "^4.10.5",
53
+ "@oclif/plugin-command-snapshot": "^5.3.15",
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.92.crt",
248
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.3.92.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
  }