@metaplay/metaplay-auth 1.7.1 → 1.7.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 +11 -1
- package/dist/index.cjs +125 -125
- package/dist/{sshcrypto-OMBCGRSN.node → sshcrypto-FLTOM44A.node} +0 -0
- package/index.ts +32 -12
- package/package.json +4 -4
- package/src/config.ts +2 -1
- package/src/targetenvironment.ts +20 -3
- package/src/version.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## [1.7.
|
|
3
|
+
## [1.7.2] - 2024-11-12
|
|
4
|
+
|
|
5
|
+
### Added
|
|
6
|
+
|
|
7
|
+
- Support `AUTHCLI_PORTAL_BASEURL` for specifying the developer portal instance to talk to (for testing purposes).
|
|
8
|
+
|
|
9
|
+
### Changed
|
|
10
|
+
|
|
11
|
+
- Improved error messages when the target environment doesn't exist or user lacks permissions to access it.
|
|
12
|
+
|
|
13
|
+
## [1.7.1] - 2024-10-22
|
|
4
14
|
|
|
5
15
|
### Changed
|
|
6
16
|
|