@latticexyz/recs 2.0.8-not-npmignore-cache-193bc4da → 2.0.9-account-kit-e3d101f9

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 CHANGED
@@ -1,11 +1,18 @@
1
1
  # Change Log
2
2
 
3
- ## 2.0.8-not-npmignore-cache-193bc4da
3
+ ## 2.0.9-account-kit-e3d101f9
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - @latticexyz/schema-type@2.0.8-not-npmignore-cache-193bc4da
8
- - @latticexyz/utils@2.0.8-not-npmignore-cache-193bc4da
7
+ - @latticexyz/schema-type@2.0.9-account-kit-e3d101f9
8
+ - @latticexyz/utils@2.0.9-account-kit-e3d101f9
9
+
10
+ ## 2.0.8
11
+
12
+ ### Patch Changes
13
+
14
+ - @latticexyz/schema-type@2.0.8
15
+ - @latticexyz/utils@2.0.8
9
16
 
10
17
  ## 2.0.7
11
18
 
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 | undefined;
309
- idSuffix?: string | undefined;
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.8-not-npmignore-cache-193bc4da",
3
+ "version": "2.0.9-account-kit-e3d101f9",
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.8-not-npmignore-cache-193bc4da",
29
- "@latticexyz/utils": "2.0.8-not-npmignore-cache-193bc4da"
28
+ "@latticexyz/schema-type": "2.0.9-account-kit-e3d101f9",
29
+ "@latticexyz/utils": "2.0.9-account-kit-e3d101f9"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@types/jest": "^27.4.1",