@salesforce/cli 1.78.4 → 1.78.5
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/npm-shrinkwrap.json +9 -9
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "1.78.
|
|
3
|
+
"version": "1.78.5",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "1.78.
|
|
9
|
+
"version": "1.78.5",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "2.8.5",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"@salesforce/plugin-data": "2.3.16",
|
|
27
27
|
"@salesforce/plugin-deploy-retrieve": "1.8.19",
|
|
28
28
|
"@salesforce/plugin-info": "2.6.10",
|
|
29
|
-
"@salesforce/plugin-limits": "2.3.
|
|
29
|
+
"@salesforce/plugin-limits": "2.3.14",
|
|
30
30
|
"@salesforce/plugin-login": "1.2.8",
|
|
31
31
|
"@salesforce/plugin-org": "2.8.2",
|
|
32
32
|
"@salesforce/plugin-schema": "2.3.10",
|
|
@@ -9580,15 +9580,15 @@
|
|
|
9580
9580
|
}
|
|
9581
9581
|
},
|
|
9582
9582
|
"node_modules/@salesforce/plugin-limits": {
|
|
9583
|
-
"version": "2.3.
|
|
9584
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-limits/-/plugin-limits-2.3.
|
|
9585
|
-
"integrity": "sha512-
|
|
9583
|
+
"version": "2.3.14",
|
|
9584
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-limits/-/plugin-limits-2.3.14.tgz",
|
|
9585
|
+
"integrity": "sha512-4TP1a7QEJN6MxNq77DjJZp/U1EMEkz4cZdCRDOmkztDvxzxA64Wnw9ts8nGHq85++6Jok6+wX/r8ziUyQESIKw==",
|
|
9586
9586
|
"license": "BSD-3-Clause",
|
|
9587
9587
|
"dependencies": {
|
|
9588
|
-
"@oclif/core": "^2.8.
|
|
9589
|
-
"@salesforce/core": "^3.
|
|
9588
|
+
"@oclif/core": "^2.8.5",
|
|
9589
|
+
"@salesforce/core": "^3.36.0",
|
|
9590
9590
|
"@salesforce/kit": "^1.8.5",
|
|
9591
|
-
"@salesforce/sf-plugins-core": "^2.
|
|
9591
|
+
"@salesforce/sf-plugins-core": "^2.4.0",
|
|
9592
9592
|
"@salesforce/ts-types": "^1.7.3",
|
|
9593
9593
|
"tslib": "^2"
|
|
9594
9594
|
},
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
3
|
"description": "The Salesforce CLI",
|
|
4
|
-
"version": "1.78.
|
|
4
|
+
"version": "1.78.5",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run"
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
"@salesforce/plugin-data": "2.3.16",
|
|
130
130
|
"@salesforce/plugin-deploy-retrieve": "1.8.19",
|
|
131
131
|
"@salesforce/plugin-info": "2.6.10",
|
|
132
|
-
"@salesforce/plugin-limits": "2.3.
|
|
132
|
+
"@salesforce/plugin-limits": "2.3.14",
|
|
133
133
|
"@salesforce/plugin-login": "1.2.8",
|
|
134
134
|
"@salesforce/plugin-org": "2.8.2",
|
|
135
135
|
"@salesforce/plugin-schema": "2.3.10",
|