@salesforce/plugin-custom-metadata 3.3.59 → 3.3.60
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 +24 -24
- package/oclif.lock +23 -23
- 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.60/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.60/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.60/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.60/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.60/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.60",
|
|
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.60",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@salesforce/core": "^8.
|
|
12
|
+
"@salesforce/core": "^8.17.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"
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"@oclif/plugin-command-snapshot": "^5.3.2",
|
|
21
21
|
"@salesforce/cli-plugins-testkit": "^5.3.39",
|
|
22
22
|
"@salesforce/dev-scripts": "^11.0.2",
|
|
23
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
24
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
|
25
|
-
"oclif": "^4.20.
|
|
23
|
+
"@salesforce/plugin-command-reference": "^3.1.58",
|
|
24
|
+
"eslint-plugin-sf-plugin": "^1.20.26",
|
|
25
|
+
"oclif": "^4.20.1",
|
|
26
26
|
"ts-node": "^10.9.2",
|
|
27
27
|
"typescript": "^5.8.3"
|
|
28
28
|
},
|
|
@@ -4150,15 +4150,15 @@
|
|
|
4150
4150
|
}
|
|
4151
4151
|
},
|
|
4152
4152
|
"node_modules/@oclif/plugin-warn-if-update-available": {
|
|
4153
|
-
"version": "3.1.
|
|
4154
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.
|
|
4155
|
-
"integrity": "sha512-
|
|
4153
|
+
"version": "3.1.42",
|
|
4154
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.42.tgz",
|
|
4155
|
+
"integrity": "sha512-bcBfON81gYCx6x50HjrcL7gRiz7bEuLdQNifMsMcBtBq3IpOifyS8/l5R3REEy9kHJ1qdcSYehtopMvS4ov9lA==",
|
|
4156
4156
|
"dev": true,
|
|
4157
4157
|
"license": "MIT",
|
|
4158
4158
|
"dependencies": {
|
|
4159
4159
|
"@oclif/core": "^4",
|
|
4160
4160
|
"ansis": "^3.17.0",
|
|
4161
|
-
"debug": "^4.4.
|
|
4161
|
+
"debug": "^4.4.1",
|
|
4162
4162
|
"http-call": "^5.2.2",
|
|
4163
4163
|
"lodash": "^4.17.21",
|
|
4164
4164
|
"registry-auth-token": "^5.1.0"
|
|
@@ -4335,9 +4335,9 @@
|
|
|
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.17.0",
|
|
4339
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.17.0.tgz",
|
|
4340
|
+
"integrity": "sha512-2pZfBtwA1oX5IuxS8/gVnrFXzPAJpf6ZA5bfImN1dWGbWlwrfocXzXTNRFdQ2gP0FG4o+PFSlc6d4g8Vwz25IA==",
|
|
4341
4341
|
"license": "BSD-3-Clause",
|
|
4342
4342
|
"dependencies": {
|
|
4343
4343
|
"@jsforce/jsforce-node": "^3.8.2",
|
|
@@ -4495,9 +4495,9 @@
|
|
|
4495
4495
|
}
|
|
4496
4496
|
},
|
|
4497
4497
|
"node_modules/@salesforce/plugin-command-reference": {
|
|
4498
|
-
"version": "3.1.
|
|
4499
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.
|
|
4500
|
-
"integrity": "sha512-
|
|
4498
|
+
"version": "3.1.58",
|
|
4499
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.58.tgz",
|
|
4500
|
+
"integrity": "sha512-dr8f7TEhUZ88/euXfiQXlpj488G89XEEl4IrpU+H4qk5lrIGhy9OWuSxLBCc/UHTwxirFq7+H6vRVzNTLYqgXQ==",
|
|
4501
4501
|
"dev": true,
|
|
4502
4502
|
"license": "Apache-2.0",
|
|
4503
4503
|
"dependencies": {
|
|
@@ -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.26",
|
|
7907
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.26.tgz",
|
|
7908
|
+
"integrity": "sha512-kK1Kj+PpkVaGHWR+/FGdSW4lT7nbD+g2mSLkYFFQ4X9L9VnDSGI2mbNfByCeJ0RELC2GxM0jhw/T1pgSKc7aQw==",
|
|
7909
7909
|
"dev": true,
|
|
7910
7910
|
"license": "BSD-3-Clause",
|
|
7911
7911
|
"dependencies": {
|
|
7912
|
-
"@salesforce/core": "^8.
|
|
7912
|
+
"@salesforce/core": "^8.14.0",
|
|
7913
7913
|
"@typescript-eslint/utils": "^7.18.0"
|
|
7914
7914
|
},
|
|
7915
7915
|
"engines": {
|
|
@@ -11611,9 +11611,9 @@
|
|
|
11611
11611
|
}
|
|
11612
11612
|
},
|
|
11613
11613
|
"node_modules/oclif": {
|
|
11614
|
-
"version": "4.20.
|
|
11615
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.20.
|
|
11616
|
-
"integrity": "sha512-
|
|
11614
|
+
"version": "4.20.1",
|
|
11615
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.20.1.tgz",
|
|
11616
|
+
"integrity": "sha512-XsC6MaYTEtIjkq43sXIrGiq+wtuzxCYWv43gIaFAg8KszOutojqlACwrz1dgCgUAwanwv+BNBNJLnvwQ84dpjg==",
|
|
11617
11617
|
"dev": true,
|
|
11618
11618
|
"license": "MIT",
|
|
11619
11619
|
"dependencies": {
|
|
@@ -11625,7 +11625,7 @@
|
|
|
11625
11625
|
"@oclif/core": "^4.4.0",
|
|
11626
11626
|
"@oclif/plugin-help": "^6.2.29",
|
|
11627
11627
|
"@oclif/plugin-not-found": "^3.2.57",
|
|
11628
|
-
"@oclif/plugin-warn-if-update-available": "^3.1.
|
|
11628
|
+
"@oclif/plugin-warn-if-update-available": "^3.1.41",
|
|
11629
11629
|
"ansis": "^3.16.0",
|
|
11630
11630
|
"async-retry": "^1.3.3",
|
|
11631
11631
|
"change-case": "^4",
|
package/oclif.lock
CHANGED
|
@@ -1614,14 +1614,14 @@
|
|
|
1614
1614
|
ansis "^3.17.0"
|
|
1615
1615
|
fast-levenshtein "^3.0.0"
|
|
1616
1616
|
|
|
1617
|
-
"@oclif/plugin-warn-if-update-available@^3.1.
|
|
1618
|
-
version "3.1.
|
|
1619
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.
|
|
1620
|
-
integrity sha512-
|
|
1617
|
+
"@oclif/plugin-warn-if-update-available@^3.1.41":
|
|
1618
|
+
version "3.1.42"
|
|
1619
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.42.tgz#c03e4a9c1b4bca301524d26bf3d94bf5515a08e8"
|
|
1620
|
+
integrity sha512-bcBfON81gYCx6x50HjrcL7gRiz7bEuLdQNifMsMcBtBq3IpOifyS8/l5R3REEy9kHJ1qdcSYehtopMvS4ov9lA==
|
|
1621
1621
|
dependencies:
|
|
1622
1622
|
"@oclif/core" "^4"
|
|
1623
1623
|
ansis "^3.17.0"
|
|
1624
|
-
debug "^4.4.
|
|
1624
|
+
debug "^4.4.1"
|
|
1625
1625
|
http-call "^5.2.2"
|
|
1626
1626
|
lodash "^4.17.21"
|
|
1627
1627
|
registry-auth-token "^5.1.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.
|
|
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.5.1", "@salesforce/core@^8.8.0":
|
|
1672
|
+
version "8.17.0"
|
|
1673
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.17.0.tgz#f7e54324f06d5cd541276e743a8d1cb4983d52c7"
|
|
1674
|
+
integrity sha512-2pZfBtwA1oX5IuxS8/gVnrFXzPAJpf6ZA5bfImN1dWGbWlwrfocXzXTNRFdQ2gP0FG4o+PFSlc6d4g8Vwz25IA==
|
|
1675
1675
|
dependencies:
|
|
1676
1676
|
"@jsforce/jsforce-node" "^3.8.2"
|
|
1677
1677
|
"@salesforce/kit" "^3.2.2"
|
|
@@ -1736,10 +1736,10 @@
|
|
|
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.58":
|
|
1740
|
+
version "3.1.58"
|
|
1741
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.58.tgz#4cef5ee3db0e9e6d6f722c18d627053ff42c73c3"
|
|
1742
|
+
integrity sha512-dr8f7TEhUZ88/euXfiQXlpj488G89XEEl4IrpU+H4qk5lrIGhy9OWuSxLBCc/UHTwxirFq7+H6vRVzNTLYqgXQ==
|
|
1743
1743
|
dependencies:
|
|
1744
1744
|
"@oclif/core" "^4"
|
|
1745
1745
|
"@salesforce/core" "^8.14.0"
|
|
@@ -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.26:
|
|
3860
|
+
version "1.20.26"
|
|
3861
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.26.tgz#3ffada40ee1aeab70384c16ed717769946b1473e"
|
|
3862
|
+
integrity sha512-kK1Kj+PpkVaGHWR+/FGdSW4lT7nbD+g2mSLkYFFQ4X9L9VnDSGI2mbNfByCeJ0RELC2GxM0jhw/T1pgSKc7aQw==
|
|
3863
3863
|
dependencies:
|
|
3864
|
-
"@salesforce/core" "^8.
|
|
3864
|
+
"@salesforce/core" "^8.14.0"
|
|
3865
3865
|
"@typescript-eslint/utils" "^7.18.0"
|
|
3866
3866
|
|
|
3867
3867
|
eslint-plugin-unicorn@^50.0.1:
|
|
@@ -5939,10 +5939,10 @@ object.values@^1.1.7:
|
|
|
5939
5939
|
define-properties "^1.2.0"
|
|
5940
5940
|
es-abstract "^1.22.1"
|
|
5941
5941
|
|
|
5942
|
-
oclif@^4.20.
|
|
5943
|
-
version "4.20.
|
|
5944
|
-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.20.
|
|
5945
|
-
integrity sha512-
|
|
5942
|
+
oclif@^4.20.1:
|
|
5943
|
+
version "4.20.1"
|
|
5944
|
+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.20.1.tgz#26caab0b2cd7c6548f3ff94abc1287b17fa04bf8"
|
|
5945
|
+
integrity sha512-XsC6MaYTEtIjkq43sXIrGiq+wtuzxCYWv43gIaFAg8KszOutojqlACwrz1dgCgUAwanwv+BNBNJLnvwQ84dpjg==
|
|
5946
5946
|
dependencies:
|
|
5947
5947
|
"@aws-sdk/client-cloudfront" "^3.787.0"
|
|
5948
5948
|
"@aws-sdk/client-s3" "^3.787.0"
|
|
@@ -5952,7 +5952,7 @@ oclif@^4.20.0:
|
|
|
5952
5952
|
"@oclif/core" "^4.4.0"
|
|
5953
5953
|
"@oclif/plugin-help" "^6.2.29"
|
|
5954
5954
|
"@oclif/plugin-not-found" "^3.2.57"
|
|
5955
|
-
"@oclif/plugin-warn-if-update-available" "^3.1.
|
|
5955
|
+
"@oclif/plugin-warn-if-update-available" "^3.1.41"
|
|
5956
5956
|
ansis "^3.16.0"
|
|
5957
5957
|
async-retry "^1.3.3"
|
|
5958
5958
|
change-case "^4"
|
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.60",
|
|
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.17.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"
|
|
@@ -53,9 +53,9 @@
|
|
|
53
53
|
"@oclif/plugin-command-snapshot": "^5.3.2",
|
|
54
54
|
"@salesforce/cli-plugins-testkit": "^5.3.39",
|
|
55
55
|
"@salesforce/dev-scripts": "^11.0.2",
|
|
56
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
57
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
|
58
|
-
"oclif": "^4.20.
|
|
56
|
+
"@salesforce/plugin-command-reference": "^3.1.58",
|
|
57
|
+
"eslint-plugin-sf-plugin": "^1.20.26",
|
|
58
|
+
"oclif": "^4.20.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.60.crt",
|
|
248
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.3.60.sig"
|
|
249
249
|
}
|
|
250
250
|
}
|