@pipelab/steamworks.js 0.8.0 → 0.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/callbacks.d.ts +3 -0
- package/client.d.ts +2 -1
- package/dist/linux64/steamworksjs.linux-x64-gnu.node +0 -0
- package/dist/osx/steamworksjs.darwin-arm64.node +0 -0
- package/dist/osx/steamworksjs.darwin-x64.node +0 -0
- package/dist/win64/steamworksjs.win32-x64-msvc.node +0 -0
- package/package.json +1 -1
package/callbacks.d.ts
CHANGED
package/client.d.ts
CHANGED
|
@@ -56,7 +56,8 @@ export declare namespace callback {
|
|
|
56
56
|
P2PSessionRequest = 6,
|
|
57
57
|
P2PSessionConnectFail = 7,
|
|
58
58
|
GameLobbyJoinRequested = 8,
|
|
59
|
-
MicroTxnAuthorizationResponse = 9
|
|
59
|
+
MicroTxnAuthorizationResponse = 9,
|
|
60
|
+
GameOverlayActivated = 10
|
|
60
61
|
}
|
|
61
62
|
export function register<C extends keyof import('./callbacks').CallbackReturns>(steamCallback: C, handler: (value: import('./callbacks').CallbackReturns[C]) => void): Handle
|
|
62
63
|
export class Handle {
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|