@dojoengine/core
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "@dojoengine/core", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Dojo engine core providers and types", | ||
@@ -13,4 +13,2 @@ "scripts": { | ||
"devDependencies": { | ||
"@latticexyz/recs": "^1.43.0", | ||
"@latticexyz/utils": "^1.36.1\n", | ||
"@types/elliptic": "^6.4.14", | ||
@@ -29,7 +27,9 @@ "@types/events": "^3.0.0", | ||
"typescript": "^5.0.3", | ||
"winston": "^3.8.2", | ||
"@latticexyz/recs": "^1.43.0", | ||
"@latticexyz/utils": "^1.36.1\n", | ||
"mobx": "^6.9.0", | ||
"rxjs": "^7.8.1", | ||
"type-fest": "^3.12.0", | ||
"winston": "^3.8.2" | ||
"type-fest": "^3.12.0" | ||
} | ||
} | ||
} |
@@ -5,3 +5,3 @@ import * as Providers from './provider'; | ||
import { SyncWorker } from './network/SyncWorker'; | ||
import { Query } from './types'; | ||
export { Providers, Account, Utils, Query, SyncWorker }; | ||
import type { Query } from './types'; | ||
export { Providers, Account, Utils, Query, SyncWorker }; |
import { EntityIndex, setComponent, Component, Schema, Components } from "@latticexyz/recs"; | ||
import { Event } from "starknet"; | ||
import { poseidonHashMany } from 'micro-starknet'; | ||
@@ -3,0 +4,0 @@ |
16803
16
409