@metaplay/metaplay-auth 1.9.1 → 1.9.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 +7 -0
- package/dist/index.cjs +116 -116
- package/index.ts +11 -1
- package/package.json +1 -1
- package/src/auth.ts +0 -1
- package/src/utils.ts +52 -0
- package/src/version.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.9.2] - 2025-08-18
|
|
4
|
+
|
|
5
|
+
### Changed
|
|
6
|
+
|
|
7
|
+
- Require Helm v3.18.0 .. v3.18.4 to be used. Helm v3.18.5 tightens the schema validation such that the previously published charts no longer validate with it.
|
|
8
|
+
- Print a deprecation warning when using the CLI; all projects should upgrade to Metaplay SDK Release 32 or above and switch to using the new Metaplay CLI (https://github.com/metaplay/cli).
|
|
9
|
+
|
|
3
10
|
## [1.9.1] - 2025-08-08
|
|
4
11
|
|
|
5
12
|
### Changed
|