@salesforce/plugin-custom-metadata 3.3.69 → 3.3.70
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 +19 -7
- package/oclif.lock +4 -4
- 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.70/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.70/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.70/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.70/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.70/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.70",
|
|
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.70",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@salesforce/core": "^8.23.
|
|
12
|
+
"@salesforce/core": "^8.23.4",
|
|
13
13
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
14
14
|
"csv-parse": "^5.6.0",
|
|
15
15
|
"fast-xml-parser": "^4.5.3"
|
|
@@ -2237,6 +2237,7 @@
|
|
|
2237
2237
|
"integrity": "sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA==",
|
|
2238
2238
|
"dev": true,
|
|
2239
2239
|
"license": "MIT",
|
|
2240
|
+
"peer": true,
|
|
2240
2241
|
"dependencies": {
|
|
2241
2242
|
"@ampproject/remapping": "^2.2.0",
|
|
2242
2243
|
"@babel/code-frame": "^7.24.7",
|
|
@@ -4643,9 +4644,9 @@
|
|
|
4643
4644
|
}
|
|
4644
4645
|
},
|
|
4645
4646
|
"node_modules/@salesforce/core": {
|
|
4646
|
-
"version": "8.23.
|
|
4647
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.23.
|
|
4648
|
-
"integrity": "sha512
|
|
4647
|
+
"version": "8.23.4",
|
|
4648
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.23.4.tgz",
|
|
4649
|
+
"integrity": "sha512-+JZMFD76P7X8fLSrHJRi9+ygjTehqZqJRXxmNq51miqIHY1Xlb0qH/yr9u5QEGsFIOZ8H8oStl/Zj+ZbrFs0vw==",
|
|
4649
4650
|
"license": "BSD-3-Clause",
|
|
4650
4651
|
"dependencies": {
|
|
4651
4652
|
"@jsforce/jsforce-node": "^3.10.8",
|
|
@@ -5922,6 +5923,7 @@
|
|
|
5922
5923
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.5.5.tgz",
|
|
5923
5924
|
"integrity": "sha512-Xjs4y5UPO/CLdzpgR6GirZJx36yScjh73+2NlLlkFRSoQN8B0DpfXPdZGnvVmLRLOsqDpOfTNv7D9trgGhmOIA==",
|
|
5924
5925
|
"license": "MIT",
|
|
5926
|
+
"peer": true,
|
|
5925
5927
|
"dependencies": {
|
|
5926
5928
|
"undici-types": "~6.19.2"
|
|
5927
5929
|
}
|
|
@@ -6023,6 +6025,7 @@
|
|
|
6023
6025
|
"integrity": "sha512-tbsV1jPne5CkFQCgPBcDOt30ItF7aJoZL997JSF7MhGQqOeT3svWRYxiqlfA5RUdlHN6Fi+EI9bxqbdyAUZjYQ==",
|
|
6024
6026
|
"dev": true,
|
|
6025
6027
|
"license": "BSD-2-Clause",
|
|
6028
|
+
"peer": true,
|
|
6026
6029
|
"dependencies": {
|
|
6027
6030
|
"@typescript-eslint/scope-manager": "6.21.0",
|
|
6028
6031
|
"@typescript-eslint/types": "6.21.0",
|
|
@@ -6220,6 +6223,7 @@
|
|
|
6220
6223
|
"integrity": "sha512-F0SAmZ8iUtS//m8DmCTA0jlh6TDKkHQyK6xc6V4KDTyZKA9dnvX9/3sRTVQrWm79glUAZbnmmNcdYwUIHWVybw==",
|
|
6221
6224
|
"dev": true,
|
|
6222
6225
|
"license": "MIT",
|
|
6226
|
+
"peer": true,
|
|
6223
6227
|
"bin": {
|
|
6224
6228
|
"acorn": "bin/acorn"
|
|
6225
6229
|
},
|
|
@@ -6730,6 +6734,7 @@
|
|
|
6730
6734
|
}
|
|
6731
6735
|
],
|
|
6732
6736
|
"license": "MIT",
|
|
6737
|
+
"peer": true,
|
|
6733
6738
|
"dependencies": {
|
|
6734
6739
|
"caniuse-lite": "^1.0.30001640",
|
|
6735
6740
|
"electron-to-chromium": "^1.4.820",
|
|
@@ -7367,6 +7372,7 @@
|
|
|
7367
7372
|
"integrity": "sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==",
|
|
7368
7373
|
"dev": true,
|
|
7369
7374
|
"license": "MIT",
|
|
7375
|
+
"peer": true,
|
|
7370
7376
|
"dependencies": {
|
|
7371
7377
|
"import-fresh": "^3.3.0",
|
|
7372
7378
|
"js-yaml": "^4.1.0",
|
|
@@ -8027,6 +8033,7 @@
|
|
|
8027
8033
|
"integrity": "sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==",
|
|
8028
8034
|
"dev": true,
|
|
8029
8035
|
"license": "MIT",
|
|
8036
|
+
"peer": true,
|
|
8030
8037
|
"dependencies": {
|
|
8031
8038
|
"@eslint-community/eslint-utils": "^4.2.0",
|
|
8032
8039
|
"@eslint-community/regexpp": "^4.6.1",
|
|
@@ -12528,6 +12535,7 @@
|
|
|
12528
12535
|
"integrity": "sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==",
|
|
12529
12536
|
"dev": true,
|
|
12530
12537
|
"license": "MIT",
|
|
12538
|
+
"peer": true,
|
|
12531
12539
|
"bin": {
|
|
12532
12540
|
"prettier": "bin-prettier.js"
|
|
12533
12541
|
},
|
|
@@ -14033,6 +14041,7 @@
|
|
|
14033
14041
|
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz",
|
|
14034
14042
|
"integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
|
|
14035
14043
|
"license": "MIT",
|
|
14044
|
+
"peer": true,
|
|
14036
14045
|
"engines": {
|
|
14037
14046
|
"node": ">=12"
|
|
14038
14047
|
},
|
|
@@ -14207,6 +14216,7 @@
|
|
|
14207
14216
|
"integrity": "sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==",
|
|
14208
14217
|
"dev": true,
|
|
14209
14218
|
"license": "MIT",
|
|
14219
|
+
"peer": true,
|
|
14210
14220
|
"dependencies": {
|
|
14211
14221
|
"@cspotcode/source-map-support": "^0.8.0",
|
|
14212
14222
|
"@tsconfig/node10": "^1.0.7",
|
|
@@ -14284,7 +14294,8 @@
|
|
|
14284
14294
|
"version": "2.8.1",
|
|
14285
14295
|
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
|
|
14286
14296
|
"integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
|
|
14287
|
-
"license": "0BSD"
|
|
14297
|
+
"license": "0BSD",
|
|
14298
|
+
"peer": true
|
|
14288
14299
|
},
|
|
14289
14300
|
"node_modules/tunnel-agent": {
|
|
14290
14301
|
"version": "0.6.0",
|
|
@@ -14465,6 +14476,7 @@
|
|
|
14465
14476
|
"integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
|
|
14466
14477
|
"dev": true,
|
|
14467
14478
|
"license": "Apache-2.0",
|
|
14479
|
+
"peer": true,
|
|
14468
14480
|
"bin": {
|
|
14469
14481
|
"tsc": "bin/tsc",
|
|
14470
14482
|
"tsserver": "bin/tsserver"
|
package/oclif.lock
CHANGED
|
@@ -1819,10 +1819,10 @@
|
|
|
1819
1819
|
strip-ansi "6.0.1"
|
|
1820
1820
|
ts-retry-promise "^0.8.1"
|
|
1821
1821
|
|
|
1822
|
-
"@salesforce/core@^8.23.1", "@salesforce/core@^8.23.2", "@salesforce/core@^8.23.
|
|
1823
|
-
version "8.23.
|
|
1824
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.23.
|
|
1825
|
-
integrity sha512
|
|
1822
|
+
"@salesforce/core@^8.23.1", "@salesforce/core@^8.23.2", "@salesforce/core@^8.23.4", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0":
|
|
1823
|
+
version "8.23.4"
|
|
1824
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.23.4.tgz#f1fa18eace08f685e72975a09d96e7f6958ca3b4"
|
|
1825
|
+
integrity sha512-+JZMFD76P7X8fLSrHJRi9+ygjTehqZqJRXxmNq51miqIHY1Xlb0qH/yr9u5QEGsFIOZ8H8oStl/Zj+ZbrFs0vw==
|
|
1826
1826
|
dependencies:
|
|
1827
1827
|
"@jsforce/jsforce-node" "^3.10.8"
|
|
1828
1828
|
"@salesforce/kit" "^3.2.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.70",
|
|
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.23.
|
|
45
|
+
"@salesforce/core": "^8.23.4",
|
|
46
46
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
47
47
|
"csv-parse": "^5.6.0",
|
|
48
48
|
"fast-xml-parser": "^4.5.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.70.crt",
|
|
248
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-custom-metadata/3.3.70.sig"
|
|
249
249
|
}
|
|
250
250
|
}
|