@metaplay/metaplay-auth 1.9.0 → 1.9.1

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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.9.1] - 2025-08-08
4
+
5
+ ### Changed
6
+
7
+ - Avoid redundant validation of access tokens locally.
8
+
3
9
  ## [1.9.0] - 2025-03-03
4
10
 
5
11
  ### Added
package/README.md CHANGED
@@ -4,6 +4,8 @@
4
4
 
5
5
  `metaplay-auth` is a command-line tool for authenticating to Metaplay infrastructure using your Metaplay account and interacting with your game servers.
6
6
 
7
+ **DEPRECATION WARNING**: This tool is considered deprecated and will only receive critical fixes. Please see the [new Metaplay CLI](https://github.com/metaplay/cli) which will replace this tool.
8
+
7
9
  ## Installation
8
10
 
9
11
  You can install `metaplay-auth` via NPM: