@metaplay/metaplay-auth 1.8.0 → 1.9.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/CHANGELOG.md +10 -0
- package/dist/index.cjs +135 -135
- package/eslint.config.js +10 -1
- package/index.ts +7 -6
- package/package.json +10 -10
- package/src/auth.ts +8 -15
- package/src/buildCommand.ts +22 -1
- package/src/deployment.ts +1 -1
- package/src/secret_store.ts +1 -1
- package/src/version.ts +1 -1
- package/dist/sshcrypto-WBGBWUDW.node +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.9.0] - 2025-03-03
|
|
4
|
+
|
|
5
|
+
### Added
|
|
6
|
+
|
|
7
|
+
- Support upcoming 4-segment human IDs for environments.
|
|
8
|
+
|
|
9
|
+
### Changed
|
|
10
|
+
|
|
11
|
+
- Add detection for projects using Metaplay SDK Release 32 or above. This CLI is not compatible with R32 or above; https://github.com/metaplay/cli must be used.
|
|
12
|
+
|
|
3
13
|
## [1.8.0] - 2024-12-04
|
|
4
14
|
|
|
5
15
|
### Added
|