@salesforce/plugin-custom-metadata 3.3.53 → 3.3.54
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 +15 -15
- package/oclif.lock +13 -13
- 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.54/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.54/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.54/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.54/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.54/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.54",
|
|
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.54",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@salesforce/core": "^8.
|
|
12
|
+
"@salesforce/core": "^8.11.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,10 +17,10 @@
|
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@jsforce/jsforce-node": "^3.8.1",
|
|
19
19
|
"@oclif/core": "^4.3.0",
|
|
20
|
-
"@oclif/plugin-command-snapshot": "^5.2.
|
|
20
|
+
"@oclif/plugin-command-snapshot": "^5.2.39",
|
|
21
21
|
"@salesforce/cli-plugins-testkit": "^5.3.39",
|
|
22
22
|
"@salesforce/dev-scripts": "^11.0.2",
|
|
23
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
23
|
+
"@salesforce/plugin-command-reference": "^3.1.52",
|
|
24
24
|
"eslint-plugin-sf-plugin": "^1.20.22",
|
|
25
25
|
"oclif": "^4.17.46",
|
|
26
26
|
"ts-node": "^10.9.2",
|
|
@@ -3998,9 +3998,9 @@
|
|
|
3998
3998
|
}
|
|
3999
3999
|
},
|
|
4000
4000
|
"node_modules/@oclif/plugin-command-snapshot": {
|
|
4001
|
-
"version": "5.2.
|
|
4002
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.
|
|
4003
|
-
"integrity": "sha512-
|
|
4001
|
+
"version": "5.2.39",
|
|
4002
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.39.tgz",
|
|
4003
|
+
"integrity": "sha512-Fnos8nK3hwdwQ+mXich6Ckx0KHiQIvJXeD85xpYghbd14RUfFZueS5+56DO9JpW8O7z5N4q9w3TOqkO72iAJIw==",
|
|
4004
4004
|
"dev": true,
|
|
4005
4005
|
"license": "MIT",
|
|
4006
4006
|
"dependencies": {
|
|
@@ -4290,9 +4290,9 @@
|
|
|
4290
4290
|
}
|
|
4291
4291
|
},
|
|
4292
4292
|
"node_modules/@salesforce/core": {
|
|
4293
|
-
"version": "8.
|
|
4294
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.
|
|
4295
|
-
"integrity": "sha512-
|
|
4293
|
+
"version": "8.11.0",
|
|
4294
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.11.0.tgz",
|
|
4295
|
+
"integrity": "sha512-S4UgHKUy1hykRQVaoYm+LSktQgRhI3ltAUoLGI25/Q8gYokERTa2E7MpPMb+X/kTpjJJvDlnQqelB/sQJs/AKA==",
|
|
4296
4296
|
"license": "BSD-3-Clause",
|
|
4297
4297
|
"dependencies": {
|
|
4298
4298
|
"@jsforce/jsforce-node": "^3.8.1",
|
|
@@ -4415,14 +4415,14 @@
|
|
|
4415
4415
|
}
|
|
4416
4416
|
},
|
|
4417
4417
|
"node_modules/@salesforce/plugin-command-reference": {
|
|
4418
|
-
"version": "3.1.
|
|
4419
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.
|
|
4420
|
-
"integrity": "sha512-
|
|
4418
|
+
"version": "3.1.52",
|
|
4419
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.52.tgz",
|
|
4420
|
+
"integrity": "sha512-dsdbsnlRKHeDA1eknqHcl4s92eYK/ZZS19G2YA2C46yVg2hInTTJ0gzO/qgzGRADtphKUHM/ScIINVSwC/51Bw==",
|
|
4421
4421
|
"dev": true,
|
|
4422
4422
|
"license": "Apache-2.0",
|
|
4423
4423
|
"dependencies": {
|
|
4424
4424
|
"@oclif/core": "^4",
|
|
4425
|
-
"@salesforce/core": "^8.10.
|
|
4425
|
+
"@salesforce/core": "^8.10.1",
|
|
4426
4426
|
"@salesforce/kit": "^3.2.3",
|
|
4427
4427
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
4428
4428
|
"@salesforce/ts-types": "^2.0.11",
|
package/oclif.lock
CHANGED
|
@@ -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.2.
|
|
1581
|
-
version "5.2.
|
|
1582
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.
|
|
1583
|
-
integrity sha512-
|
|
1580
|
+
"@oclif/plugin-command-snapshot@^5.2.39":
|
|
1581
|
+
version "5.2.39"
|
|
1582
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.39.tgz#988af7777afd743a612eef1c99778aab7c36a506"
|
|
1583
|
+
integrity sha512-Fnos8nK3hwdwQ+mXich6Ckx0KHiQIvJXeD85xpYghbd14RUfFZueS5+56DO9JpW8O7z5N4q9w3TOqkO72iAJIw==
|
|
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.10.
|
|
1667
|
-
version "8.
|
|
1668
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.
|
|
1669
|
-
integrity sha512-
|
|
1666
|
+
"@salesforce/core@^8.10.1", "@salesforce/core@^8.11.0", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0":
|
|
1667
|
+
version "8.11.0"
|
|
1668
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.11.0.tgz#23d5ddcc318008230258ab449e70a26f671123c2"
|
|
1669
|
+
integrity sha512-S4UgHKUy1hykRQVaoYm+LSktQgRhI3ltAUoLGI25/Q8gYokERTa2E7MpPMb+X/kTpjJJvDlnQqelB/sQJs/AKA==
|
|
1670
1670
|
dependencies:
|
|
1671
1671
|
"@jsforce/jsforce-node" "^3.8.1"
|
|
1672
1672
|
"@salesforce/kit" "^3.2.2"
|
|
@@ -1731,13 +1731,13 @@
|
|
|
1731
1731
|
dependencies:
|
|
1732
1732
|
"@salesforce/ts-types" "^2.0.12"
|
|
1733
1733
|
|
|
1734
|
-
"@salesforce/plugin-command-reference@^3.1.
|
|
1735
|
-
version "3.1.
|
|
1736
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.
|
|
1737
|
-
integrity sha512-
|
|
1734
|
+
"@salesforce/plugin-command-reference@^3.1.52":
|
|
1735
|
+
version "3.1.52"
|
|
1736
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.52.tgz#30ab766cd8bb8f66a8a636ee04f9d39717b8e5e6"
|
|
1737
|
+
integrity sha512-dsdbsnlRKHeDA1eknqHcl4s92eYK/ZZS19G2YA2C46yVg2hInTTJ0gzO/qgzGRADtphKUHM/ScIINVSwC/51Bw==
|
|
1738
1738
|
dependencies:
|
|
1739
1739
|
"@oclif/core" "^4"
|
|
1740
|
-
"@salesforce/core" "^8.10.
|
|
1740
|
+
"@salesforce/core" "^8.10.1"
|
|
1741
1741
|
"@salesforce/kit" "^3.2.3"
|
|
1742
1742
|
"@salesforce/sf-plugins-core" "^11.3.12"
|
|
1743
1743
|
"@salesforce/ts-types" "^2.0.11"
|
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.54",
|
|
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.11.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,10 +50,10 @@
|
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@jsforce/jsforce-node": "^3.8.1",
|
|
52
52
|
"@oclif/core": "^4.3.0",
|
|
53
|
-
"@oclif/plugin-command-snapshot": "^5.2.
|
|
53
|
+
"@oclif/plugin-command-snapshot": "^5.2.39",
|
|
54
54
|
"@salesforce/cli-plugins-testkit": "^5.3.39",
|
|
55
55
|
"@salesforce/dev-scripts": "^11.0.2",
|
|
56
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
56
|
+
"@salesforce/plugin-command-reference": "^3.1.52",
|
|
57
57
|
"eslint-plugin-sf-plugin": "^1.20.22",
|
|
58
58
|
"oclif": "^4.17.46",
|
|
59
59
|
"ts-node": "^10.9.2",
|
|
@@ -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.54.crt",
|
|
248
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.3.54.sig"
|
|
249
249
|
}
|
|
250
250
|
}
|