@salesforce/plugin-custom-metadata 3.3.5 → 3.3.6
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 +56 -21
- package/oclif.lock +32 -24
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
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.6/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.6/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.6/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.6/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.6/src/commands/cmdt/generate/records.ts)_
|
|
410
410
|
|
|
411
411
|
<!-- commandsstop -->
|
|
412
412
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-custom-metadata",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.6",
|
|
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.6",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^3.26.5",
|
|
13
13
|
"@salesforce/core": "^7.3.0",
|
|
14
|
-
"@salesforce/sf-plugins-core": "^9.0.
|
|
14
|
+
"@salesforce/sf-plugins-core": "^9.0.7",
|
|
15
15
|
"csv-parse": "^5.5.5",
|
|
16
16
|
"fast-xml-parser": "^4.3.6"
|
|
17
17
|
},
|
|
@@ -3954,12 +3954,12 @@
|
|
|
3954
3954
|
}
|
|
3955
3955
|
},
|
|
3956
3956
|
"node_modules/@salesforce/core": {
|
|
3957
|
-
"version": "7.3.
|
|
3958
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.3.
|
|
3959
|
-
"integrity": "sha512-
|
|
3957
|
+
"version": "7.3.3",
|
|
3958
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.3.3.tgz",
|
|
3959
|
+
"integrity": "sha512-THjYnOrfj0vW+qvlm70NDasH3RHD03cm884yi1+1axA4ugS4FFxXrPDPWAEU5ve5B4vnT7CJfuD/Q56l67ug8w==",
|
|
3960
3960
|
"license": "BSD-3-Clause",
|
|
3961
3961
|
"dependencies": {
|
|
3962
|
-
"@jsforce/jsforce-node": "^3.
|
|
3962
|
+
"@jsforce/jsforce-node": "^3.2.0",
|
|
3963
3963
|
"@salesforce/kit": "^3.1.1",
|
|
3964
3964
|
"@salesforce/schemas": "^1.7.0",
|
|
3965
3965
|
"@salesforce/ts-types": "^2.0.9",
|
|
@@ -3970,7 +3970,7 @@
|
|
|
3970
3970
|
"js2xmlparser": "^4.0.1",
|
|
3971
3971
|
"jsonwebtoken": "9.0.2",
|
|
3972
3972
|
"jszip": "3.10.1",
|
|
3973
|
-
"pino": "^8.
|
|
3973
|
+
"pino": "^8.21.0",
|
|
3974
3974
|
"pino-abstract-transport": "^1.1.0",
|
|
3975
3975
|
"pino-pretty": "^10.3.1",
|
|
3976
3976
|
"proper-lockfile": "^4.1.2",
|
|
@@ -4118,15 +4118,15 @@
|
|
|
4118
4118
|
"license": "ISC"
|
|
4119
4119
|
},
|
|
4120
4120
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
4121
|
-
"version": "9.0.
|
|
4122
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.
|
|
4123
|
-
"integrity": "sha512-
|
|
4121
|
+
"version": "9.0.7",
|
|
4122
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.7.tgz",
|
|
4123
|
+
"integrity": "sha512-5F6/ax7welNZrizpl9QSQmGADqlCzFDB8t8I5P/n2LplMb3CwJRrZPcOZxJNnhlfXNlLrYtoShv2C+yrxgqYUA==",
|
|
4124
4124
|
"license": "BSD-3-Clause",
|
|
4125
4125
|
"dependencies": {
|
|
4126
4126
|
"@inquirer/confirm": "^2.0.17",
|
|
4127
4127
|
"@inquirer/password": "^1.1.16",
|
|
4128
|
-
"@oclif/core": "^3.26.
|
|
4129
|
-
"@salesforce/core": "^7.3.
|
|
4128
|
+
"@oclif/core": "^3.26.5",
|
|
4129
|
+
"@salesforce/core": "^7.3.3",
|
|
4130
4130
|
"@salesforce/kit": "^3.1.0",
|
|
4131
4131
|
"@salesforce/ts-types": "^2.0.9",
|
|
4132
4132
|
"chalk": "^5.3.0"
|
|
@@ -11465,22 +11465,22 @@
|
|
|
11465
11465
|
}
|
|
11466
11466
|
},
|
|
11467
11467
|
"node_modules/pino": {
|
|
11468
|
-
"version": "8.
|
|
11469
|
-
"resolved": "https://registry.npmjs.org/pino/-/pino-8.
|
|
11470
|
-
"integrity": "sha512-
|
|
11468
|
+
"version": "8.21.0",
|
|
11469
|
+
"resolved": "https://registry.npmjs.org/pino/-/pino-8.21.0.tgz",
|
|
11470
|
+
"integrity": "sha512-ip4qdzjkAyDDZklUaZkcRFb2iA118H9SgRh8yzTkSQK8HilsOJF7rSY8HoW5+I0M46AZgX/pxbprf2vvzQCE0Q==",
|
|
11471
11471
|
"license": "MIT",
|
|
11472
11472
|
"dependencies": {
|
|
11473
11473
|
"atomic-sleep": "^1.0.0",
|
|
11474
11474
|
"fast-redact": "^3.1.1",
|
|
11475
11475
|
"on-exit-leak-free": "^2.1.0",
|
|
11476
|
-
"pino-abstract-transport": "
|
|
11476
|
+
"pino-abstract-transport": "^1.2.0",
|
|
11477
11477
|
"pino-std-serializers": "^6.0.0",
|
|
11478
11478
|
"process-warning": "^3.0.0",
|
|
11479
11479
|
"quick-format-unescaped": "^4.0.3",
|
|
11480
11480
|
"real-require": "^0.2.0",
|
|
11481
11481
|
"safe-stable-stringify": "^2.3.1",
|
|
11482
11482
|
"sonic-boom": "^3.7.0",
|
|
11483
|
-
"thread-stream": "^2.
|
|
11483
|
+
"thread-stream": "^2.6.0"
|
|
11484
11484
|
},
|
|
11485
11485
|
"bin": {
|
|
11486
11486
|
"pino": "bin.js"
|
|
@@ -11568,6 +11568,41 @@
|
|
|
11568
11568
|
"integrity": "sha512-cHjPPsE+vhj/tnhCy/wiMh3M3z3h/j15zHQX+S9GkTBgqJuTuJzYJ4gUyACLhDaJ7kk9ba9iRDmbH2tJU03OiA==",
|
|
11569
11569
|
"license": "MIT"
|
|
11570
11570
|
},
|
|
11571
|
+
"node_modules/pino/node_modules/pino-abstract-transport": {
|
|
11572
|
+
"version": "1.2.0",
|
|
11573
|
+
"resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-1.2.0.tgz",
|
|
11574
|
+
"integrity": "sha512-Guhh8EZfPCfH+PMXAb6rKOjGQEoy0xlAIn+irODG5kgfYV+BQ0rGYYWTIel3P5mmyXqkYkPmdIkywsn6QKUR1Q==",
|
|
11575
|
+
"license": "MIT",
|
|
11576
|
+
"dependencies": {
|
|
11577
|
+
"readable-stream": "^4.0.0",
|
|
11578
|
+
"split2": "^4.0.0"
|
|
11579
|
+
}
|
|
11580
|
+
},
|
|
11581
|
+
"node_modules/pino/node_modules/readable-stream": {
|
|
11582
|
+
"version": "4.4.2",
|
|
11583
|
+
"resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-4.4.2.tgz",
|
|
11584
|
+
"integrity": "sha512-Lk/fICSyIhodxy1IDK2HazkeGjSmezAWX2egdtJnYhtzKEsBPJowlI6F6LPb5tqIQILrMbx22S5o3GuJavPusA==",
|
|
11585
|
+
"license": "MIT",
|
|
11586
|
+
"dependencies": {
|
|
11587
|
+
"abort-controller": "^3.0.0",
|
|
11588
|
+
"buffer": "^6.0.3",
|
|
11589
|
+
"events": "^3.3.0",
|
|
11590
|
+
"process": "^0.11.10",
|
|
11591
|
+
"string_decoder": "^1.3.0"
|
|
11592
|
+
},
|
|
11593
|
+
"engines": {
|
|
11594
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
11595
|
+
}
|
|
11596
|
+
},
|
|
11597
|
+
"node_modules/pino/node_modules/split2": {
|
|
11598
|
+
"version": "4.2.0",
|
|
11599
|
+
"resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz",
|
|
11600
|
+
"integrity": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==",
|
|
11601
|
+
"license": "ISC",
|
|
11602
|
+
"engines": {
|
|
11603
|
+
"node": ">= 10.x"
|
|
11604
|
+
}
|
|
11605
|
+
},
|
|
11571
11606
|
"node_modules/pkg-dir": {
|
|
11572
11607
|
"version": "4.2.0",
|
|
11573
11608
|
"resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz",
|
|
@@ -12971,9 +13006,9 @@
|
|
|
12971
13006
|
"license": "MIT"
|
|
12972
13007
|
},
|
|
12973
13008
|
"node_modules/thread-stream": {
|
|
12974
|
-
"version": "2.
|
|
12975
|
-
"resolved": "https://registry.npmjs.org/thread-stream/-/thread-stream-2.
|
|
12976
|
-
"integrity": "sha512-
|
|
13009
|
+
"version": "2.7.0",
|
|
13010
|
+
"resolved": "https://registry.npmjs.org/thread-stream/-/thread-stream-2.7.0.tgz",
|
|
13011
|
+
"integrity": "sha512-qQiRWsU/wvNolI6tbbCKd9iKaTnCXsTwVxhhKM6nctPdujTyztjlbUkUTUymidWcMnZ5pWR0ej4a0tjsW021vw==",
|
|
12977
13012
|
"license": "MIT",
|
|
12978
13013
|
"dependencies": {
|
|
12979
13014
|
"real-require": "^0.2.0"
|
package/oclif.lock
CHANGED
|
@@ -1530,7 +1530,7 @@
|
|
|
1530
1530
|
"@jridgewell/resolve-uri" "3.1.0"
|
|
1531
1531
|
"@jridgewell/sourcemap-codec" "1.4.14"
|
|
1532
1532
|
|
|
1533
|
-
"@jsforce/jsforce-node@^3.
|
|
1533
|
+
"@jsforce/jsforce-node@^3.2.0":
|
|
1534
1534
|
version "3.2.0"
|
|
1535
1535
|
resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.2.0.tgz#4b104613fc9bb74e0e38d2c00936ea2b228ba73a"
|
|
1536
1536
|
integrity sha512-3GjWNgWs0HFajVhIhwvBPb0B45o500wTBNEBYxy8XjeeRra+qw8A9xUrfVU7TAGev8kXuKhjJwaTiSzThpEnew==
|
|
@@ -1703,12 +1703,12 @@
|
|
|
1703
1703
|
strip-ansi "6.0.1"
|
|
1704
1704
|
ts-retry-promise "^0.8.0"
|
|
1705
1705
|
|
|
1706
|
-
"@salesforce/core@^7.3.0", "@salesforce/core@^7.3.1":
|
|
1707
|
-
version "7.3.
|
|
1708
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.3.
|
|
1709
|
-
integrity sha512-
|
|
1706
|
+
"@salesforce/core@^7.3.0", "@salesforce/core@^7.3.1", "@salesforce/core@^7.3.3":
|
|
1707
|
+
version "7.3.3"
|
|
1708
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.3.3.tgz#4b84aba806264dd13716f4c4774bd5a417259662"
|
|
1709
|
+
integrity sha512-THjYnOrfj0vW+qvlm70NDasH3RHD03cm884yi1+1axA4ugS4FFxXrPDPWAEU5ve5B4vnT7CJfuD/Q56l67ug8w==
|
|
1710
1710
|
dependencies:
|
|
1711
|
-
"@jsforce/jsforce-node" "^3.
|
|
1711
|
+
"@jsforce/jsforce-node" "^3.2.0"
|
|
1712
1712
|
"@salesforce/kit" "^3.1.1"
|
|
1713
1713
|
"@salesforce/schemas" "^1.7.0"
|
|
1714
1714
|
"@salesforce/ts-types" "^2.0.9"
|
|
@@ -1719,7 +1719,7 @@
|
|
|
1719
1719
|
js2xmlparser "^4.0.1"
|
|
1720
1720
|
jsonwebtoken "9.0.2"
|
|
1721
1721
|
jszip "3.10.1"
|
|
1722
|
-
pino "^8.
|
|
1722
|
+
pino "^8.21.0"
|
|
1723
1723
|
pino-abstract-transport "^1.1.0"
|
|
1724
1724
|
pino-pretty "^10.3.1"
|
|
1725
1725
|
proper-lockfile "^4.1.2"
|
|
@@ -1795,15 +1795,15 @@
|
|
|
1795
1795
|
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.7.0.tgz#b7e0af3ee414ae7160bce351c0184d77ccb98fe3"
|
|
1796
1796
|
integrity sha512-Z0PiCEV55khm0PG+DsnRYCjaDmacNe3HDmsoSm/CSyYvJJm+D5vvkHKN9/PKD/gaRe8XAU836yfamIYFblLINw==
|
|
1797
1797
|
|
|
1798
|
-
"@salesforce/sf-plugins-core@^9.0.
|
|
1799
|
-
version "9.0.
|
|
1800
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.
|
|
1801
|
-
integrity sha512-
|
|
1798
|
+
"@salesforce/sf-plugins-core@^9.0.5", "@salesforce/sf-plugins-core@^9.0.7":
|
|
1799
|
+
version "9.0.7"
|
|
1800
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.7.tgz#77ffc67df994e0cec205827462811f521e3086ba"
|
|
1801
|
+
integrity sha512-5F6/ax7welNZrizpl9QSQmGADqlCzFDB8t8I5P/n2LplMb3CwJRrZPcOZxJNnhlfXNlLrYtoShv2C+yrxgqYUA==
|
|
1802
1802
|
dependencies:
|
|
1803
1803
|
"@inquirer/confirm" "^2.0.17"
|
|
1804
1804
|
"@inquirer/password" "^1.1.16"
|
|
1805
|
-
"@oclif/core" "^3.26.
|
|
1806
|
-
"@salesforce/core" "^7.3.
|
|
1805
|
+
"@oclif/core" "^3.26.5"
|
|
1806
|
+
"@salesforce/core" "^7.3.3"
|
|
1807
1807
|
"@salesforce/kit" "^3.1.0"
|
|
1808
1808
|
"@salesforce/ts-types" "^2.0.9"
|
|
1809
1809
|
chalk "^5.3.0"
|
|
@@ -6112,7 +6112,7 @@ picomatch@^3.0.1:
|
|
|
6112
6112
|
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-3.0.1.tgz#817033161def55ec9638567a2f3bbc876b3e7516"
|
|
6113
6113
|
integrity sha512-I3EurrIQMlRc9IaAZnqRR044Phh2DXY+55o7uJ0V+hYZAcQYSuFWsc9q5PvyDHUSCe1Qxn/iBz+78s86zWnGag==
|
|
6114
6114
|
|
|
6115
|
-
pino-abstract-transport@^1.0.0, pino-abstract-transport@^1.1.0
|
|
6115
|
+
pino-abstract-transport@^1.0.0, pino-abstract-transport@^1.1.0:
|
|
6116
6116
|
version "1.1.0"
|
|
6117
6117
|
resolved "https://registry.yarnpkg.com/pino-abstract-transport/-/pino-abstract-transport-1.1.0.tgz#083d98f966262164504afb989bccd05f665937a8"
|
|
6118
6118
|
integrity sha512-lsleG3/2a/JIWUtf9Q5gUNErBqwIu1tUKTT3dUzaf5DySw9ra1wcqKjJjLX1VTY64Wk1eEOYsVGSaGfCK85ekA==
|
|
@@ -6120,6 +6120,14 @@ pino-abstract-transport@^1.0.0, pino-abstract-transport@^1.1.0, pino-abstract-tr
|
|
|
6120
6120
|
readable-stream "^4.0.0"
|
|
6121
6121
|
split2 "^4.0.0"
|
|
6122
6122
|
|
|
6123
|
+
pino-abstract-transport@^1.2.0:
|
|
6124
|
+
version "1.2.0"
|
|
6125
|
+
resolved "https://registry.yarnpkg.com/pino-abstract-transport/-/pino-abstract-transport-1.2.0.tgz#97f9f2631931e242da531b5c66d3079c12c9d1b5"
|
|
6126
|
+
integrity sha512-Guhh8EZfPCfH+PMXAb6rKOjGQEoy0xlAIn+irODG5kgfYV+BQ0rGYYWTIel3P5mmyXqkYkPmdIkywsn6QKUR1Q==
|
|
6127
|
+
dependencies:
|
|
6128
|
+
readable-stream "^4.0.0"
|
|
6129
|
+
split2 "^4.0.0"
|
|
6130
|
+
|
|
6123
6131
|
pino-pretty@^10.3.1:
|
|
6124
6132
|
version "10.3.1"
|
|
6125
6133
|
resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-10.3.1.tgz#e3285a5265211ac6c7cd5988f9e65bf3371a0ca9"
|
|
@@ -6145,22 +6153,22 @@ pino-std-serializers@^6.0.0:
|
|
|
6145
6153
|
resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-6.2.2.tgz#d9a9b5f2b9a402486a5fc4db0a737570a860aab3"
|
|
6146
6154
|
integrity sha512-cHjPPsE+vhj/tnhCy/wiMh3M3z3h/j15zHQX+S9GkTBgqJuTuJzYJ4gUyACLhDaJ7kk9ba9iRDmbH2tJU03OiA==
|
|
6147
6155
|
|
|
6148
|
-
pino@^8.
|
|
6149
|
-
version "8.
|
|
6150
|
-
resolved "https://registry.yarnpkg.com/pino/-/pino-8.
|
|
6151
|
-
integrity sha512-
|
|
6156
|
+
pino@^8.21.0:
|
|
6157
|
+
version "8.21.0"
|
|
6158
|
+
resolved "https://registry.yarnpkg.com/pino/-/pino-8.21.0.tgz#e1207f3675a2722940d62da79a7a55a98409f00d"
|
|
6159
|
+
integrity sha512-ip4qdzjkAyDDZklUaZkcRFb2iA118H9SgRh8yzTkSQK8HilsOJF7rSY8HoW5+I0M46AZgX/pxbprf2vvzQCE0Q==
|
|
6152
6160
|
dependencies:
|
|
6153
6161
|
atomic-sleep "^1.0.0"
|
|
6154
6162
|
fast-redact "^3.1.1"
|
|
6155
6163
|
on-exit-leak-free "^2.1.0"
|
|
6156
|
-
pino-abstract-transport
|
|
6164
|
+
pino-abstract-transport "^1.2.0"
|
|
6157
6165
|
pino-std-serializers "^6.0.0"
|
|
6158
6166
|
process-warning "^3.0.0"
|
|
6159
6167
|
quick-format-unescaped "^4.0.3"
|
|
6160
6168
|
real-require "^0.2.0"
|
|
6161
6169
|
safe-stable-stringify "^2.3.1"
|
|
6162
6170
|
sonic-boom "^3.7.0"
|
|
6163
|
-
thread-stream "^2.
|
|
6171
|
+
thread-stream "^2.6.0"
|
|
6164
6172
|
|
|
6165
6173
|
pkg-dir@^4.1.0:
|
|
6166
6174
|
version "4.2.0"
|
|
@@ -7006,10 +7014,10 @@ text-table@^0.2.0:
|
|
|
7006
7014
|
resolved "https://registry.yarnpkg.com/text-table/-/text-table-0.2.0.tgz#7f5ee823ae805207c00af2df4a84ec3fcfa570b4"
|
|
7007
7015
|
integrity sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==
|
|
7008
7016
|
|
|
7009
|
-
thread-stream@^2.
|
|
7010
|
-
version "2.
|
|
7011
|
-
resolved "https://registry.yarnpkg.com/thread-stream/-/thread-stream-2.
|
|
7012
|
-
integrity sha512-
|
|
7017
|
+
thread-stream@^2.6.0:
|
|
7018
|
+
version "2.7.0"
|
|
7019
|
+
resolved "https://registry.yarnpkg.com/thread-stream/-/thread-stream-2.7.0.tgz#d8a8e1b3fd538a6cca8ce69dbe5d3d097b601e11"
|
|
7020
|
+
integrity sha512-qQiRWsU/wvNolI6tbbCKd9iKaTnCXsTwVxhhKM6nctPdujTyztjlbUkUTUymidWcMnZ5pWR0ej4a0tjsW021vw==
|
|
7013
7021
|
dependencies:
|
|
7014
7022
|
real-require "^0.2.0"
|
|
7015
7023
|
|
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.6",
|
|
5
5
|
"contributors": [
|
|
6
6
|
{
|
|
7
7
|
"name": "Carolyn Grabill",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"@oclif/core": "^3.26.5",
|
|
46
46
|
"@salesforce/core": "^7.3.0",
|
|
47
|
-
"@salesforce/sf-plugins-core": "^9.0.
|
|
47
|
+
"@salesforce/sf-plugins-core": "^9.0.7",
|
|
48
48
|
"csv-parse": "^5.5.5",
|
|
49
49
|
"fast-xml-parser": "^4.3.6"
|
|
50
50
|
},
|
|
@@ -242,7 +242,7 @@
|
|
|
242
242
|
"type": "module",
|
|
243
243
|
"author": "Salesforce",
|
|
244
244
|
"sfdx": {
|
|
245
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.3.
|
|
246
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.3.
|
|
245
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.3.6.crt",
|
|
246
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.3.6.sig"
|
|
247
247
|
}
|
|
248
248
|
}
|