@graffy/server
Advanced tools
Comparing version 0.16.20-alpha.11 to 0.16.20-alpha.12
@@ -5,3 +5,3 @@ { | ||
"author": "aravind (https://github.com/aravindet)", | ||
"version": "0.16.20-alpha.11", | ||
"version": "0.16.20-alpha.12", | ||
"main": "./index.cjs", | ||
@@ -20,6 +20,6 @@ "exports": { | ||
"dependencies": { | ||
"@graffy/common": "0.16.20-alpha.11", | ||
"ws": "^8.18.0", | ||
"debug": "^4.3.7" | ||
"@graffy/common": "0.16.20-alpha.12", | ||
"debug": "^4.3.3", | ||
"ws": "^8.17.0" | ||
} | ||
} |
@@ -12,2 +12,2 @@ /** | ||
} | undefined): (req: any, res: any) => Promise<void>; | ||
export type GraffyStore = import("@graffy/core").default<any>; | ||
export type GraffyStore = import('@graffy/core').default; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
13406
385
+ Added@graffy/common@0.16.20-alpha.12(transitive)
+ Added@graffy/stream@0.16.20-alpha.12(transitive)
- Removed@graffy/common@0.16.20-alpha.11(transitive)
- Removed@graffy/stream@0.16.20-alpha.11(transitive)
Updateddebug@^4.3.3
Updatedws@^8.17.0