@salesforce/cli 2.34.1-qa.0 → 2.34.2
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 +17 -17
- package/npm-shrinkwrap.json +297 -454
- package/oclif.manifest.json +2 -1
- package/package.json +5 -5
package/oclif.manifest.json
CHANGED
|
@@ -1605,6 +1605,7 @@
|
|
|
1605
1605
|
],
|
|
1606
1606
|
"flags": {},
|
|
1607
1607
|
"hasDynamicHelp": false,
|
|
1608
|
+
"hidden": true,
|
|
1608
1609
|
"hiddenAliases": [],
|
|
1609
1610
|
"id": "dev:generate:library",
|
|
1610
1611
|
"pluginAlias": "@salesforce/plugin-dev",
|
|
@@ -5189,5 +5190,5 @@
|
|
|
5189
5190
|
]
|
|
5190
5191
|
}
|
|
5191
5192
|
},
|
|
5192
|
-
"version": "2.34.
|
|
5193
|
+
"version": "2.34.2"
|
|
5193
5194
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
3
|
"description": "The Salesforce CLI",
|
|
4
|
-
"version": "2.34.
|
|
4
|
+
"version": "2.34.2",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -75,8 +75,8 @@
|
|
|
75
75
|
"jitPlugins": {
|
|
76
76
|
"@salesforce/plugin-custom-metadata": "3.1.16",
|
|
77
77
|
"@salesforce/plugin-community": "3.0.25",
|
|
78
|
-
"@salesforce/plugin-dev": "2.1.
|
|
79
|
-
"@salesforce/plugin-devops-center": "1.2.
|
|
78
|
+
"@salesforce/plugin-dev": "2.1.15",
|
|
79
|
+
"@salesforce/plugin-devops-center": "1.2.9",
|
|
80
80
|
"@salesforce/plugin-env": "3.0.25",
|
|
81
81
|
"@salesforce/plugin-functions": "1.23.0",
|
|
82
82
|
"@salesforce/plugin-signups": "2.0.28",
|
|
@@ -136,12 +136,12 @@
|
|
|
136
136
|
},
|
|
137
137
|
"dependencies": {
|
|
138
138
|
"@inquirer/select": "^1.3.1",
|
|
139
|
-
"@oclif/core": "3.25.
|
|
139
|
+
"@oclif/core": "3.25.2",
|
|
140
140
|
"@oclif/plugin-autocomplete": "3.0.13",
|
|
141
141
|
"@oclif/plugin-commands": "3.2.0",
|
|
142
142
|
"@oclif/plugin-help": "6.0.18",
|
|
143
143
|
"@oclif/plugin-not-found": "3.0.14",
|
|
144
|
-
"@oclif/plugin-plugins": "
|
|
144
|
+
"@oclif/plugin-plugins": "4.3.6",
|
|
145
145
|
"@oclif/plugin-search": "1.0.20",
|
|
146
146
|
"@oclif/plugin-update": "4.2.0",
|
|
147
147
|
"@oclif/plugin-version": "2.0.14",
|