@salesforce/plugin-custom-metadata 3.3.51 → 3.3.52
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.52/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.52/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.52/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.52/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.52/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.52",
|
|
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.52",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@salesforce/core": "^8.10.
|
|
12
|
+
"@salesforce/core": "^8.10.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
|
-
"@jsforce/jsforce-node": "^3.
|
|
18
|
+
"@jsforce/jsforce-node": "^3.8.1",
|
|
19
19
|
"@oclif/core": "^4.2.10",
|
|
20
20
|
"@oclif/plugin-command-snapshot": "^5.2.38",
|
|
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.49",
|
|
24
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
|
24
|
+
"eslint-plugin-sf-plugin": "^1.20.21",
|
|
25
25
|
"oclif": "^4.17.46",
|
|
26
26
|
"ts-node": "^10.9.2",
|
|
27
27
|
"typescript": "^5.8.3"
|
|
@@ -3866,9 +3866,9 @@
|
|
|
3866
3866
|
}
|
|
3867
3867
|
},
|
|
3868
3868
|
"node_modules/@jsforce/jsforce-node": {
|
|
3869
|
-
"version": "3.
|
|
3870
|
-
"resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.
|
|
3871
|
-
"integrity": "sha512
|
|
3869
|
+
"version": "3.8.1",
|
|
3870
|
+
"resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.8.1.tgz",
|
|
3871
|
+
"integrity": "sha512-+IZZC7VfNjhkTyeAspBc4Z35Y5eAP0RIWQnyfKahsbY/aLjiFRIM9ejl1YbWbrbabf5ODFSUgBGmOiEYLW3f7Q==",
|
|
3872
3872
|
"license": "MIT",
|
|
3873
3873
|
"dependencies": {
|
|
3874
3874
|
"@sindresorhus/is": "^4",
|
|
@@ -4290,9 +4290,9 @@
|
|
|
4290
4290
|
}
|
|
4291
4291
|
},
|
|
4292
4292
|
"node_modules/@salesforce/core": {
|
|
4293
|
-
"version": "8.10.
|
|
4294
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.10.
|
|
4295
|
-
"integrity": "sha512-
|
|
4293
|
+
"version": "8.10.1",
|
|
4294
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.10.1.tgz",
|
|
4295
|
+
"integrity": "sha512-2Pk8MUlO9HTUo6K9bpFxLyc7KUxuIIgmGrFliCQJiUW2N85uvMdB8F+WJD2b8ZOH+6bQ575qynmJlbKmfcLAtQ==",
|
|
4296
4296
|
"license": "BSD-3-Clause",
|
|
4297
4297
|
"dependencies": {
|
|
4298
4298
|
"@jsforce/jsforce-node": "^3.7.0",
|
|
@@ -7820,13 +7820,13 @@
|
|
|
7820
7820
|
}
|
|
7821
7821
|
},
|
|
7822
7822
|
"node_modules/eslint-plugin-sf-plugin": {
|
|
7823
|
-
"version": "1.20.
|
|
7824
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.
|
|
7825
|
-
"integrity": "sha512-
|
|
7823
|
+
"version": "1.20.21",
|
|
7824
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.21.tgz",
|
|
7825
|
+
"integrity": "sha512-jHfKga2kLLA3XjCxO8dc27yGbhFiR5gfsnESmSuBSKZGTMpbrWUNZutRdIn0nNL2ZXlLV0TRQaaiz7nEEw43tg==",
|
|
7826
7826
|
"dev": true,
|
|
7827
7827
|
"license": "BSD-3-Clause",
|
|
7828
7828
|
"dependencies": {
|
|
7829
|
-
"@salesforce/core": "^8.
|
|
7829
|
+
"@salesforce/core": "^8.10.0",
|
|
7830
7830
|
"@typescript-eslint/utils": "^7.18.0"
|
|
7831
7831
|
},
|
|
7832
7832
|
"engines": {
|
package/oclif.lock
CHANGED
|
@@ -1516,10 +1516,10 @@
|
|
|
1516
1516
|
"@jridgewell/resolve-uri" "^3.1.0"
|
|
1517
1517
|
"@jridgewell/sourcemap-codec" "^1.4.14"
|
|
1518
1518
|
|
|
1519
|
-
"@jsforce/jsforce-node@^3.
|
|
1520
|
-
version "3.
|
|
1521
|
-
resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.
|
|
1522
|
-
integrity sha512
|
|
1519
|
+
"@jsforce/jsforce-node@^3.7.0", "@jsforce/jsforce-node@^3.8.1":
|
|
1520
|
+
version "3.8.1"
|
|
1521
|
+
resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.8.1.tgz#482fcf2820b48a6b10930d33550eb4e4cbd1e480"
|
|
1522
|
+
integrity sha512-+IZZC7VfNjhkTyeAspBc4Z35Y5eAP0RIWQnyfKahsbY/aLjiFRIM9ejl1YbWbrbabf5ODFSUgBGmOiEYLW3f7Q==
|
|
1523
1523
|
dependencies:
|
|
1524
1524
|
"@sindresorhus/is" "^4"
|
|
1525
1525
|
base64url "^3.0.1"
|
|
@@ -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.0", "@salesforce/core@^8.
|
|
1667
|
-
version "8.10.
|
|
1668
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.10.
|
|
1669
|
-
integrity sha512-
|
|
1666
|
+
"@salesforce/core@^8.10.0", "@salesforce/core@^8.10.1", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0", "@salesforce/core@^8.8.6":
|
|
1667
|
+
version "8.10.1"
|
|
1668
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.10.1.tgz#d80283ac9515a5e38677c1aadd4ab91a00866f0d"
|
|
1669
|
+
integrity sha512-2Pk8MUlO9HTUo6K9bpFxLyc7KUxuIIgmGrFliCQJiUW2N85uvMdB8F+WJD2b8ZOH+6bQ575qynmJlbKmfcLAtQ==
|
|
1670
1670
|
dependencies:
|
|
1671
1671
|
"@jsforce/jsforce-node" "^3.7.0"
|
|
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.21:
|
|
3855
|
+
version "1.20.21"
|
|
3856
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.21.tgz#832bad8e7b976fedf49261ad482a2e4ea09cc85e"
|
|
3857
|
+
integrity sha512-jHfKga2kLLA3XjCxO8dc27yGbhFiR5gfsnESmSuBSKZGTMpbrWUNZutRdIn0nNL2ZXlLV0TRQaaiz7nEEw43tg==
|
|
3858
3858
|
dependencies:
|
|
3859
|
-
"@salesforce/core" "^8.
|
|
3859
|
+
"@salesforce/core" "^8.10.0"
|
|
3860
3860
|
"@typescript-eslint/utils" "^7.18.0"
|
|
3861
3861
|
|
|
3862
3862
|
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.52",
|
|
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.10.
|
|
45
|
+
"@salesforce/core": "^8.10.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
|
-
"@jsforce/jsforce-node": "^3.
|
|
51
|
+
"@jsforce/jsforce-node": "^3.8.1",
|
|
52
52
|
"@oclif/core": "^4.2.10",
|
|
53
53
|
"@oclif/plugin-command-snapshot": "^5.2.38",
|
|
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.49",
|
|
57
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
|
57
|
+
"eslint-plugin-sf-plugin": "^1.20.21",
|
|
58
58
|
"oclif": "^4.17.46",
|
|
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.52.crt",
|
|
248
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.3.52.sig"
|
|
249
249
|
}
|
|
250
250
|
}
|