@salesforce/plugin-custom-metadata 3.3.92 → 3.3.93
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 +5 -5
- package/npm-shrinkwrap.json +42 -42
- package/oclif.lock +38 -38
- package/oclif.manifest.json +1 -1
- package/package.json +6 -6
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.
|
|
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)_
|
|
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.
|
|
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)_
|
|
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.
|
|
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)_
|
|
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.
|
|
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)_
|
|
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.
|
|
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)_
|
|
410
410
|
|
|
411
411
|
<!-- commandsstop -->
|
|
412
412
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-custom-metadata",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.93",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-custom-metadata",
|
|
9
|
-
"version": "3.3.
|
|
9
|
+
"version": "3.3.93",
|
|
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.
|
|
15
|
+
"fast-xml-parser": "^5.5.11"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@jsforce/jsforce-node": "^3.10.14",
|
|
19
|
-
"@oclif/core": "^4.10.
|
|
19
|
+
"@oclif/core": "^4.10.5",
|
|
20
20
|
"@oclif/plugin-command-snapshot": "^5.3.14",
|
|
21
|
-
"@salesforce/cli-plugins-testkit": "^5.3.
|
|
21
|
+
"@salesforce/cli-plugins-testkit": "^5.3.52",
|
|
22
22
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
23
23
|
"@salesforce/plugin-command-reference": "^3.1.86",
|
|
24
24
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
@@ -5829,9 +5829,9 @@
|
|
|
5829
5829
|
}
|
|
5830
5830
|
},
|
|
5831
5831
|
"node_modules/@oclif/core": {
|
|
5832
|
-
"version": "4.10.
|
|
5833
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.10.
|
|
5834
|
-
"integrity": "sha512-
|
|
5832
|
+
"version": "4.10.5",
|
|
5833
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.10.5.tgz",
|
|
5834
|
+
"integrity": "sha512-qcdCF7NrdWPfme6Kr34wwljRCXbCVpL1WVxiNy0Ep6vbWKjxAjFQwuhqkoyL0yjI+KdwtLcOCGn5z2yzdijc8w==",
|
|
5835
5835
|
"license": "MIT",
|
|
5836
5836
|
"dependencies": {
|
|
5837
5837
|
"ansi-escapes": "^4.3.2",
|
|
@@ -5844,7 +5844,7 @@
|
|
|
5844
5844
|
"indent-string": "^4.0.0",
|
|
5845
5845
|
"is-wsl": "^2.2.0",
|
|
5846
5846
|
"lilconfig": "^3.1.3",
|
|
5847
|
-
"minimatch": "^10.2.
|
|
5847
|
+
"minimatch": "^10.2.5",
|
|
5848
5848
|
"semver": "^7.7.3",
|
|
5849
5849
|
"string-width": "^4.2.3",
|
|
5850
5850
|
"supports-color": "^8",
|
|
@@ -5867,9 +5867,9 @@
|
|
|
5867
5867
|
}
|
|
5868
5868
|
},
|
|
5869
5869
|
"node_modules/@oclif/core/node_modules/brace-expansion": {
|
|
5870
|
-
"version": "5.0.
|
|
5871
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.
|
|
5872
|
-
"integrity": "sha512-
|
|
5870
|
+
"version": "5.0.5",
|
|
5871
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz",
|
|
5872
|
+
"integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==",
|
|
5873
5873
|
"license": "MIT",
|
|
5874
5874
|
"dependencies": {
|
|
5875
5875
|
"balanced-match": "^4.0.2"
|
|
@@ -5879,12 +5879,12 @@
|
|
|
5879
5879
|
}
|
|
5880
5880
|
},
|
|
5881
5881
|
"node_modules/@oclif/core/node_modules/minimatch": {
|
|
5882
|
-
"version": "10.2.
|
|
5883
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.
|
|
5884
|
-
"integrity": "sha512-
|
|
5882
|
+
"version": "10.2.5",
|
|
5883
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
|
|
5884
|
+
"integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
|
|
5885
5885
|
"license": "BlueOak-1.0.0",
|
|
5886
5886
|
"dependencies": {
|
|
5887
|
-
"brace-expansion": "^5.0.
|
|
5887
|
+
"brace-expansion": "^5.0.5"
|
|
5888
5888
|
},
|
|
5889
5889
|
"engines": {
|
|
5890
5890
|
"node": "18 || 20 || >=22"
|
|
@@ -6093,14 +6093,14 @@
|
|
|
6093
6093
|
}
|
|
6094
6094
|
},
|
|
6095
6095
|
"node_modules/@salesforce/cli-plugins-testkit": {
|
|
6096
|
-
"version": "5.3.
|
|
6097
|
-
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.
|
|
6098
|
-
"integrity": "sha512-
|
|
6096
|
+
"version": "5.3.52",
|
|
6097
|
+
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.52.tgz",
|
|
6098
|
+
"integrity": "sha512-je/iynPTb5VcDhzPfr+jN+ydapFox0A+0CdE2fkg1ZXws3tZZnyMd+y0i79CchpdtrMUD/Jzkcx0KjvxWF7oTw==",
|
|
6099
6099
|
"dev": true,
|
|
6100
6100
|
"license": "Apache-2.0",
|
|
6101
6101
|
"dependencies": {
|
|
6102
|
-
"@salesforce/core": "^8.
|
|
6103
|
-
"@salesforce/kit": "^3.2.
|
|
6102
|
+
"@salesforce/core": "^8.28.1",
|
|
6103
|
+
"@salesforce/kit": "^3.2.6",
|
|
6104
6104
|
"@salesforce/ts-types": "^2.0.11",
|
|
6105
6105
|
"@types/shelljs": "^0.10.0",
|
|
6106
6106
|
"debug": "^4.4.3",
|
|
@@ -6204,9 +6204,9 @@
|
|
|
6204
6204
|
}
|
|
6205
6205
|
},
|
|
6206
6206
|
"node_modules/@salesforce/core": {
|
|
6207
|
-
"version": "8.
|
|
6208
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.
|
|
6209
|
-
"integrity": "sha512-
|
|
6207
|
+
"version": "8.28.1",
|
|
6208
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.28.1.tgz",
|
|
6209
|
+
"integrity": "sha512-k9lPsULo+lOEZvpm1J1nJOFwKp5O5IfNqya7pw627QdKGcsWZm6v9caVHKUX9IjyB+S3dasNqaZT5O7l76C4oQ==",
|
|
6210
6210
|
"license": "BSD-3-Clause",
|
|
6211
6211
|
"dependencies": {
|
|
6212
6212
|
"@jsforce/jsforce-node": "^3.10.13",
|
|
@@ -10658,9 +10658,9 @@
|
|
|
10658
10658
|
}
|
|
10659
10659
|
},
|
|
10660
10660
|
"node_modules/fast-xml-parser": {
|
|
10661
|
-
"version": "5.5.
|
|
10662
|
-
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.5.
|
|
10663
|
-
"integrity": "sha512-
|
|
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==",
|
|
10664
10664
|
"funding": [
|
|
10665
10665
|
{
|
|
10666
10666
|
"type": "github",
|
|
@@ -10670,8 +10670,8 @@
|
|
|
10670
10670
|
"license": "MIT",
|
|
10671
10671
|
"dependencies": {
|
|
10672
10672
|
"fast-xml-builder": "^1.1.4",
|
|
10673
|
-
"path-expression-matcher": "^1.
|
|
10674
|
-
"strnum": "^2.2.
|
|
10673
|
+
"path-expression-matcher": "^1.4.0",
|
|
10674
|
+
"strnum": "^2.2.3"
|
|
10675
10675
|
},
|
|
10676
10676
|
"bin": {
|
|
10677
10677
|
"fxparser": "src/cli/cli.js"
|
|
@@ -14014,9 +14014,9 @@
|
|
|
14014
14014
|
}
|
|
14015
14015
|
},
|
|
14016
14016
|
"node_modules/oclif/node_modules/brace-expansion": {
|
|
14017
|
-
"version": "5.0.
|
|
14018
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.
|
|
14019
|
-
"integrity": "sha512-
|
|
14017
|
+
"version": "5.0.5",
|
|
14018
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz",
|
|
14019
|
+
"integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==",
|
|
14020
14020
|
"dev": true,
|
|
14021
14021
|
"license": "MIT",
|
|
14022
14022
|
"dependencies": {
|
|
@@ -14040,13 +14040,13 @@
|
|
|
14040
14040
|
}
|
|
14041
14041
|
},
|
|
14042
14042
|
"node_modules/oclif/node_modules/minimatch": {
|
|
14043
|
-
"version": "10.2.
|
|
14044
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.
|
|
14045
|
-
"integrity": "sha512-
|
|
14043
|
+
"version": "10.2.5",
|
|
14044
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
|
|
14045
|
+
"integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
|
|
14046
14046
|
"dev": true,
|
|
14047
14047
|
"license": "BlueOak-1.0.0",
|
|
14048
14048
|
"dependencies": {
|
|
14049
|
-
"brace-expansion": "^5.0.
|
|
14049
|
+
"brace-expansion": "^5.0.5"
|
|
14050
14050
|
},
|
|
14051
14051
|
"engines": {
|
|
14052
14052
|
"node": "18 || 20 || >=22"
|
|
@@ -14300,9 +14300,9 @@
|
|
|
14300
14300
|
}
|
|
14301
14301
|
},
|
|
14302
14302
|
"node_modules/path-expression-matcher": {
|
|
14303
|
-
"version": "1.
|
|
14304
|
-
"resolved": "https://registry.npmjs.org/path-expression-matcher/-/path-expression-matcher-1.
|
|
14305
|
-
"integrity": "sha512-
|
|
14303
|
+
"version": "1.5.0",
|
|
14304
|
+
"resolved": "https://registry.npmjs.org/path-expression-matcher/-/path-expression-matcher-1.5.0.tgz",
|
|
14305
|
+
"integrity": "sha512-cbrerZV+6rvdQrrD+iGMcZFEiiSrbv9Tfdkvnusy6y0x0GKBXREFg/Y65GhIfm0tnLntThhzCnfKwp1WRjeCyQ==",
|
|
14306
14306
|
"funding": [
|
|
14307
14307
|
{
|
|
14308
14308
|
"type": "github",
|
|
@@ -15834,9 +15834,9 @@
|
|
|
15834
15834
|
}
|
|
15835
15835
|
},
|
|
15836
15836
|
"node_modules/strnum": {
|
|
15837
|
-
"version": "2.2.
|
|
15838
|
-
"resolved": "https://registry.npmjs.org/strnum/-/strnum-2.2.
|
|
15839
|
-
"integrity": "sha512-
|
|
15837
|
+
"version": "2.2.3",
|
|
15838
|
+
"resolved": "https://registry.npmjs.org/strnum/-/strnum-2.2.3.tgz",
|
|
15839
|
+
"integrity": "sha512-oKx6RUCuHfT3oyVjtnrmn19H1SiCqgJSg+54XqURKp5aCMbrXrhLjRN9TjuwMjiYstZ0MzDrHqkGZ5dFTKd+zg==",
|
|
15840
15840
|
"funding": [
|
|
15841
15841
|
{
|
|
15842
15842
|
"type": "github",
|
package/oclif.lock
CHANGED
|
@@ -1700,10 +1700,10 @@
|
|
|
1700
1700
|
wordwrap "^1.0.0"
|
|
1701
1701
|
wrap-ansi "^7.0.0"
|
|
1702
1702
|
|
|
1703
|
-
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.10.2", "@oclif/core@^4.10.
|
|
1704
|
-
version "4.10.
|
|
1705
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.10.
|
|
1706
|
-
integrity sha512-
|
|
1703
|
+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.10.2", "@oclif/core@^4.10.5":
|
|
1704
|
+
version "4.10.5"
|
|
1705
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.10.5.tgz#bcf7c5bb783849ccdce2fd2b5d691a247082ba51"
|
|
1706
|
+
integrity sha512-qcdCF7NrdWPfme6Kr34wwljRCXbCVpL1WVxiNy0Ep6vbWKjxAjFQwuhqkoyL0yjI+KdwtLcOCGn5z2yzdijc8w==
|
|
1707
1707
|
dependencies:
|
|
1708
1708
|
ansi-escapes "^4.3.2"
|
|
1709
1709
|
ansis "^3.17.0"
|
|
@@ -1715,7 +1715,7 @@
|
|
|
1715
1715
|
indent-string "^4.0.0"
|
|
1716
1716
|
is-wsl "^2.2.0"
|
|
1717
1717
|
lilconfig "^3.1.3"
|
|
1718
|
-
minimatch "^10.2.
|
|
1718
|
+
minimatch "^10.2.5"
|
|
1719
1719
|
semver "^7.7.3"
|
|
1720
1720
|
string-width "^4.2.3"
|
|
1721
1721
|
supports-color "^8"
|
|
@@ -1794,13 +1794,13 @@
|
|
|
1794
1794
|
"@pnpm/network.ca-file" "^1.0.1"
|
|
1795
1795
|
config-chain "^1.1.11"
|
|
1796
1796
|
|
|
1797
|
-
"@salesforce/cli-plugins-testkit@^5.3.
|
|
1798
|
-
version "5.3.
|
|
1799
|
-
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.
|
|
1800
|
-
integrity sha512-
|
|
1797
|
+
"@salesforce/cli-plugins-testkit@^5.3.52":
|
|
1798
|
+
version "5.3.52"
|
|
1799
|
+
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.52.tgz#105b2a9304bd25b6324232839afda063b2d1e95f"
|
|
1800
|
+
integrity sha512-je/iynPTb5VcDhzPfr+jN+ydapFox0A+0CdE2fkg1ZXws3tZZnyMd+y0i79CchpdtrMUD/Jzkcx0KjvxWF7oTw==
|
|
1801
1801
|
dependencies:
|
|
1802
|
-
"@salesforce/core" "^8.
|
|
1803
|
-
"@salesforce/kit" "^3.2.
|
|
1802
|
+
"@salesforce/core" "^8.28.1"
|
|
1803
|
+
"@salesforce/kit" "^3.2.6"
|
|
1804
1804
|
"@salesforce/ts-types" "^2.0.11"
|
|
1805
1805
|
"@types/shelljs" "^0.10.0"
|
|
1806
1806
|
debug "^4.4.3"
|
|
@@ -1810,10 +1810,10 @@
|
|
|
1810
1810
|
strip-ansi "6.0.1"
|
|
1811
1811
|
ts-retry-promise "^0.8.1"
|
|
1812
1812
|
|
|
1813
|
-
"@salesforce/core@^8.23.1", "@salesforce/core@^8.23.3", "@salesforce/core@^8.27.1", "@salesforce/core@^8.5.1":
|
|
1814
|
-
version "8.
|
|
1815
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.
|
|
1816
|
-
integrity sha512-
|
|
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":
|
|
1814
|
+
version "8.28.1"
|
|
1815
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.28.1.tgz#d83f8d0a8a83057c5a363aa6b5211b583fb9206b"
|
|
1816
|
+
integrity sha512-k9lPsULo+lOEZvpm1J1nJOFwKp5O5IfNqya7pw627QdKGcsWZm6v9caVHKUX9IjyB+S3dasNqaZT5O7l76C4oQ==
|
|
1817
1817
|
dependencies:
|
|
1818
1818
|
"@jsforce/jsforce-node" "^3.10.13"
|
|
1819
1819
|
"@salesforce/kit" "^3.2.4"
|
|
@@ -3237,10 +3237,10 @@ brace-expansion@^4.0.0:
|
|
|
3237
3237
|
dependencies:
|
|
3238
3238
|
balanced-match "^3.0.0"
|
|
3239
3239
|
|
|
3240
|
-
brace-expansion@^5.0.
|
|
3241
|
-
version "5.0.
|
|
3242
|
-
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.
|
|
3243
|
-
integrity sha512-
|
|
3240
|
+
brace-expansion@^5.0.5:
|
|
3241
|
+
version "5.0.5"
|
|
3242
|
+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.5.tgz#dcc3a37116b79f3e1b46db994ced5d570e930fdb"
|
|
3243
|
+
integrity sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==
|
|
3244
3244
|
dependencies:
|
|
3245
3245
|
balanced-match "^4.0.2"
|
|
3246
3246
|
|
|
@@ -4407,14 +4407,14 @@ fast-xml-parser@5.5.8:
|
|
|
4407
4407
|
path-expression-matcher "^1.2.0"
|
|
4408
4408
|
strnum "^2.2.0"
|
|
4409
4409
|
|
|
4410
|
-
fast-xml-parser@^5.5.
|
|
4411
|
-
version "5.5.
|
|
4412
|
-
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.5.
|
|
4413
|
-
integrity sha512-
|
|
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==
|
|
4414
4414
|
dependencies:
|
|
4415
4415
|
fast-xml-builder "^1.1.4"
|
|
4416
|
-
path-expression-matcher "^1.
|
|
4417
|
-
strnum "^2.2.
|
|
4416
|
+
path-expression-matcher "^1.4.0"
|
|
4417
|
+
strnum "^2.2.3"
|
|
4418
4418
|
|
|
4419
4419
|
fastest-levenshtein@^1.0.7:
|
|
4420
4420
|
version "1.0.16"
|
|
@@ -6008,12 +6008,12 @@ minimatch@9.0.3:
|
|
|
6008
6008
|
dependencies:
|
|
6009
6009
|
brace-expansion "^2.0.1"
|
|
6010
6010
|
|
|
6011
|
-
minimatch@^10.2.4:
|
|
6012
|
-
version "10.2.
|
|
6013
|
-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.
|
|
6014
|
-
integrity sha512-
|
|
6011
|
+
minimatch@^10.2.4, minimatch@^10.2.5:
|
|
6012
|
+
version "10.2.5"
|
|
6013
|
+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.5.tgz#bd48687a0be38ed2961399105600f832095861d1"
|
|
6014
|
+
integrity sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==
|
|
6015
6015
|
dependencies:
|
|
6016
|
-
brace-expansion "^5.0.
|
|
6016
|
+
brace-expansion "^5.0.5"
|
|
6017
6017
|
|
|
6018
6018
|
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
|
|
6019
6019
|
version "3.1.2"
|
|
@@ -6476,10 +6476,10 @@ path-exists@^4.0.0:
|
|
|
6476
6476
|
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3"
|
|
6477
6477
|
integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==
|
|
6478
6478
|
|
|
6479
|
-
path-expression-matcher@^1.1.3, path-expression-matcher@^1.2.0, path-expression-matcher@^1.
|
|
6480
|
-
version "1.
|
|
6481
|
-
resolved "https://registry.yarnpkg.com/path-expression-matcher/-/path-expression-matcher-1.
|
|
6482
|
-
integrity sha512-
|
|
6479
|
+
path-expression-matcher@^1.1.3, path-expression-matcher@^1.2.0, path-expression-matcher@^1.4.0:
|
|
6480
|
+
version "1.5.0"
|
|
6481
|
+
resolved "https://registry.yarnpkg.com/path-expression-matcher/-/path-expression-matcher-1.5.0.tgz#3b98545dc88ffebb593e2d8458d0929da9275f4a"
|
|
6482
|
+
integrity sha512-cbrerZV+6rvdQrrD+iGMcZFEiiSrbv9Tfdkvnusy6y0x0GKBXREFg/Y65GhIfm0tnLntThhzCnfKwp1WRjeCyQ==
|
|
6483
6483
|
|
|
6484
6484
|
path-is-absolute@^1.0.0:
|
|
6485
6485
|
version "1.0.1"
|
|
@@ -7404,10 +7404,10 @@ strip-json-comments@^3.1.1:
|
|
|
7404
7404
|
resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-3.1.1.tgz#31f1281b3832630434831c310c01cccda8cbe006"
|
|
7405
7405
|
integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==
|
|
7406
7406
|
|
|
7407
|
-
strnum@^2.1.2, strnum@^2.2.0, strnum@^2.2.
|
|
7408
|
-
version "2.2.
|
|
7409
|
-
resolved "https://registry.yarnpkg.com/strnum/-/strnum-2.2.
|
|
7410
|
-
integrity sha512-
|
|
7407
|
+
strnum@^2.1.2, strnum@^2.2.0, strnum@^2.2.3:
|
|
7408
|
+
version "2.2.3"
|
|
7409
|
+
resolved "https://registry.yarnpkg.com/strnum/-/strnum-2.2.3.tgz#0119fce02749a11bb126a4d686ac5dbdf6e57586"
|
|
7410
|
+
integrity sha512-oKx6RUCuHfT3oyVjtnrmn19H1SiCqgJSg+54XqURKp5aCMbrXrhLjRN9TjuwMjiYstZ0MzDrHqkGZ5dFTKd+zg==
|
|
7411
7411
|
|
|
7412
7412
|
supports-color@^5.3.0:
|
|
7413
7413
|
version "5.5.0"
|
package/oclif.manifest.json
CHANGED
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.
|
|
4
|
+
"version": "3.3.93",
|
|
5
5
|
"contributors": [
|
|
6
6
|
{
|
|
7
7
|
"name": "Carolyn Grabill",
|
|
@@ -45,13 +45,13 @@
|
|
|
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.
|
|
48
|
+
"fast-xml-parser": "^5.5.11"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@jsforce/jsforce-node": "^3.10.14",
|
|
52
|
-
"@oclif/core": "^4.10.
|
|
52
|
+
"@oclif/core": "^4.10.5",
|
|
53
53
|
"@oclif/plugin-command-snapshot": "^5.3.14",
|
|
54
|
-
"@salesforce/cli-plugins-testkit": "^5.3.
|
|
54
|
+
"@salesforce/cli-plugins-testkit": "^5.3.52",
|
|
55
55
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
56
56
|
"@salesforce/plugin-command-reference": "^3.1.86",
|
|
57
57
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
@@ -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.
|
|
248
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.3.
|
|
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"
|
|
249
249
|
}
|
|
250
250
|
}
|