steamworks.js-timmy 0.1.5 → 0.1.6

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.
@@ -565,6 +565,7 @@ export declare namespace input {
565
565
  /** Rotational Velocity Z axis */
566
566
  rotVelZ: number
567
567
  }
568
+ export function setInputActionManifestFilePath(path: string): void
568
569
  export function shutdown(): void
569
570
  export const enum VibrateSide {
570
571
  Left = 0,
@@ -565,6 +565,7 @@ export declare namespace input {
565
565
  /** Rotational Velocity Z axis */
566
566
  rotVelZ: number
567
567
  }
568
+ export function setInputActionManifestFilePath(path: string): void
568
569
  export function shutdown(): void
569
570
  export const enum VibrateSide {
570
571
  Left = 0,
@@ -565,6 +565,7 @@ export declare namespace input {
565
565
  /** Rotational Velocity Z axis */
566
566
  rotVelZ: number
567
567
  }
568
+ export function setInputActionManifestFilePath(path: string): void
568
569
  export function shutdown(): void
569
570
  export const enum VibrateSide {
570
571
  Left = 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "steamworks.js-timmy",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "main": "index.js",
5
5
  "types": "index.d.ts",
6
6
  "napi": {