@salesforce/plugin-custom-metadata 3.1.2 → 3.1.3
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/oclif.lock +31 -29
- package/oclif.manifest.json +1 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -148,7 +148,7 @@ FLAG DESCRIPTIONS
|
|
|
148
148
|
The value must be greater than or equal to zero. Default value is 0.
|
|
149
149
|
```
|
|
150
150
|
|
|
151
|
-
_See code: [lib/commands/cmdt/generate/field.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.1.
|
|
151
|
+
_See code: [lib/commands/cmdt/generate/field.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.1.3/lib/commands/cmdt/generate/field.ts)_
|
|
152
152
|
|
|
153
153
|
## `sf cmdt generate fromorg`
|
|
154
154
|
|
|
@@ -236,7 +236,7 @@ FLAG DESCRIPTIONS
|
|
|
236
236
|
https://help.salesforce.com/s/articleView?id=sf.custommetadatatypes_ui_create.htm&type=5.
|
|
237
237
|
```
|
|
238
238
|
|
|
239
|
-
_See code: [lib/commands/cmdt/generate/fromorg.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.1.
|
|
239
|
+
_See code: [lib/commands/cmdt/generate/fromorg.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.1.3/lib/commands/cmdt/generate/fromorg.ts)_
|
|
240
240
|
|
|
241
241
|
## `sf cmdt generate object`
|
|
242
242
|
|
|
@@ -297,7 +297,7 @@ FLAG DESCRIPTIONS
|
|
|
297
297
|
https://help.salesforce.com/s/articleView?id=sf.custommetadatatypes_ui_create.htm&type=5.
|
|
298
298
|
```
|
|
299
299
|
|
|
300
|
-
_See code: [lib/commands/cmdt/generate/object.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.1.
|
|
300
|
+
_See code: [lib/commands/cmdt/generate/object.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.1.3/lib/commands/cmdt/generate/object.ts)_
|
|
301
301
|
|
|
302
302
|
## `sf cmdt generate record`
|
|
303
303
|
|
|
@@ -350,7 +350,7 @@ FLAG DESCRIPTIONS
|
|
|
350
350
|
Protected records can only be accessed by code in the same managed package namespace.
|
|
351
351
|
```
|
|
352
352
|
|
|
353
|
-
_See code: [lib/commands/cmdt/generate/record.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.1.
|
|
353
|
+
_See code: [lib/commands/cmdt/generate/record.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.1.3/lib/commands/cmdt/generate/record.ts)_
|
|
354
354
|
|
|
355
355
|
## `sf cmdt generate records`
|
|
356
356
|
|
|
@@ -400,7 +400,7 @@ FLAG DESCRIPTIONS
|
|
|
400
400
|
The '__mdt' suffix is appended to the end of the name if it's omitted.
|
|
401
401
|
```
|
|
402
402
|
|
|
403
|
-
_See code: [lib/commands/cmdt/generate/records.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.1.
|
|
403
|
+
_See code: [lib/commands/cmdt/generate/records.ts](https://github.com/salesforcecli/plugin-custom-metadata/blob/3.1.3/lib/commands/cmdt/generate/records.ts)_
|
|
404
404
|
|
|
405
405
|
<!-- commandsstop -->
|
|
406
406
|
|
package/oclif.lock
CHANGED
|
@@ -746,11 +746,12 @@
|
|
|
746
746
|
node-gyp "^8.2.0"
|
|
747
747
|
read-package-json-fast "^2.0.1"
|
|
748
748
|
|
|
749
|
-
"@oclif/core@^3.15.0", "@oclif/core@^3.15.1", "@oclif/core@^3.16.0":
|
|
750
|
-
version "3.
|
|
751
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.
|
|
752
|
-
integrity sha512
|
|
749
|
+
"@oclif/core@^3.15.0", "@oclif/core@^3.15.1", "@oclif/core@^3.16.0", "@oclif/core@^3.18.1":
|
|
750
|
+
version "3.18.1"
|
|
751
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.18.1.tgz#a8c9ee3848ad663d5694bef6079116c70d32fc55"
|
|
752
|
+
integrity sha512-l0LsjzGcqjbUEdeSBX6bdZieVmEv82Q0W3StiyaDMEnPZ9KLH28HrLpcZg6d50mCYW9CUZNzmRo6qrCHWrgLKw==
|
|
753
753
|
dependencies:
|
|
754
|
+
"@types/cli-progress" "^3.11.5"
|
|
754
755
|
ansi-escapes "^4.3.2"
|
|
755
756
|
ansi-styles "^4.3.0"
|
|
756
757
|
cardinal "^2.1.1"
|
|
@@ -774,17 +775,16 @@
|
|
|
774
775
|
strip-ansi "^6.0.1"
|
|
775
776
|
supports-color "^8.1.1"
|
|
776
777
|
supports-hyperlinks "^2.2.0"
|
|
777
|
-
tsconfck "^3.0.0"
|
|
778
778
|
widest-line "^3.1.0"
|
|
779
779
|
wordwrap "^1.0.0"
|
|
780
780
|
wrap-ansi "^7.0.0"
|
|
781
781
|
|
|
782
|
-
"@oclif/plugin-command-snapshot@^5.0.
|
|
783
|
-
version "5.0.
|
|
784
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.
|
|
785
|
-
integrity sha512
|
|
782
|
+
"@oclif/plugin-command-snapshot@^5.0.6":
|
|
783
|
+
version "5.0.6"
|
|
784
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.6.tgz#f32d0e7fedc588ef08bbab88db5c60d25eb3ca07"
|
|
785
|
+
integrity sha512-/DZsDPrUD/Wd4NMjMZ7gkLZIwH3tb1QWGP8m1JebvTi1Rntn/JG+YEz+iE5zKtu12gmSbjAEYPt92itXQLDbbg==
|
|
786
786
|
dependencies:
|
|
787
|
-
"@oclif/core" "^3.
|
|
787
|
+
"@oclif/core" "^3.16.0"
|
|
788
788
|
"@types/lodash.difference" "^4.5.9"
|
|
789
789
|
chalk "^5.3.0"
|
|
790
790
|
just-diff "^5.2.0"
|
|
@@ -971,10 +971,10 @@
|
|
|
971
971
|
resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.1.0.tgz#e529576466d074e7a5f1441236510fef123da01e"
|
|
972
972
|
integrity sha512-2iDDepiIwjXHS5IVY7pwv8jMo4xWosJ7p/UTj+lllpB/gnJiYLhjJPE4Z3FCGFKyvfg5jGaimCd8Ca6bLGsCQA==
|
|
973
973
|
|
|
974
|
-
"@salesforce/dev-scripts@^8.
|
|
975
|
-
version "8.
|
|
976
|
-
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-8.
|
|
977
|
-
integrity sha512-
|
|
974
|
+
"@salesforce/dev-scripts@^8.3.0":
|
|
975
|
+
version "8.3.0"
|
|
976
|
+
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-8.3.0.tgz#8fcf223edc57dbdeb11397bf7db1f07a8a5e7720"
|
|
977
|
+
integrity sha512-NoaGfTtyIYed5lGXtLM7QsyGbZvPVa5uflbmIQdeFOefrvAv48k0+RbJzOl7nuj58EmvULzqrZHL6B7w5u4T5Q==
|
|
978
978
|
dependencies:
|
|
979
979
|
"@commitlint/cli" "^17.1.2"
|
|
980
980
|
"@commitlint/config-conventional" "^17.8.1"
|
|
@@ -989,7 +989,7 @@
|
|
|
989
989
|
cosmiconfig "^7.0.0"
|
|
990
990
|
eslint-config-salesforce-typescript "^3.0.5"
|
|
991
991
|
husky "^7.0.4"
|
|
992
|
-
linkinator "^6.0.
|
|
992
|
+
linkinator "^6.0.3"
|
|
993
993
|
mocha "^10.2.0"
|
|
994
994
|
nyc "^15.1.0"
|
|
995
995
|
prettier "^2.8.8"
|
|
@@ -1153,6 +1153,13 @@
|
|
|
1153
1153
|
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.11.tgz#e95050bf79a932cb7305dd130254ccdf9bde671c"
|
|
1154
1154
|
integrity sha512-qQR1dr2rGIHYlJulmr8Ioq3De0Le9E4MJ5AiaeAETJJpndT1uUNHsGFK3L/UIu+rbkQSdj8J/w2bCsBZc/Y5fQ==
|
|
1155
1155
|
|
|
1156
|
+
"@types/cli-progress@^3.11.5":
|
|
1157
|
+
version "3.11.5"
|
|
1158
|
+
resolved "https://registry.yarnpkg.com/@types/cli-progress/-/cli-progress-3.11.5.tgz#9518c745e78557efda057e3f96a5990c717268c3"
|
|
1159
|
+
integrity sha512-D4PbNRbviKyppS5ivBGyFO29POlySLmA2HyUFE4p5QGazAMM3CwkKWcvTl8gvElSuxRh6FPKL8XmidX873ou4g==
|
|
1160
|
+
dependencies:
|
|
1161
|
+
"@types/node" "*"
|
|
1162
|
+
|
|
1156
1163
|
"@types/expect@^1.20.4":
|
|
1157
1164
|
version "1.20.4"
|
|
1158
1165
|
resolved "https://registry.yarnpkg.com/@types/expect/-/expect-1.20.4.tgz#8288e51737bf7e3ab5d7c77bfa695883745264e5"
|
|
@@ -4695,10 +4702,10 @@ lines-and-columns@^1.1.6:
|
|
|
4695
4702
|
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632"
|
|
4696
4703
|
integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==
|
|
4697
4704
|
|
|
4698
|
-
linkinator@^6.0.
|
|
4699
|
-
version "6.0.
|
|
4700
|
-
resolved "https://registry.yarnpkg.com/linkinator/-/linkinator-6.0.
|
|
4701
|
-
integrity sha512-
|
|
4705
|
+
linkinator@^6.0.3:
|
|
4706
|
+
version "6.0.3"
|
|
4707
|
+
resolved "https://registry.yarnpkg.com/linkinator/-/linkinator-6.0.3.tgz#552965bafb37a8747858b2c02a70b3c148b68909"
|
|
4708
|
+
integrity sha512-QAcefOkkumXa5NciVhICPkSR5SMk6LFISe/FIX8vvPdLHLUqdXU06Dq/nuOPA5V89iv2gV9FDufYA7adxIcvOw==
|
|
4702
4709
|
dependencies:
|
|
4703
4710
|
chalk "^5.0.0"
|
|
4704
4711
|
escape-html "^1.0.3"
|
|
@@ -4706,7 +4713,7 @@ linkinator@^6.0.2:
|
|
|
4706
4713
|
glob "^10.3.10"
|
|
4707
4714
|
htmlparser2 "^9.0.0"
|
|
4708
4715
|
marked "^10.0.0"
|
|
4709
|
-
meow "^
|
|
4716
|
+
meow "^13.0.0"
|
|
4710
4717
|
mime "^3.0.0"
|
|
4711
4718
|
server-destroy "^1.0.1"
|
|
4712
4719
|
srcset "^5.0.0"
|
|
@@ -5025,10 +5032,10 @@ marked@^4.3.0:
|
|
|
5025
5032
|
vinyl "^2.0.1"
|
|
5026
5033
|
vinyl-file "^3.0.0"
|
|
5027
5034
|
|
|
5028
|
-
meow@^
|
|
5029
|
-
version "
|
|
5030
|
-
resolved "https://registry.yarnpkg.com/meow/-/meow-
|
|
5031
|
-
integrity sha512-
|
|
5035
|
+
meow@^13.0.0:
|
|
5036
|
+
version "13.1.0"
|
|
5037
|
+
resolved "https://registry.yarnpkg.com/meow/-/meow-13.1.0.tgz#62995b0e8c3951739fe6e0a4becdd4d0df23eb37"
|
|
5038
|
+
integrity sha512-o5R/R3Tzxq0PJ3v3qcQJtSvSE9nKOLSAaDuuoMzDVuGTwHdccMWcYomh9Xolng2tjT6O/Y83d+0coVGof6tqmA==
|
|
5032
5039
|
|
|
5033
5040
|
meow@^8.0.0:
|
|
5034
5041
|
version "8.1.2"
|
|
@@ -7143,11 +7150,6 @@ ts-retry-promise@^0.7.1:
|
|
|
7143
7150
|
resolved "https://registry.yarnpkg.com/ts-retry-promise/-/ts-retry-promise-0.7.1.tgz#176d6eee6415f07b6c7c286d3657355e284a6906"
|
|
7144
7151
|
integrity sha512-NhHOCZ2AQORvH42hOPO5UZxShlcuiRtm7P2jIq2L2RY3PBxw2mLnUsEdHrIslVBFya1v5aZmrR55lWkzo13LrQ==
|
|
7145
7152
|
|
|
7146
|
-
tsconfck@^3.0.0:
|
|
7147
|
-
version "3.0.0"
|
|
7148
|
-
resolved "https://registry.yarnpkg.com/tsconfck/-/tsconfck-3.0.0.tgz#b469f1ced12973bbec3209a55ed8de3bb04223c9"
|
|
7149
|
-
integrity sha512-w3wnsIrJNi7avf4Zb0VjOoodoO0woEqGgZGQm+LHH9przdUI+XDKsWAXwxHA1DaRTjeuZNcregSzr7RaA8zG9A==
|
|
7150
|
-
|
|
7151
7153
|
tsconfig-paths@^3.14.2:
|
|
7152
7154
|
version "3.14.2"
|
|
7153
7155
|
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.14.2.tgz#6e32f1f79412decd261f92d633a9dc1cfa99f088"
|
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.1.
|
|
4
|
+
"version": "3.1.3",
|
|
5
5
|
"contributors": [
|
|
6
6
|
{
|
|
7
7
|
"name": "Carolyn Grabill",
|
|
@@ -42,16 +42,16 @@
|
|
|
42
42
|
],
|
|
43
43
|
"bugs": "https://github.com/salesforcecli/plugin-custom-metadata/issues",
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@oclif/core": "^3.
|
|
45
|
+
"@oclif/core": "^3.18.1",
|
|
46
46
|
"@salesforce/core": "^6.4.2",
|
|
47
47
|
"@salesforce/sf-plugins-core": "^7.0.0",
|
|
48
48
|
"csv-parse": "^5.5.3",
|
|
49
49
|
"fast-xml-parser": "^4.3.2"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
|
-
"@oclif/plugin-command-snapshot": "^5.0.
|
|
52
|
+
"@oclif/plugin-command-snapshot": "^5.0.6",
|
|
53
53
|
"@salesforce/cli-plugins-testkit": "^5.1.4",
|
|
54
|
-
"@salesforce/dev-scripts": "^8.
|
|
54
|
+
"@salesforce/dev-scripts": "^8.3.0",
|
|
55
55
|
"@salesforce/plugin-command-reference": "^3.0.60",
|
|
56
56
|
"eslint-plugin-sf-plugin": "^1.17.0",
|
|
57
57
|
"jsforce": "^2.0.0-beta.29",
|
|
@@ -243,7 +243,7 @@
|
|
|
243
243
|
"type": "module",
|
|
244
244
|
"author": "Salesforce",
|
|
245
245
|
"sfdx": {
|
|
246
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.1.
|
|
247
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.1.
|
|
246
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.1.3.crt",
|
|
247
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.1.3.sig"
|
|
248
248
|
}
|
|
249
249
|
}
|