@salesforce/plugin-custom-metadata 3.3.60 → 3.3.61
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 +20 -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.61/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.61/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.61/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.61/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.61/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.61",
|
|
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.61",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@salesforce/core": "^8.
|
|
12
|
+
"@salesforce/core": "^8.18.1",
|
|
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.9.1",
|
|
19
|
-
"@oclif/core": "^4.4.
|
|
20
|
-
"@oclif/plugin-command-snapshot": "^5.3.
|
|
19
|
+
"@oclif/core": "^4.4.1",
|
|
20
|
+
"@oclif/plugin-command-snapshot": "^5.3.3",
|
|
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.58",
|
|
24
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
|
24
|
+
"eslint-plugin-sf-plugin": "^1.20.27",
|
|
25
25
|
"oclif": "^4.20.1",
|
|
26
26
|
"ts-node": "^10.9.2",
|
|
27
27
|
"typescript": "^5.8.3"
|
|
@@ -3964,9 +3964,9 @@
|
|
|
3964
3964
|
}
|
|
3965
3965
|
},
|
|
3966
3966
|
"node_modules/@oclif/core": {
|
|
3967
|
-
"version": "4.4.
|
|
3968
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.4.
|
|
3969
|
-
"integrity": "sha512-
|
|
3967
|
+
"version": "4.4.1",
|
|
3968
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.4.1.tgz",
|
|
3969
|
+
"integrity": "sha512-RYonV4IJZcGAoi3pdo5CPl5hVH1YdtQMEX77TLdgTPVrMmIjbiB0Borfguj/mdDF2TjLXp+Z+RbmLUejuhSYTA==",
|
|
3970
3970
|
"license": "MIT",
|
|
3971
3971
|
"dependencies": {
|
|
3972
3972
|
"ansi-escapes": "^4.3.2",
|
|
@@ -4040,9 +4040,9 @@
|
|
|
4040
4040
|
}
|
|
4041
4041
|
},
|
|
4042
4042
|
"node_modules/@oclif/plugin-command-snapshot": {
|
|
4043
|
-
"version": "5.3.
|
|
4044
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.
|
|
4045
|
-
"integrity": "sha512-
|
|
4043
|
+
"version": "5.3.3",
|
|
4044
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.3.tgz",
|
|
4045
|
+
"integrity": "sha512-aQVUrP98pjrUAogSz2t0sP+PJs4NeN+jce3EIuMz1T2cYGpdFABg4IXGcZe3gGV4MnNBTSCDoZTV0CnJ5IpSoA==",
|
|
4046
4046
|
"dev": true,
|
|
4047
4047
|
"license": "MIT",
|
|
4048
4048
|
"dependencies": {
|
|
@@ -4335,12 +4335,12 @@
|
|
|
4335
4335
|
}
|
|
4336
4336
|
},
|
|
4337
4337
|
"node_modules/@salesforce/core": {
|
|
4338
|
-
"version": "8.
|
|
4339
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.
|
|
4340
|
-
"integrity": "sha512-
|
|
4338
|
+
"version": "8.18.1",
|
|
4339
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.18.1.tgz",
|
|
4340
|
+
"integrity": "sha512-RkG9Ye5TdsIQz4KLUHvDpVjbrTeeRmw5KUJIHRyMGAOjKB8wr2jvgXyZm7GD0epIW5ILsyKQQWWOa1uqsfVycA==",
|
|
4341
4341
|
"license": "BSD-3-Clause",
|
|
4342
4342
|
"dependencies": {
|
|
4343
|
-
"@jsforce/jsforce-node": "^3.
|
|
4343
|
+
"@jsforce/jsforce-node": "^3.9.1",
|
|
4344
4344
|
"@salesforce/kit": "^3.2.2",
|
|
4345
4345
|
"@salesforce/schemas": "^1.9.0",
|
|
4346
4346
|
"@salesforce/ts-types": "^2.0.10",
|
|
@@ -7903,13 +7903,13 @@
|
|
|
7903
7903
|
}
|
|
7904
7904
|
},
|
|
7905
7905
|
"node_modules/eslint-plugin-sf-plugin": {
|
|
7906
|
-
"version": "1.20.
|
|
7907
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.
|
|
7908
|
-
"integrity": "sha512-
|
|
7906
|
+
"version": "1.20.27",
|
|
7907
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.27.tgz",
|
|
7908
|
+
"integrity": "sha512-OjadAKTrk0lyQ8ss/cba3zZ3vsngfI1xNINdOrPbBPQ6Nz5SgfqJXXLeDPVfy8BZbJKJK+r4Xf4xn+1p509i3g==",
|
|
7909
7909
|
"dev": true,
|
|
7910
7910
|
"license": "BSD-3-Clause",
|
|
7911
7911
|
"dependencies": {
|
|
7912
|
-
"@salesforce/core": "^8.
|
|
7912
|
+
"@salesforce/core": "^8.17.0",
|
|
7913
7913
|
"@typescript-eslint/utils": "^7.18.0"
|
|
7914
7914
|
},
|
|
7915
7915
|
"engines": {
|
package/oclif.lock
CHANGED
|
@@ -1521,7 +1521,7 @@
|
|
|
1521
1521
|
"@jridgewell/resolve-uri" "^3.1.0"
|
|
1522
1522
|
"@jridgewell/sourcemap-codec" "^1.4.14"
|
|
1523
1523
|
|
|
1524
|
-
"@jsforce/jsforce-node@^3.
|
|
1524
|
+
"@jsforce/jsforce-node@^3.9.1":
|
|
1525
1525
|
version "3.9.1"
|
|
1526
1526
|
resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.9.1.tgz#503bcee3b511b2768abb090b8c8af508c2412244"
|
|
1527
1527
|
integrity sha512-tHG9Wozb9tQMiOyKz4MgcSK0XEDdER+dUm42o7qUaokwqC+IPmjgptx0PNTO75U1nqgW6yX6M5Qq1thhj7KMCA==
|
|
@@ -1558,10 +1558,10 @@
|
|
|
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.4.0":
|
|
1562
|
-
version "4.4.
|
|
1563
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.4.
|
|
1564
|
-
integrity sha512-
|
|
1561
|
+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.4.0", "@oclif/core@^4.4.1":
|
|
1562
|
+
version "4.4.1"
|
|
1563
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.4.1.tgz#359d4df4f066529f3f4b44652db2d3dceb723823"
|
|
1564
|
+
integrity sha512-RYonV4IJZcGAoi3pdo5CPl5hVH1YdtQMEX77TLdgTPVrMmIjbiB0Borfguj/mdDF2TjLXp+Z+RbmLUejuhSYTA==
|
|
1565
1565
|
dependencies:
|
|
1566
1566
|
ansi-escapes "^4.3.2"
|
|
1567
1567
|
ansis "^3.17.0"
|
|
@@ -1582,10 +1582,10 @@
|
|
|
1582
1582
|
wordwrap "^1.0.0"
|
|
1583
1583
|
wrap-ansi "^7.0.0"
|
|
1584
1584
|
|
|
1585
|
-
"@oclif/plugin-command-snapshot@^5.3.
|
|
1586
|
-
version "5.3.
|
|
1587
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.
|
|
1588
|
-
integrity sha512-
|
|
1585
|
+
"@oclif/plugin-command-snapshot@^5.3.3":
|
|
1586
|
+
version "5.3.3"
|
|
1587
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.3.tgz#0b38547739e6f5481b3a11a3de47a841353a23ca"
|
|
1588
|
+
integrity sha512-aQVUrP98pjrUAogSz2t0sP+PJs4NeN+jce3EIuMz1T2cYGpdFABg4IXGcZe3gGV4MnNBTSCDoZTV0CnJ5IpSoA==
|
|
1589
1589
|
dependencies:
|
|
1590
1590
|
"@oclif/core" "^4"
|
|
1591
1591
|
ansis "^3.17.0"
|
|
@@ -1668,12 +1668,12 @@
|
|
|
1668
1668
|
strip-ansi "6.0.1"
|
|
1669
1669
|
ts-retry-promise "^0.8.1"
|
|
1670
1670
|
|
|
1671
|
-
"@salesforce/core@^8.14.0", "@salesforce/core@^8.17.0", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0":
|
|
1672
|
-
version "8.
|
|
1673
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.
|
|
1674
|
-
integrity sha512-
|
|
1671
|
+
"@salesforce/core@^8.14.0", "@salesforce/core@^8.17.0", "@salesforce/core@^8.18.1", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0":
|
|
1672
|
+
version "8.18.1"
|
|
1673
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.18.1.tgz#4a790f9479339f45e42799d9ef7a1428d49b6ba1"
|
|
1674
|
+
integrity sha512-RkG9Ye5TdsIQz4KLUHvDpVjbrTeeRmw5KUJIHRyMGAOjKB8wr2jvgXyZm7GD0epIW5ILsyKQQWWOa1uqsfVycA==
|
|
1675
1675
|
dependencies:
|
|
1676
|
-
"@jsforce/jsforce-node" "^3.
|
|
1676
|
+
"@jsforce/jsforce-node" "^3.9.1"
|
|
1677
1677
|
"@salesforce/kit" "^3.2.2"
|
|
1678
1678
|
"@salesforce/schemas" "^1.9.0"
|
|
1679
1679
|
"@salesforce/ts-types" "^2.0.10"
|
|
@@ -3856,12 +3856,12 @@ eslint-plugin-jsdoc@^46.10.1:
|
|
|
3856
3856
|
semver "^7.5.4"
|
|
3857
3857
|
spdx-expression-parse "^4.0.0"
|
|
3858
3858
|
|
|
3859
|
-
eslint-plugin-sf-plugin@^1.20.
|
|
3860
|
-
version "1.20.
|
|
3861
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.
|
|
3862
|
-
integrity sha512-
|
|
3859
|
+
eslint-plugin-sf-plugin@^1.20.27:
|
|
3860
|
+
version "1.20.27"
|
|
3861
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.27.tgz#77e1b8edddc3fa03060d1ab965cba2ce69e8da43"
|
|
3862
|
+
integrity sha512-OjadAKTrk0lyQ8ss/cba3zZ3vsngfI1xNINdOrPbBPQ6Nz5SgfqJXXLeDPVfy8BZbJKJK+r4Xf4xn+1p509i3g==
|
|
3863
3863
|
dependencies:
|
|
3864
|
-
"@salesforce/core" "^8.
|
|
3864
|
+
"@salesforce/core" "^8.17.0"
|
|
3865
3865
|
"@typescript-eslint/utils" "^7.18.0"
|
|
3866
3866
|
|
|
3867
3867
|
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.61",
|
|
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.
|
|
45
|
+
"@salesforce/core": "^8.18.1",
|
|
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.9.1",
|
|
52
|
-
"@oclif/core": "^4.4.
|
|
53
|
-
"@oclif/plugin-command-snapshot": "^5.3.
|
|
52
|
+
"@oclif/core": "^4.4.1",
|
|
53
|
+
"@oclif/plugin-command-snapshot": "^5.3.3",
|
|
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.58",
|
|
57
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
|
57
|
+
"eslint-plugin-sf-plugin": "^1.20.27",
|
|
58
58
|
"oclif": "^4.20.1",
|
|
59
59
|
"ts-node": "^10.9.2",
|
|
60
60
|
"typescript": "^5.8.3"
|
|
@@ -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.61.crt",
|
|
248
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.3.61.sig"
|
|
249
249
|
}
|
|
250
250
|
}
|