@salesforce/plugin-custom-metadata 3.3.57 → 3.3.58
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 +23 -20
- package/oclif.lock +19 -19
- package/oclif.manifest.json +1 -1
- package/package.json +7 -7
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.58/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.58/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.58/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.58/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.58/src/commands/cmdt/generate/records.ts)_
|
|
410
410
|
|
|
411
411
|
<!-- commandsstop -->
|
|
412
412
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-custom-metadata",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.58",
|
|
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.58",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@salesforce/core": "^8.
|
|
12
|
+
"@salesforce/core": "^8.14.0",
|
|
13
13
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
14
14
|
"csv-parse": "^5.6.0",
|
|
15
15
|
"fast-xml-parser": "^4.5.3"
|
|
@@ -17,12 +17,12 @@
|
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@jsforce/jsforce-node": "^3.8.1",
|
|
19
19
|
"@oclif/core": "^4.3.2",
|
|
20
|
-
"@oclif/plugin-command-snapshot": "^5.
|
|
20
|
+
"@oclif/plugin-command-snapshot": "^5.3.1",
|
|
21
21
|
"@salesforce/cli-plugins-testkit": "^5.3.39",
|
|
22
22
|
"@salesforce/dev-scripts": "^11.0.2",
|
|
23
23
|
"@salesforce/plugin-command-reference": "^3.1.54",
|
|
24
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
|
25
|
-
"oclif": "^4.18.
|
|
24
|
+
"eslint-plugin-sf-plugin": "^1.20.25",
|
|
25
|
+
"oclif": "^4.18.1",
|
|
26
26
|
"ts-node": "^10.9.2",
|
|
27
27
|
"typescript": "^5.8.3"
|
|
28
28
|
},
|
|
@@ -4001,9 +4001,9 @@
|
|
|
4001
4001
|
}
|
|
4002
4002
|
},
|
|
4003
4003
|
"node_modules/@oclif/plugin-command-snapshot": {
|
|
4004
|
-
"version": "5.
|
|
4005
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.
|
|
4006
|
-
"integrity": "sha512-
|
|
4004
|
+
"version": "5.3.1",
|
|
4005
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.1.tgz",
|
|
4006
|
+
"integrity": "sha512-ytLavwqDuQ2+1Z4vV0lREGKf0JP6GTtVvYnrCMk9FL+C+CU6qnPyzI9fttuqwLMbfrsX8Fl8/6TT7dCWdX6HSg==",
|
|
4007
4007
|
"dev": true,
|
|
4008
4008
|
"license": "MIT",
|
|
4009
4009
|
"dependencies": {
|
|
@@ -4017,6 +4017,9 @@
|
|
|
4017
4017
|
"semver": "^7.7.2",
|
|
4018
4018
|
"ts-json-schema-generator": "^1.5.1"
|
|
4019
4019
|
},
|
|
4020
|
+
"bin": {
|
|
4021
|
+
"oclif-snapshot": "bin/run.js"
|
|
4022
|
+
},
|
|
4020
4023
|
"engines": {
|
|
4021
4024
|
"node": ">=18.0.0"
|
|
4022
4025
|
}
|
|
@@ -4293,9 +4296,9 @@
|
|
|
4293
4296
|
}
|
|
4294
4297
|
},
|
|
4295
4298
|
"node_modules/@salesforce/core": {
|
|
4296
|
-
"version": "8.
|
|
4297
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.
|
|
4298
|
-
"integrity": "sha512-
|
|
4299
|
+
"version": "8.14.0",
|
|
4300
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.14.0.tgz",
|
|
4301
|
+
"integrity": "sha512-Ta1aY15TfgxLyFNNlkw60Mm3dDtiEb50TSp3/wzrbuMgkEGvFBEZQca/ChrjANXhpw8pURDUTzL4VV/1eGCHrQ==",
|
|
4299
4302
|
"license": "BSD-3-Clause",
|
|
4300
4303
|
"dependencies": {
|
|
4301
4304
|
"@jsforce/jsforce-node": "^3.8.2",
|
|
@@ -7861,13 +7864,13 @@
|
|
|
7861
7864
|
}
|
|
7862
7865
|
},
|
|
7863
7866
|
"node_modules/eslint-plugin-sf-plugin": {
|
|
7864
|
-
"version": "1.20.
|
|
7865
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.
|
|
7866
|
-
"integrity": "sha512-
|
|
7867
|
+
"version": "1.20.25",
|
|
7868
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.25.tgz",
|
|
7869
|
+
"integrity": "sha512-uknNSP5+CRHeA7PRGErKD5nCoehJY/UVofspAiwEmtzhNBfS1eUxORN9fU6WEjb9Mc3O6i7YrMznTYFhJYWr1Q==",
|
|
7867
7870
|
"dev": true,
|
|
7868
7871
|
"license": "BSD-3-Clause",
|
|
7869
7872
|
"dependencies": {
|
|
7870
|
-
"@salesforce/core": "^8.
|
|
7873
|
+
"@salesforce/core": "^8.12.0",
|
|
7871
7874
|
"@typescript-eslint/utils": "^7.18.0"
|
|
7872
7875
|
},
|
|
7873
7876
|
"engines": {
|
|
@@ -11569,9 +11572,9 @@
|
|
|
11569
11572
|
}
|
|
11570
11573
|
},
|
|
11571
11574
|
"node_modules/oclif": {
|
|
11572
|
-
"version": "4.18.
|
|
11573
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.18.
|
|
11574
|
-
"integrity": "sha512-
|
|
11575
|
+
"version": "4.18.1",
|
|
11576
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.18.1.tgz",
|
|
11577
|
+
"integrity": "sha512-C5w/kUuIH3WxtjSfg3vxbdinT1dZuFoNaU7YhBTRx/FshO4WNHPsRqLgFFdx94dezkbskMJFcESS6i5RM96YSw==",
|
|
11575
11578
|
"dev": true,
|
|
11576
11579
|
"license": "MIT",
|
|
11577
11580
|
"dependencies": {
|
|
@@ -11580,7 +11583,7 @@
|
|
|
11580
11583
|
"@inquirer/confirm": "^3.1.22",
|
|
11581
11584
|
"@inquirer/input": "^2.2.4",
|
|
11582
11585
|
"@inquirer/select": "^2.5.0",
|
|
11583
|
-
"@oclif/core": "^4.2
|
|
11586
|
+
"@oclif/core": "^4.3.2",
|
|
11584
11587
|
"@oclif/plugin-help": "^6.2.27",
|
|
11585
11588
|
"@oclif/plugin-not-found": "^3.2.48",
|
|
11586
11589
|
"@oclif/plugin-warn-if-update-available": "^3.1.38",
|
package/oclif.lock
CHANGED
|
@@ -1553,7 +1553,7 @@
|
|
|
1553
1553
|
"@nodelib/fs.scandir" "2.1.5"
|
|
1554
1554
|
fastq "^1.6.0"
|
|
1555
1555
|
|
|
1556
|
-
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.
|
|
1556
|
+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.3.2":
|
|
1557
1557
|
version "4.3.2"
|
|
1558
1558
|
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.3.2.tgz#522d5f94044ebde5f4041b0bad4f1abfe7a73f61"
|
|
1559
1559
|
integrity sha512-3OVGENifC2NzYn/t31fYOrZOGJ5WpUfRktz8v/W4QbP4Su3S/BcBuVuIde65B1mHrnAE/62yOFA/kLx4w1Vf8g==
|
|
@@ -1577,10 +1577,10 @@
|
|
|
1577
1577
|
wordwrap "^1.0.0"
|
|
1578
1578
|
wrap-ansi "^7.0.0"
|
|
1579
1579
|
|
|
1580
|
-
"@oclif/plugin-command-snapshot@^5.
|
|
1581
|
-
version "5.
|
|
1582
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.
|
|
1583
|
-
integrity sha512-
|
|
1580
|
+
"@oclif/plugin-command-snapshot@^5.3.1":
|
|
1581
|
+
version "5.3.1"
|
|
1582
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.1.tgz#95fbba5980c89398dfb3ade0ae733d972f217a03"
|
|
1583
|
+
integrity sha512-ytLavwqDuQ2+1Z4vV0lREGKf0JP6GTtVvYnrCMk9FL+C+CU6qnPyzI9fttuqwLMbfrsX8Fl8/6TT7dCWdX6HSg==
|
|
1584
1584
|
dependencies:
|
|
1585
1585
|
"@oclif/core" "^4"
|
|
1586
1586
|
ansis "^3.17.0"
|
|
@@ -1663,10 +1663,10 @@
|
|
|
1663
1663
|
strip-ansi "6.0.1"
|
|
1664
1664
|
ts-retry-promise "^0.8.1"
|
|
1665
1665
|
|
|
1666
|
-
"@salesforce/core@^8.11.0", "@salesforce/core@^8.
|
|
1667
|
-
version "8.
|
|
1668
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.
|
|
1669
|
-
integrity sha512-
|
|
1666
|
+
"@salesforce/core@^8.11.0", "@salesforce/core@^8.12.0", "@salesforce/core@^8.14.0", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0":
|
|
1667
|
+
version "8.14.0"
|
|
1668
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.14.0.tgz#fcdd8b641221fee668b95ed2ede56b251668077c"
|
|
1669
|
+
integrity sha512-Ta1aY15TfgxLyFNNlkw60Mm3dDtiEb50TSp3/wzrbuMgkEGvFBEZQca/ChrjANXhpw8pURDUTzL4VV/1eGCHrQ==
|
|
1670
1670
|
dependencies:
|
|
1671
1671
|
"@jsforce/jsforce-node" "^3.8.2"
|
|
1672
1672
|
"@salesforce/kit" "^3.2.2"
|
|
@@ -3851,12 +3851,12 @@ eslint-plugin-jsdoc@^46.10.1:
|
|
|
3851
3851
|
semver "^7.5.4"
|
|
3852
3852
|
spdx-expression-parse "^4.0.0"
|
|
3853
3853
|
|
|
3854
|
-
eslint-plugin-sf-plugin@^1.20.
|
|
3855
|
-
version "1.20.
|
|
3856
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.
|
|
3857
|
-
integrity sha512-
|
|
3854
|
+
eslint-plugin-sf-plugin@^1.20.25:
|
|
3855
|
+
version "1.20.25"
|
|
3856
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.25.tgz#943d861c73579d982a2c09eb5d8d5907cfdd7956"
|
|
3857
|
+
integrity sha512-uknNSP5+CRHeA7PRGErKD5nCoehJY/UVofspAiwEmtzhNBfS1eUxORN9fU6WEjb9Mc3O6i7YrMznTYFhJYWr1Q==
|
|
3858
3858
|
dependencies:
|
|
3859
|
-
"@salesforce/core" "^8.
|
|
3859
|
+
"@salesforce/core" "^8.12.0"
|
|
3860
3860
|
"@typescript-eslint/utils" "^7.18.0"
|
|
3861
3861
|
|
|
3862
3862
|
eslint-plugin-unicorn@^50.0.1:
|
|
@@ -5934,17 +5934,17 @@ object.values@^1.1.7:
|
|
|
5934
5934
|
define-properties "^1.2.0"
|
|
5935
5935
|
es-abstract "^1.22.1"
|
|
5936
5936
|
|
|
5937
|
-
oclif@^4.18.
|
|
5938
|
-
version "4.18.
|
|
5939
|
-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.18.
|
|
5940
|
-
integrity sha512-
|
|
5937
|
+
oclif@^4.18.1:
|
|
5938
|
+
version "4.18.1"
|
|
5939
|
+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.18.1.tgz#697c10712f022a4d8b596b15868a149fcbca3e8d"
|
|
5940
|
+
integrity sha512-C5w/kUuIH3WxtjSfg3vxbdinT1dZuFoNaU7YhBTRx/FshO4WNHPsRqLgFFdx94dezkbskMJFcESS6i5RM96YSw==
|
|
5941
5941
|
dependencies:
|
|
5942
5942
|
"@aws-sdk/client-cloudfront" "^3.787.0"
|
|
5943
5943
|
"@aws-sdk/client-s3" "^3.787.0"
|
|
5944
5944
|
"@inquirer/confirm" "^3.1.22"
|
|
5945
5945
|
"@inquirer/input" "^2.2.4"
|
|
5946
5946
|
"@inquirer/select" "^2.5.0"
|
|
5947
|
-
"@oclif/core" "^4.2
|
|
5947
|
+
"@oclif/core" "^4.3.2"
|
|
5948
5948
|
"@oclif/plugin-help" "^6.2.27"
|
|
5949
5949
|
"@oclif/plugin-not-found" "^3.2.48"
|
|
5950
5950
|
"@oclif/plugin-warn-if-update-available" "^3.1.38"
|
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.58",
|
|
5
5
|
"contributors": [
|
|
6
6
|
{
|
|
7
7
|
"name": "Carolyn Grabill",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
],
|
|
43
43
|
"bugs": "https://github.com/salesforcecli/plugin-custom-metadata/issues",
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@salesforce/core": "^8.
|
|
45
|
+
"@salesforce/core": "^8.14.0",
|
|
46
46
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
47
47
|
"csv-parse": "^5.6.0",
|
|
48
48
|
"fast-xml-parser": "^4.5.3"
|
|
@@ -50,12 +50,12 @@
|
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@jsforce/jsforce-node": "^3.8.1",
|
|
52
52
|
"@oclif/core": "^4.3.2",
|
|
53
|
-
"@oclif/plugin-command-snapshot": "^5.
|
|
53
|
+
"@oclif/plugin-command-snapshot": "^5.3.1",
|
|
54
54
|
"@salesforce/cli-plugins-testkit": "^5.3.39",
|
|
55
55
|
"@salesforce/dev-scripts": "^11.0.2",
|
|
56
56
|
"@salesforce/plugin-command-reference": "^3.1.54",
|
|
57
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
|
58
|
-
"oclif": "^4.18.
|
|
57
|
+
"eslint-plugin-sf-plugin": "^1.20.25",
|
|
58
|
+
"oclif": "^4.18.1",
|
|
59
59
|
"ts-node": "^10.9.2",
|
|
60
60
|
"typescript": "^5.8.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.
|
|
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.58.crt",
|
|
248
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.3.58.sig"
|
|
249
249
|
}
|
|
250
250
|
}
|