@salesforce/plugin-custom-metadata 3.3.46 → 3.3.47
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 +26 -26
- package/oclif.lock +25 -25
- package/oclif.manifest.json +1 -1
- package/package.json +8 -8
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.47/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.47/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.47/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.47/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.47/src/commands/cmdt/generate/records.ts)_
|
|
410
410
|
|
|
411
411
|
<!-- commandsstop -->
|
|
412
412
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-custom-metadata",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.47",
|
|
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.47",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@salesforce/core": "^8.8.
|
|
12
|
+
"@salesforce/core": "^8.8.6",
|
|
13
13
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
14
14
|
"csv-parse": "^5.6.0",
|
|
15
15
|
"fast-xml-parser": "^4.5.3"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@jsforce/jsforce-node": "^3.6.6",
|
|
19
|
-
"@oclif/core": "^4.2.
|
|
20
|
-
"@oclif/plugin-command-snapshot": "^5.2.
|
|
19
|
+
"@oclif/core": "^4.2.10",
|
|
20
|
+
"@oclif/plugin-command-snapshot": "^5.2.37",
|
|
21
21
|
"@salesforce/cli-plugins-testkit": "^5.3.39",
|
|
22
22
|
"@salesforce/dev-scripts": "^10.2.12",
|
|
23
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
24
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
|
23
|
+
"@salesforce/plugin-command-reference": "^3.1.48",
|
|
24
|
+
"eslint-plugin-sf-plugin": "^1.20.16",
|
|
25
25
|
"oclif": "^4.17.34",
|
|
26
26
|
"ts-node": "^10.9.2",
|
|
27
27
|
"typescript": "^5.8.2"
|
|
@@ -3500,13 +3500,13 @@
|
|
|
3500
3500
|
}
|
|
3501
3501
|
},
|
|
3502
3502
|
"node_modules/@oclif/core": {
|
|
3503
|
-
"version": "4.2.
|
|
3504
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.2.
|
|
3505
|
-
"integrity": "sha512-
|
|
3503
|
+
"version": "4.2.10",
|
|
3504
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.2.10.tgz",
|
|
3505
|
+
"integrity": "sha512-fAqcXgqkUm4v5FYy7qWP4w1HaOlVSVJveah+yVTo5Nm5kTiXhmD5mQQ7+knGeBaStyrtQy6WardoC2xSic9rlQ==",
|
|
3506
3506
|
"license": "MIT",
|
|
3507
3507
|
"dependencies": {
|
|
3508
3508
|
"ansi-escapes": "^4.3.2",
|
|
3509
|
-
"ansis": "^3.
|
|
3509
|
+
"ansis": "^3.17.0",
|
|
3510
3510
|
"clean-stack": "^3.0.1",
|
|
3511
3511
|
"cli-spinners": "^2.9.2",
|
|
3512
3512
|
"debug": "^4.4.0",
|
|
@@ -3576,14 +3576,14 @@
|
|
|
3576
3576
|
}
|
|
3577
3577
|
},
|
|
3578
3578
|
"node_modules/@oclif/plugin-command-snapshot": {
|
|
3579
|
-
"version": "5.2.
|
|
3580
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.
|
|
3581
|
-
"integrity": "sha512-
|
|
3579
|
+
"version": "5.2.37",
|
|
3580
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.37.tgz",
|
|
3581
|
+
"integrity": "sha512-22wbylGE6oMNHZD17SEdSU8kAadk4ILIeyoExvyrPWWfLMaBPVCo4ExTYdsF94wzkWCAjTCpNEbmZ2ZmuFBwkw==",
|
|
3582
3582
|
"dev": true,
|
|
3583
3583
|
"license": "MIT",
|
|
3584
3584
|
"dependencies": {
|
|
3585
3585
|
"@oclif/core": "^4",
|
|
3586
|
-
"ansis": "^3.
|
|
3586
|
+
"ansis": "^3.17.0",
|
|
3587
3587
|
"globby": "^14.1.0",
|
|
3588
3588
|
"just-diff": "^5.2.0",
|
|
3589
3589
|
"lodash.difference": "^4.5.0",
|
|
@@ -3868,9 +3868,9 @@
|
|
|
3868
3868
|
}
|
|
3869
3869
|
},
|
|
3870
3870
|
"node_modules/@salesforce/core": {
|
|
3871
|
-
"version": "8.8.
|
|
3872
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.8.
|
|
3873
|
-
"integrity": "sha512-
|
|
3871
|
+
"version": "8.8.6",
|
|
3872
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.8.6.tgz",
|
|
3873
|
+
"integrity": "sha512-RQK7iUvOv579qZkz93DtXOTFY6HZrOF1iJB5JntnzzmWgKXwdeRdoyIYlLksrDp0vkNtjtNTZZz+IJY4x6eCig==",
|
|
3874
3874
|
"license": "BSD-3-Clause",
|
|
3875
3875
|
"dependencies": {
|
|
3876
3876
|
"@jsforce/jsforce-node": "^3.6.5",
|
|
@@ -3993,14 +3993,14 @@
|
|
|
3993
3993
|
}
|
|
3994
3994
|
},
|
|
3995
3995
|
"node_modules/@salesforce/plugin-command-reference": {
|
|
3996
|
-
"version": "3.1.
|
|
3997
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.
|
|
3998
|
-
"integrity": "sha512-
|
|
3996
|
+
"version": "3.1.48",
|
|
3997
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.48.tgz",
|
|
3998
|
+
"integrity": "sha512-VNjHuBHyAbzr26FM2aandlIh4818A2sOTbe55RMBedWKa1npHM9m/HGwn31VGJzXIZv2n3kiaSwCZOz+PKHRrg==",
|
|
3999
3999
|
"dev": true,
|
|
4000
4000
|
"license": "BSD-3-Clause",
|
|
4001
4001
|
"dependencies": {
|
|
4002
4002
|
"@oclif/core": "^4",
|
|
4003
|
-
"@salesforce/core": "^8.8.
|
|
4003
|
+
"@salesforce/core": "^8.8.5",
|
|
4004
4004
|
"@salesforce/kit": "^3.2.3",
|
|
4005
4005
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
4006
4006
|
"@salesforce/ts-types": "^2.0.11",
|
|
@@ -7398,13 +7398,13 @@
|
|
|
7398
7398
|
}
|
|
7399
7399
|
},
|
|
7400
7400
|
"node_modules/eslint-plugin-sf-plugin": {
|
|
7401
|
-
"version": "1.20.
|
|
7402
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.
|
|
7403
|
-
"integrity": "sha512-
|
|
7401
|
+
"version": "1.20.16",
|
|
7402
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.16.tgz",
|
|
7403
|
+
"integrity": "sha512-NbWW2J6eO70m4C/ab9ZOVqpSW97+C/xNwHc4c10GV3mi8brxA9OWKo7vDfd2nGKrZ0EzA1BHujnu9ItV3HhrJQ==",
|
|
7404
7404
|
"dev": true,
|
|
7405
7405
|
"license": "BSD-3-Clause",
|
|
7406
7406
|
"dependencies": {
|
|
7407
|
-
"@salesforce/core": "^8.8.
|
|
7407
|
+
"@salesforce/core": "^8.8.5",
|
|
7408
7408
|
"@typescript-eslint/utils": "^7.18.0"
|
|
7409
7409
|
},
|
|
7410
7410
|
"engines": {
|
package/oclif.lock
CHANGED
|
@@ -1558,13 +1558,13 @@
|
|
|
1558
1558
|
"@nodelib/fs.scandir" "2.1.5"
|
|
1559
1559
|
fastq "^1.6.0"
|
|
1560
1560
|
|
|
1561
|
-
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.8":
|
|
1562
|
-
version "4.2.
|
|
1563
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.2.
|
|
1564
|
-
integrity sha512-
|
|
1561
|
+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.10", "@oclif/core@^4.2.8":
|
|
1562
|
+
version "4.2.10"
|
|
1563
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.2.10.tgz#31dfb7481c79887c3e672e10c981fcc01fcbaeb3"
|
|
1564
|
+
integrity sha512-fAqcXgqkUm4v5FYy7qWP4w1HaOlVSVJveah+yVTo5Nm5kTiXhmD5mQQ7+knGeBaStyrtQy6WardoC2xSic9rlQ==
|
|
1565
1565
|
dependencies:
|
|
1566
1566
|
ansi-escapes "^4.3.2"
|
|
1567
|
-
ansis "^3.
|
|
1567
|
+
ansis "^3.17.0"
|
|
1568
1568
|
clean-stack "^3.0.1"
|
|
1569
1569
|
cli-spinners "^2.9.2"
|
|
1570
1570
|
debug "^4.4.0"
|
|
@@ -1582,13 +1582,13 @@
|
|
|
1582
1582
|
wordwrap "^1.0.0"
|
|
1583
1583
|
wrap-ansi "^7.0.0"
|
|
1584
1584
|
|
|
1585
|
-
"@oclif/plugin-command-snapshot@^5.2.
|
|
1586
|
-
version "5.2.
|
|
1587
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.
|
|
1588
|
-
integrity sha512-
|
|
1585
|
+
"@oclif/plugin-command-snapshot@^5.2.37":
|
|
1586
|
+
version "5.2.37"
|
|
1587
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.37.tgz#7ad347cbaa1b4afba60b19588cb4987b78d72993"
|
|
1588
|
+
integrity sha512-22wbylGE6oMNHZD17SEdSU8kAadk4ILIeyoExvyrPWWfLMaBPVCo4ExTYdsF94wzkWCAjTCpNEbmZ2ZmuFBwkw==
|
|
1589
1589
|
dependencies:
|
|
1590
1590
|
"@oclif/core" "^4"
|
|
1591
|
-
ansis "^3.
|
|
1591
|
+
ansis "^3.17.0"
|
|
1592
1592
|
globby "^14.1.0"
|
|
1593
1593
|
just-diff "^5.2.0"
|
|
1594
1594
|
lodash.difference "^4.5.0"
|
|
@@ -1668,10 +1668,10 @@
|
|
|
1668
1668
|
strip-ansi "6.0.1"
|
|
1669
1669
|
ts-retry-promise "^0.8.1"
|
|
1670
1670
|
|
|
1671
|
-
"@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0", "@salesforce/core@^8.8.
|
|
1672
|
-
version "8.8.
|
|
1673
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.8.
|
|
1674
|
-
integrity sha512-
|
|
1671
|
+
"@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0", "@salesforce/core@^8.8.5", "@salesforce/core@^8.8.6":
|
|
1672
|
+
version "8.8.6"
|
|
1673
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.8.6.tgz#a7e4e7a6ed074efa60cca30d1ef620d62f443d8c"
|
|
1674
|
+
integrity sha512-RQK7iUvOv579qZkz93DtXOTFY6HZrOF1iJB5JntnzzmWgKXwdeRdoyIYlLksrDp0vkNtjtNTZZz+IJY4x6eCig==
|
|
1675
1675
|
dependencies:
|
|
1676
1676
|
"@jsforce/jsforce-node" "^3.6.5"
|
|
1677
1677
|
"@salesforce/kit" "^3.2.2"
|
|
@@ -1736,13 +1736,13 @@
|
|
|
1736
1736
|
dependencies:
|
|
1737
1737
|
"@salesforce/ts-types" "^2.0.12"
|
|
1738
1738
|
|
|
1739
|
-
"@salesforce/plugin-command-reference@^3.1.
|
|
1740
|
-
version "3.1.
|
|
1741
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.
|
|
1742
|
-
integrity sha512-
|
|
1739
|
+
"@salesforce/plugin-command-reference@^3.1.48":
|
|
1740
|
+
version "3.1.48"
|
|
1741
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.48.tgz#752c7913a63cd3bf42aec53a20fc55e5bfaf3c81"
|
|
1742
|
+
integrity sha512-VNjHuBHyAbzr26FM2aandlIh4818A2sOTbe55RMBedWKa1npHM9m/HGwn31VGJzXIZv2n3kiaSwCZOz+PKHRrg==
|
|
1743
1743
|
dependencies:
|
|
1744
1744
|
"@oclif/core" "^4"
|
|
1745
|
-
"@salesforce/core" "^8.8.
|
|
1745
|
+
"@salesforce/core" "^8.8.5"
|
|
1746
1746
|
"@salesforce/kit" "^3.2.3"
|
|
1747
1747
|
"@salesforce/sf-plugins-core" "^11.3.12"
|
|
1748
1748
|
"@salesforce/ts-types" "^2.0.11"
|
|
@@ -2852,7 +2852,7 @@ ansi-styles@^6.1.0, ansi-styles@^6.2.1:
|
|
|
2852
2852
|
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-6.2.1.tgz#0e62320cf99c21afff3b3012192546aacbfb05c5"
|
|
2853
2853
|
integrity sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==
|
|
2854
2854
|
|
|
2855
|
-
ansis@^3.16.0, ansis@^3.3.2, ansis@^3.5.2:
|
|
2855
|
+
ansis@^3.16.0, ansis@^3.17.0, ansis@^3.3.2, ansis@^3.5.2:
|
|
2856
2856
|
version "3.17.0"
|
|
2857
2857
|
resolved "https://registry.yarnpkg.com/ansis/-/ansis-3.17.0.tgz#fa8d9c2a93fe7d1177e0c17f9eeb562a58a832d7"
|
|
2858
2858
|
integrity sha512-0qWUglt9JEqLFr3w1I1pbrChn1grhaiAR2ocX1PP/flRmxgtwTzPFFFnfIlD6aMOLQZgSuCRlidD70lvx8yhzg==
|
|
@@ -3947,12 +3947,12 @@ eslint-plugin-jsdoc@^46.10.1:
|
|
|
3947
3947
|
semver "^7.5.4"
|
|
3948
3948
|
spdx-expression-parse "^4.0.0"
|
|
3949
3949
|
|
|
3950
|
-
eslint-plugin-sf-plugin@^1.20.
|
|
3951
|
-
version "1.20.
|
|
3952
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.
|
|
3953
|
-
integrity sha512-
|
|
3950
|
+
eslint-plugin-sf-plugin@^1.20.16:
|
|
3951
|
+
version "1.20.16"
|
|
3952
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.16.tgz#bdaa21ba896bad98c45bfd5c2626cddcc9ba3595"
|
|
3953
|
+
integrity sha512-NbWW2J6eO70m4C/ab9ZOVqpSW97+C/xNwHc4c10GV3mi8brxA9OWKo7vDfd2nGKrZ0EzA1BHujnu9ItV3HhrJQ==
|
|
3954
3954
|
dependencies:
|
|
3955
|
-
"@salesforce/core" "^8.8.
|
|
3955
|
+
"@salesforce/core" "^8.8.5"
|
|
3956
3956
|
"@typescript-eslint/utils" "^7.18.0"
|
|
3957
3957
|
|
|
3958
3958
|
eslint-plugin-unicorn@^50.0.1:
|
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.47",
|
|
5
5
|
"contributors": [
|
|
6
6
|
{
|
|
7
7
|
"name": "Carolyn Grabill",
|
|
@@ -42,19 +42,19 @@
|
|
|
42
42
|
],
|
|
43
43
|
"bugs": "https://github.com/salesforcecli/plugin-custom-metadata/issues",
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@salesforce/core": "^8.8.
|
|
45
|
+
"@salesforce/core": "^8.8.6",
|
|
46
46
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
47
47
|
"csv-parse": "^5.6.0",
|
|
48
48
|
"fast-xml-parser": "^4.5.3"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@jsforce/jsforce-node": "^3.6.6",
|
|
52
|
-
"@oclif/core": "^4.2.
|
|
53
|
-
"@oclif/plugin-command-snapshot": "^5.2.
|
|
52
|
+
"@oclif/core": "^4.2.10",
|
|
53
|
+
"@oclif/plugin-command-snapshot": "^5.2.37",
|
|
54
54
|
"@salesforce/cli-plugins-testkit": "^5.3.39",
|
|
55
55
|
"@salesforce/dev-scripts": "^10.2.12",
|
|
56
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
57
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
|
56
|
+
"@salesforce/plugin-command-reference": "^3.1.48",
|
|
57
|
+
"eslint-plugin-sf-plugin": "^1.20.16",
|
|
58
58
|
"oclif": "^4.17.34",
|
|
59
59
|
"ts-node": "^10.9.2",
|
|
60
60
|
"typescript": "^5.8.2"
|
|
@@ -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.
|
|
247
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.3.
|
|
246
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.3.47.crt",
|
|
247
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.3.47.sig"
|
|
248
248
|
}
|
|
249
249
|
}
|