@salesforce/sf-plugins-core 1.12.1 → 1.12.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/CHANGELOG.md +6 -0
- package/messages/messages.md +2 -2
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### [1.12.2](https://github.com/salesforcecli/sf-plugins-core/compare/v1.12.1...v1.12.2) (2022-05-03)
|
|
6
|
+
|
|
7
|
+
### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- update error message ([182cfa3](https://github.com/salesforcecli/sf-plugins-core/commit/182cfa30beb4e7fe052a0453d141e19ba7129647))
|
|
10
|
+
|
|
5
11
|
### [1.12.1](https://github.com/salesforcecli/sf-plugins-core/compare/v1.12.0...v1.12.1) (2022-04-20)
|
|
6
12
|
|
|
7
13
|
### Bug Fixes
|
package/messages/messages.md
CHANGED
|
@@ -24,7 +24,7 @@ The id must begin with %s.
|
|
|
24
24
|
|
|
25
25
|
# errors.NoDefaultEnv
|
|
26
26
|
|
|
27
|
-
No default environment found. Use -
|
|
27
|
+
No default environment found. Use -o or --target-org to specify an environment.
|
|
28
28
|
|
|
29
29
|
# errors.NoDefaultDevHub
|
|
30
30
|
|
|
@@ -40,7 +40,7 @@ Override the api version used for api requests made by this command
|
|
|
40
40
|
|
|
41
41
|
# flags.apiVersion.overrideWarning
|
|
42
42
|
|
|
43
|
-
|
|
43
|
+
org-api-version configuration overridden at %s
|
|
44
44
|
|
|
45
45
|
# flags.apiVersion.warning.deprecated
|
|
46
46
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/sf-plugins-core",
|
|
3
|
-
"version": "1.12.
|
|
3
|
+
"version": "1.12.2",
|
|
4
4
|
"description": "Utils for writing deploy and retrieve plugins",
|
|
5
5
|
"main": "lib/exported",
|
|
6
6
|
"types": "lib/exported.d.ts",
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
"/messages"
|
|
33
33
|
],
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@oclif/core": "^1.
|
|
36
|
-
"@salesforce/core": "^3.
|
|
35
|
+
"@oclif/core": "^1.7.0",
|
|
36
|
+
"@salesforce/core": "^3.15.5",
|
|
37
37
|
"@salesforce/kit": "^1.5.34",
|
|
38
38
|
"@salesforce/ts-types": "^1.5.20",
|
|
39
39
|
"chalk": "^4",
|