@pipelab/steamworks.js 0.9.0 → 0.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/client.d.ts CHANGED
@@ -274,6 +274,7 @@ export declare namespace stats {
274
274
  export declare namespace utils {
275
275
  export function getAppId(): number
276
276
  export function getServerRealTime(): number
277
+ export function getSteamUiLanguage(): string
277
278
  export function isSteamRunningOnSteamDeck(): boolean
278
279
  export const enum GamepadTextInputMode {
279
280
  Normal = 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pipelab/steamworks.js",
3
- "version": "0.9.0",
3
+ "version": "0.9.1",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "publishConfig": {