@latticexyz/recs 2.0.8 → 2.0.9-account-kit-9708e77b
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/dist/index.d.ts +2 -2
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/dist/index.d.ts
CHANGED
@@ -305,8 +305,8 @@ declare function defineSyncSystem<T extends Schema>(world: World, query: QueryFr
|
|
305
305
|
*/
|
306
306
|
declare function createWorld(): {
|
307
307
|
registerEntity: ({ id, idSuffix }?: {
|
308
|
-
id?: string
|
309
|
-
idSuffix?: string
|
308
|
+
id?: string;
|
309
|
+
idSuffix?: string;
|
310
310
|
}) => Entity;
|
311
311
|
components: Component<Schema, Metadata, unknown>[];
|
312
312
|
registerComponent: (component: Component) => void;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@latticexyz/recs",
|
3
|
-
"version": "2.0.
|
3
|
+
"version": "2.0.9-account-kit-9708e77b",
|
4
4
|
"repository": {
|
5
5
|
"type": "git",
|
6
6
|
"url": "https://github.com/latticexyz/mud.git",
|
@@ -25,8 +25,8 @@
|
|
25
25
|
"dependencies": {
|
26
26
|
"mobx": "^6.7.0",
|
27
27
|
"rxjs": "7.5.5",
|
28
|
-
"@latticexyz/schema-type": "2.0.
|
29
|
-
"@latticexyz/utils": "2.0.
|
28
|
+
"@latticexyz/schema-type": "2.0.9-account-kit-9708e77b",
|
29
|
+
"@latticexyz/utils": "2.0.9-account-kit-9708e77b"
|
30
30
|
},
|
31
31
|
"devDependencies": {
|
32
32
|
"@types/jest": "^27.4.1",
|