@startup-booster/move-mobx
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -0,1 +1,3 @@ | ||
import { MoveClient } from '@startup-booster/move'; | ||
interface MoveMobxRef { | ||
@@ -10,4 +12,4 @@ get value(): any; | ||
function useConnection(url: string): { connection: MoveClient; connected: boolean }; | ||
function useMoveValue( | ||
export function useConnection(url: string): { connection: MoveClient; connected: boolean }; | ||
export function useMoveValue( | ||
connection: MoveClient, | ||
@@ -14,0 +16,0 @@ path: string, |
{ | ||
"name": "@startup-booster/move-mobx", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"main": "move-mobx.js", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@startup-booster/move": "0.1.1" | ||
"@startup-booster/move": "0.1.2" | ||
}, | ||
@@ -9,0 +9,0 @@ "peerDependencies": { |
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
2558
79
+ Added@startup-booster/move@0.1.2(transitive)
- Removed@startup-booster/move@0.1.1(transitive)
Updated@startup-booster/move@0.1.2