@startup-booster/move
Advanced tools
Comparing version 0.1.1 to 0.1.2
type MoveEvent = 'connect' | 'disconnect'; | ||
interface MoveClient { | ||
export interface MoveClient { | ||
// Connection methods | ||
@@ -31,2 +31,2 @@ ping(): Promise<void>; | ||
function connect(url: string): MoveClient; | ||
export function connect(url: string): MoveClient; |
{ | ||
"name": "@startup-booster/move", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"main": "move.js", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4641