@salesforce/cli 2.47.0 → 2.47.1-qa.0
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 +92 -92
- package/dist/util/env.js +1 -1
- package/npm-shrinkwrap.json +86 -86
- package/oclif.lock +84 -84
- package/oclif.manifest.json +1 -1
- package/package.json +26 -26
package/dist/util/env.js
CHANGED
|
@@ -32,7 +32,7 @@ export class Env extends EnvVars {
|
|
|
32
32
|
return this.getBoolean(Env.SF_INSTALLER);
|
|
33
33
|
}
|
|
34
34
|
normalizeAutoupdateDisabled() {
|
|
35
|
-
// Ensure that the legacy
|
|
35
|
+
// Ensure that the legacy envvar always causes the oclif counterpart to be set
|
|
36
36
|
// see https://github.com/oclif/plugin-update/blob/3946fb296a0a95544ab6364b36a1f7422c8aeddf/src/hooks/init.ts#L22
|
|
37
37
|
if (this.getBoolean(Env.SF_AUTOUPDATE_DISABLE)) {
|
|
38
38
|
this.setBoolean(Env.SF_DISABLE_AUTOUPDATE, true);
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,46 +1,46 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.47.0",
|
|
3
|
+
"version": "2.47.1-qa.0",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.47.0",
|
|
9
|
+
"version": "2.47.1-qa.0",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@inquirer/select": "^2.3.5",
|
|
14
14
|
"@oclif/core": "4.0.6",
|
|
15
|
-
"@oclif/plugin-autocomplete": "3.1.
|
|
16
|
-
"@oclif/plugin-commands": "4.0.
|
|
17
|
-
"@oclif/plugin-help": "6.2.
|
|
18
|
-
"@oclif/plugin-not-found": "3.2.
|
|
19
|
-
"@oclif/plugin-plugins": "5.3.
|
|
20
|
-
"@oclif/plugin-search": "1.1.
|
|
15
|
+
"@oclif/plugin-autocomplete": "3.1.3",
|
|
16
|
+
"@oclif/plugin-commands": "4.0.3",
|
|
17
|
+
"@oclif/plugin-help": "6.2.2",
|
|
18
|
+
"@oclif/plugin-not-found": "3.2.4",
|
|
19
|
+
"@oclif/plugin-plugins": "5.3.1",
|
|
20
|
+
"@oclif/plugin-search": "1.1.3",
|
|
21
21
|
"@oclif/plugin-update": "4.4.0",
|
|
22
22
|
"@oclif/plugin-version": "2.2.3",
|
|
23
23
|
"@oclif/plugin-warn-if-update-available": "3.1.5",
|
|
24
|
-
"@oclif/plugin-which": "3.2.
|
|
24
|
+
"@oclif/plugin-which": "3.2.3",
|
|
25
25
|
"@salesforce/core": "^7.2.0",
|
|
26
26
|
"@salesforce/kit": "^3.1.0",
|
|
27
|
-
"@salesforce/plugin-apex": "3.1.
|
|
28
|
-
"@salesforce/plugin-auth": "3.6.
|
|
29
|
-
"@salesforce/plugin-data": "3.4.
|
|
27
|
+
"@salesforce/plugin-apex": "3.1.19",
|
|
28
|
+
"@salesforce/plugin-auth": "3.6.22",
|
|
29
|
+
"@salesforce/plugin-data": "3.4.8",
|
|
30
30
|
"@salesforce/plugin-deploy-retrieve": "3.9.5",
|
|
31
|
-
"@salesforce/plugin-info": "3.3.
|
|
32
|
-
"@salesforce/plugin-limits": "3.3.
|
|
33
|
-
"@salesforce/plugin-marketplace": "1.2.
|
|
34
|
-
"@salesforce/plugin-org": "4.2.
|
|
31
|
+
"@salesforce/plugin-info": "3.3.7",
|
|
32
|
+
"@salesforce/plugin-limits": "3.3.13",
|
|
33
|
+
"@salesforce/plugin-marketplace": "1.2.13",
|
|
34
|
+
"@salesforce/plugin-org": "4.2.2",
|
|
35
35
|
"@salesforce/plugin-packaging": "2.4.6",
|
|
36
|
-
"@salesforce/plugin-schema": "3.3.
|
|
37
|
-
"@salesforce/plugin-settings": "2.3.
|
|
36
|
+
"@salesforce/plugin-schema": "3.3.12",
|
|
37
|
+
"@salesforce/plugin-settings": "2.3.2",
|
|
38
38
|
"@salesforce/plugin-sobject": "1.4.11",
|
|
39
|
-
"@salesforce/plugin-source": "3.4.
|
|
40
|
-
"@salesforce/plugin-telemetry": "3.4.
|
|
41
|
-
"@salesforce/plugin-templates": "56.2.
|
|
42
|
-
"@salesforce/plugin-trust": "3.7.
|
|
43
|
-
"@salesforce/plugin-user": "3.5.
|
|
39
|
+
"@salesforce/plugin-source": "3.4.3",
|
|
40
|
+
"@salesforce/plugin-telemetry": "3.4.1",
|
|
41
|
+
"@salesforce/plugin-templates": "56.2.12",
|
|
42
|
+
"@salesforce/plugin-trust": "3.7.6",
|
|
43
|
+
"@salesforce/plugin-user": "3.5.14",
|
|
44
44
|
"@salesforce/sf-plugins-core": "10.0.1",
|
|
45
45
|
"ansis": "^3.2.0"
|
|
46
46
|
},
|
|
@@ -4015,9 +4015,9 @@
|
|
|
4015
4015
|
}
|
|
4016
4016
|
},
|
|
4017
4017
|
"node_modules/@oclif/plugin-autocomplete": {
|
|
4018
|
-
"version": "3.1.
|
|
4019
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.1.
|
|
4020
|
-
"integrity": "sha512-
|
|
4018
|
+
"version": "3.1.3",
|
|
4019
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.1.3.tgz",
|
|
4020
|
+
"integrity": "sha512-waCo5AUGl3j8C+rNdkKD5L3Tiy5gszeec3/u+BERVJd6mfc/qqxhBffyrTT7iogXVpz3KUyrHwhTQDL/L/jxBA==",
|
|
4021
4021
|
"license": "MIT",
|
|
4022
4022
|
"dependencies": {
|
|
4023
4023
|
"@oclif/core": "^4",
|
|
@@ -4229,9 +4229,9 @@
|
|
|
4229
4229
|
}
|
|
4230
4230
|
},
|
|
4231
4231
|
"node_modules/@oclif/plugin-commands": {
|
|
4232
|
-
"version": "4.0.
|
|
4233
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.0.
|
|
4234
|
-
"integrity": "sha512-
|
|
4232
|
+
"version": "4.0.3",
|
|
4233
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.0.3.tgz",
|
|
4234
|
+
"integrity": "sha512-aHDgn+lkqsVm6v+oEqLDw+nTaxTgxc2Geutc9LE4bMQ3djHcVM5GGdPGTUZSWwv2tUDK6CyskhmdFq7clbmobg==",
|
|
4235
4235
|
"license": "MIT",
|
|
4236
4236
|
"dependencies": {
|
|
4237
4237
|
"@oclif/core": "^4",
|
|
@@ -4253,9 +4253,9 @@
|
|
|
4253
4253
|
}
|
|
4254
4254
|
},
|
|
4255
4255
|
"node_modules/@oclif/plugin-help": {
|
|
4256
|
-
"version": "6.2.
|
|
4257
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.
|
|
4258
|
-
"integrity": "sha512-
|
|
4256
|
+
"version": "6.2.2",
|
|
4257
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.2.tgz",
|
|
4258
|
+
"integrity": "sha512-2n3QCeq0eaWR/RfwGaJ8LMbparsGktc63WNQfjBFLfGm7VLv3tR5JNYaUrMmL3zUd3emw1SObVXmH6oY0NPEnA==",
|
|
4259
4259
|
"license": "MIT",
|
|
4260
4260
|
"dependencies": {
|
|
4261
4261
|
"@oclif/core": "^4"
|
|
@@ -4265,9 +4265,9 @@
|
|
|
4265
4265
|
}
|
|
4266
4266
|
},
|
|
4267
4267
|
"node_modules/@oclif/plugin-not-found": {
|
|
4268
|
-
"version": "3.2.
|
|
4269
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.
|
|
4270
|
-
"integrity": "sha512-
|
|
4268
|
+
"version": "3.2.4",
|
|
4269
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.4.tgz",
|
|
4270
|
+
"integrity": "sha512-dTOqfFJZCVVmDQXgJJqbTEgmc1Dguz6tWi2R3V0XlQoRljdEKq0ixk9D6g3Ty5cRr/C3NYlJozAErbCsxZnPcg==",
|
|
4271
4271
|
"license": "MIT",
|
|
4272
4272
|
"dependencies": {
|
|
4273
4273
|
"@inquirer/confirm": "^3.1.9",
|
|
@@ -4280,9 +4280,9 @@
|
|
|
4280
4280
|
}
|
|
4281
4281
|
},
|
|
4282
4282
|
"node_modules/@oclif/plugin-plugins": {
|
|
4283
|
-
"version": "5.3.
|
|
4284
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.3.
|
|
4285
|
-
"integrity": "sha512-
|
|
4283
|
+
"version": "5.3.1",
|
|
4284
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.3.1.tgz",
|
|
4285
|
+
"integrity": "sha512-llfT+/zy+8xWf/djgC6DFJwSxvrz6bH22lf72B/75N9OQZhDRSy/PGn3KxEnYQ4DOdleG6TlWNKq5y8lCjICPQ==",
|
|
4286
4286
|
"license": "MIT",
|
|
4287
4287
|
"dependencies": {
|
|
4288
4288
|
"@oclif/core": "^4",
|
|
@@ -4338,9 +4338,9 @@
|
|
|
4338
4338
|
}
|
|
4339
4339
|
},
|
|
4340
4340
|
"node_modules/@oclif/plugin-search": {
|
|
4341
|
-
"version": "1.1.
|
|
4342
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-1.1.
|
|
4343
|
-
"integrity": "sha512-
|
|
4341
|
+
"version": "1.1.3",
|
|
4342
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-1.1.3.tgz",
|
|
4343
|
+
"integrity": "sha512-eY+S/oUHvS8wH6t7xqYWXp1XR0gaGS1A5zQTrbfZHpKfUKlXMDY7fyzR+BGcfPCeViBkZSLYqPpMKMMkE0lOCw==",
|
|
4344
4344
|
"license": "MIT",
|
|
4345
4345
|
"dependencies": {
|
|
4346
4346
|
"@oclif/core": "^4",
|
|
@@ -4400,9 +4400,9 @@
|
|
|
4400
4400
|
}
|
|
4401
4401
|
},
|
|
4402
4402
|
"node_modules/@oclif/plugin-which": {
|
|
4403
|
-
"version": "3.2.
|
|
4404
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.2.
|
|
4405
|
-
"integrity": "sha512-
|
|
4403
|
+
"version": "3.2.3",
|
|
4404
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.2.3.tgz",
|
|
4405
|
+
"integrity": "sha512-b1/oDbLf100gwzK8vzQ2kEgxY80tfTmkf8vglHcZeDmGzeKWogwk8frHxvGyXxsEZl24NMVeHcRNTWYG8ICg5Q==",
|
|
4406
4406
|
"license": "MIT",
|
|
4407
4407
|
"dependencies": {
|
|
4408
4408
|
"@oclif/core": "^4",
|
|
@@ -4922,9 +4922,9 @@
|
|
|
4922
4922
|
}
|
|
4923
4923
|
},
|
|
4924
4924
|
"node_modules/@salesforce/plugin-apex": {
|
|
4925
|
-
"version": "3.1.
|
|
4926
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.1.
|
|
4927
|
-
"integrity": "sha512-
|
|
4925
|
+
"version": "3.1.19",
|
|
4926
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.1.19.tgz",
|
|
4927
|
+
"integrity": "sha512-Hq9hmGw68iZgyOQOJhz9sQtzEezhKCrWZD2kG6vq5GY2witc9vMNSBqm4na8auoqBg/5W3JLbGYMuaaQoUYiaw==",
|
|
4928
4928
|
"license": "BSD-3-Clause",
|
|
4929
4929
|
"dependencies": {
|
|
4930
4930
|
"@oclif/core": "^4",
|
|
@@ -4962,9 +4962,9 @@
|
|
|
4962
4962
|
}
|
|
4963
4963
|
},
|
|
4964
4964
|
"node_modules/@salesforce/plugin-auth": {
|
|
4965
|
-
"version": "3.6.
|
|
4966
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.
|
|
4967
|
-
"integrity": "sha512-
|
|
4965
|
+
"version": "3.6.22",
|
|
4966
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.22.tgz",
|
|
4967
|
+
"integrity": "sha512-eUaGfIwkhrs4vrbwduSt1ySgQAg1Qdvhtm5+dukW4EVTR7PUCuzkcH7kj1J8M5Mf+0mI82HrfOyzraVlDJtsJg==",
|
|
4968
4968
|
"license": "BSD-3-Clause",
|
|
4969
4969
|
"dependencies": {
|
|
4970
4970
|
"@inquirer/checkbox": "^2.3.5",
|
|
@@ -5120,9 +5120,9 @@
|
|
|
5120
5120
|
}
|
|
5121
5121
|
},
|
|
5122
5122
|
"node_modules/@salesforce/plugin-data": {
|
|
5123
|
-
"version": "3.4.
|
|
5124
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.4.
|
|
5125
|
-
"integrity": "sha512-
|
|
5123
|
+
"version": "3.4.8",
|
|
5124
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.4.8.tgz",
|
|
5125
|
+
"integrity": "sha512-gcKhUG62rmFdqDw8zCQP1l972mJ0ZUUHmC8BGmszS9y+eBUEl5rZSfhH4abO5qnc0PtkPkd8iTkHLLaZj7deag==",
|
|
5126
5126
|
"license": "BSD-3-Clause",
|
|
5127
5127
|
"dependencies": {
|
|
5128
5128
|
"@jsforce/jsforce-node": "^3.2.0",
|
|
@@ -5169,9 +5169,9 @@
|
|
|
5169
5169
|
}
|
|
5170
5170
|
},
|
|
5171
5171
|
"node_modules/@salesforce/plugin-info": {
|
|
5172
|
-
"version": "3.3.
|
|
5173
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.3.
|
|
5174
|
-
"integrity": "sha512-
|
|
5172
|
+
"version": "3.3.7",
|
|
5173
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.3.7.tgz",
|
|
5174
|
+
"integrity": "sha512-QE2ryYvq7g3ZLoWoeHQMSZ/5Zv8UL9bZfrw1XV/Qth1S7LGrJY0wDtqCN10rAFAZFC7oWJQjbpLpSoArY6ujVw==",
|
|
5175
5175
|
"license": "BSD-3-Clause",
|
|
5176
5176
|
"dependencies": {
|
|
5177
5177
|
"@inquirer/input": "^2.1.8",
|
|
@@ -5192,9 +5192,9 @@
|
|
|
5192
5192
|
}
|
|
5193
5193
|
},
|
|
5194
5194
|
"node_modules/@salesforce/plugin-limits": {
|
|
5195
|
-
"version": "3.3.
|
|
5196
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-limits/-/plugin-limits-3.3.
|
|
5197
|
-
"integrity": "sha512-
|
|
5195
|
+
"version": "3.3.13",
|
|
5196
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-limits/-/plugin-limits-3.3.13.tgz",
|
|
5197
|
+
"integrity": "sha512-sPnWhiwADyd1hJc/Miv4sBFvJuSdzQImeCMuGAVuVknhdx0LJSCp8kppm55wxE8DIkKxmxowX+KziyuyNicOCQ==",
|
|
5198
5198
|
"license": "BSD-3-Clause",
|
|
5199
5199
|
"dependencies": {
|
|
5200
5200
|
"@oclif/core": "^4",
|
|
@@ -5207,9 +5207,9 @@
|
|
|
5207
5207
|
}
|
|
5208
5208
|
},
|
|
5209
5209
|
"node_modules/@salesforce/plugin-marketplace": {
|
|
5210
|
-
"version": "1.2.
|
|
5211
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-marketplace/-/plugin-marketplace-1.2.
|
|
5212
|
-
"integrity": "sha512-
|
|
5210
|
+
"version": "1.2.13",
|
|
5211
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-marketplace/-/plugin-marketplace-1.2.13.tgz",
|
|
5212
|
+
"integrity": "sha512-ofwswLncpBLf9gn7QKs5HSbmG07JpUMHj/mQhTzQfUaAtnUIt9qC+u47cO9pYFdKDhn3uegiB6bbIpWe8mTc4g==",
|
|
5213
5213
|
"license": "BSD-3-Clause",
|
|
5214
5214
|
"dependencies": {
|
|
5215
5215
|
"@oclif/core": "^4",
|
|
@@ -5224,9 +5224,9 @@
|
|
|
5224
5224
|
}
|
|
5225
5225
|
},
|
|
5226
5226
|
"node_modules/@salesforce/plugin-org": {
|
|
5227
|
-
"version": "4.2.
|
|
5228
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-4.2.
|
|
5229
|
-
"integrity": "sha512-
|
|
5227
|
+
"version": "4.2.2",
|
|
5228
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-4.2.2.tgz",
|
|
5229
|
+
"integrity": "sha512-Ciyr2Rlb/oUc2SLb6yCPgPqAz4+QxkpZjb8TC63Ge+3r/Dk73WmLF3mJoL6TYeXLqiR5mSmHPyYbAJsCnxl5sw==",
|
|
5230
5230
|
"license": "BSD-3-Clause",
|
|
5231
5231
|
"dependencies": {
|
|
5232
5232
|
"@oclif/core": "^4.0.3",
|
|
@@ -5592,9 +5592,9 @@
|
|
|
5592
5592
|
}
|
|
5593
5593
|
},
|
|
5594
5594
|
"node_modules/@salesforce/plugin-schema": {
|
|
5595
|
-
"version": "3.3.
|
|
5596
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-3.3.
|
|
5597
|
-
"integrity": "sha512-
|
|
5595
|
+
"version": "3.3.12",
|
|
5596
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-3.3.12.tgz",
|
|
5597
|
+
"integrity": "sha512-n3C8M2LwTr43gdWBt7wHHRaW4CR7uId5hjk7+7Xeog3FAkNM6amJvgISuI+jIDc+zexgeKzQSFv6G2q8CCxMZA==",
|
|
5598
5598
|
"license": "BSD-3-Clause",
|
|
5599
5599
|
"dependencies": {
|
|
5600
5600
|
"@oclif/core": "^4",
|
|
@@ -5606,9 +5606,9 @@
|
|
|
5606
5606
|
}
|
|
5607
5607
|
},
|
|
5608
5608
|
"node_modules/@salesforce/plugin-settings": {
|
|
5609
|
-
"version": "2.3.
|
|
5610
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.3.
|
|
5611
|
-
"integrity": "sha512-
|
|
5609
|
+
"version": "2.3.2",
|
|
5610
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.3.2.tgz",
|
|
5611
|
+
"integrity": "sha512-4lmgRxTccOSiKHKreSRsRM/rWpDrxJtz47v7yhqTG6FrPDW3xbRIxGZf0TsS+HOYz1Cc2HhGJib39mR0zvfPAg==",
|
|
5612
5612
|
"license": "BSD-3-Clause",
|
|
5613
5613
|
"dependencies": {
|
|
5614
5614
|
"@oclif/core": "^4",
|
|
@@ -5642,9 +5642,9 @@
|
|
|
5642
5642
|
}
|
|
5643
5643
|
},
|
|
5644
5644
|
"node_modules/@salesforce/plugin-source": {
|
|
5645
|
-
"version": "3.4.
|
|
5646
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-3.4.
|
|
5647
|
-
"integrity": "sha512-
|
|
5645
|
+
"version": "3.4.3",
|
|
5646
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-3.4.3.tgz",
|
|
5647
|
+
"integrity": "sha512-OqfFIk1ex29JO5s+cfomjyHsBt1JUuLaF6Jp3pQsKUK0JWWYxQTB/XKFR7OsnunvClUvV8kuodKOGaOKfBEYsg==",
|
|
5648
5648
|
"license": "BSD-3-Clause",
|
|
5649
5649
|
"dependencies": {
|
|
5650
5650
|
"@oclif/core": "^4",
|
|
@@ -5677,9 +5677,9 @@
|
|
|
5677
5677
|
}
|
|
5678
5678
|
},
|
|
5679
5679
|
"node_modules/@salesforce/plugin-telemetry": {
|
|
5680
|
-
"version": "3.4.
|
|
5681
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.4.
|
|
5682
|
-
"integrity": "sha512-
|
|
5680
|
+
"version": "3.4.1",
|
|
5681
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.4.1.tgz",
|
|
5682
|
+
"integrity": "sha512-CSuV35hQAv0EjRl34OGLQK5qLRh3dCDNt1R265vjfX5dtI42mc50H7+fnDkLMVYVAEnG6aANnE+6A1krcBYm8w==",
|
|
5683
5683
|
"license": "BSD-3-Clause",
|
|
5684
5684
|
"dependencies": {
|
|
5685
5685
|
"@oclif/core": "^4.0.3",
|
|
@@ -5695,9 +5695,9 @@
|
|
|
5695
5695
|
}
|
|
5696
5696
|
},
|
|
5697
5697
|
"node_modules/@salesforce/plugin-templates": {
|
|
5698
|
-
"version": "56.2.
|
|
5699
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.2.
|
|
5700
|
-
"integrity": "sha512-
|
|
5698
|
+
"version": "56.2.12",
|
|
5699
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.2.12.tgz",
|
|
5700
|
+
"integrity": "sha512-CSAi30hC5fmVs3KE5foshSHkPnw6t8nthqwO+NpD4wFQ1zZSJHEV31MXhaBdJTRhy3HczHP1IOG+jqKlVB2Etg==",
|
|
5701
5701
|
"license": "BSD-3-Clause",
|
|
5702
5702
|
"dependencies": {
|
|
5703
5703
|
"@oclif/core": "^4",
|
|
@@ -5712,9 +5712,9 @@
|
|
|
5712
5712
|
}
|
|
5713
5713
|
},
|
|
5714
5714
|
"node_modules/@salesforce/plugin-trust": {
|
|
5715
|
-
"version": "3.7.
|
|
5716
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.
|
|
5717
|
-
"integrity": "sha512-
|
|
5715
|
+
"version": "3.7.6",
|
|
5716
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.6.tgz",
|
|
5717
|
+
"integrity": "sha512-aXcwQzomg3qVgqaY+XL0O9FZbB3MD8n3YJUqPwl/x+OCqtvZg7Ap3MLv+2ddNz4IDgEcauJtNp5D2TEY3ltY/g==",
|
|
5718
5718
|
"license": "BSD-3-Clause",
|
|
5719
5719
|
"dependencies": {
|
|
5720
5720
|
"@oclif/core": "^4",
|
|
@@ -5737,9 +5737,9 @@
|
|
|
5737
5737
|
}
|
|
5738
5738
|
},
|
|
5739
5739
|
"node_modules/@salesforce/plugin-user": {
|
|
5740
|
-
"version": "3.5.
|
|
5741
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.5.
|
|
5742
|
-
"integrity": "sha512
|
|
5740
|
+
"version": "3.5.14",
|
|
5741
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.5.14.tgz",
|
|
5742
|
+
"integrity": "sha512-/cO+jelS/rhaS9dCBfZ7cmqdiplFcJf4ZxYDPFAqBHYW4ziyRSMzc4I6cmsh8QwtfwNw5Z8JtscZFz5et6bZjQ==",
|
|
5743
5743
|
"license": "BSD-3-Clause",
|
|
5744
5744
|
"dependencies": {
|
|
5745
5745
|
"@oclif/core": "^4",
|