@latticexyz/recs 2.0.6-main-9720b568 → 2.0.6-main-8c3dcf77

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +3 -3
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,12 +1,12 @@
1
1
  # Change Log
2
2
 
3
- ## 2.0.6-main-9720b568
3
+ ## 2.0.6-main-8c3dcf77
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies [d95028a6]
8
- - @latticexyz/schema-type@2.0.6-main-9720b568
9
- - @latticexyz/utils@2.0.6-main-9720b568
8
+ - @latticexyz/schema-type@2.0.6-main-8c3dcf77
9
+ - @latticexyz/utils@2.0.6-main-8c3dcf77
10
10
 
11
11
  ## 2.0.5
12
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@latticexyz/recs",
3
- "version": "2.0.6-main-9720b568",
3
+ "version": "2.0.6-main-8c3dcf77",
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.6-main-9720b568",
29
- "@latticexyz/utils": "2.0.6-main-9720b568"
28
+ "@latticexyz/schema-type": "2.0.6-main-8c3dcf77",
29
+ "@latticexyz/utils": "2.0.6-main-8c3dcf77"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@types/jest": "^27.4.1",