simple-room-client
Advanced tools
Comparing version 1.0.1 to 2.0.0
@@ -7,3 +7,3 @@ import msgpack from 'msgpack-lite'; | ||
import { User } from './user'; | ||
export class WorldClass { | ||
class WorldClass { | ||
constructor() { | ||
@@ -95,3 +95,4 @@ this.obs$ = new BehaviorSubject({}); | ||
WorldClass.userId = null; | ||
export { WorldClass }; | ||
export const World = new WorldClass(); | ||
//# sourceMappingURL=world.js.map |
{ | ||
"name": "simple-room-client", | ||
"version": "1.0.1", | ||
"version": "2.0.0", | ||
"description": "", | ||
@@ -34,9 +34,9 @@ "main": "./dist/simple-room-client.umd.cjs", | ||
"msgpack-lite": "0.1.26", | ||
"nanostores": "^0.6.0", | ||
"rxjs": "6.6.3" | ||
"nanostores": "^0.8.0", | ||
"rxjs": "7.8.0" | ||
}, | ||
"devDependencies": { | ||
"typescript": "^4.3.5", | ||
"vite": "^3.0.9" | ||
"typescript": "^5.0.4", | ||
"vite": "^4.3.1" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
2981
137242
+ Addednanostores@0.8.1(transitive)
+ Addedrxjs@7.8.0(transitive)
+ Addedtslib@2.8.1(transitive)
- Removednanostores@0.6.0(transitive)
- Removedrxjs@6.6.3(transitive)
- Removedtslib@1.14.1(transitive)
Updatednanostores@^0.8.0
Updatedrxjs@7.8.0