@dojoengine/core
Advanced tools
Comparing version 0.0.7 to 0.0.8
{ | ||
"name": "@dojoengine/core", | ||
"version": "0.0.7", | ||
"version": "0.0.8", | ||
"description": "Dojo engine core providers and types", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -1,9 +0,7 @@ | ||
import { EventEmitter } from "events"; | ||
import { ICommands, Query } from "../types"; | ||
export abstract class Provider extends EventEmitter implements ICommands { | ||
export abstract class Provider implements ICommands { | ||
private readonly worldAddress: string; | ||
constructor(worldAddress: string) { | ||
super(); | ||
this.worldAddress = worldAddress; | ||
@@ -10,0 +8,0 @@ } |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
28539
743