@latticexyz/recs 2.0.0-main-5e9eb5a7 → 2.0.0-main-c963b46c

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,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- ## 2.0.0-main-5e9eb5a7
3
+ ## 2.0.0-main-c963b46c
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -17,8 +17,8 @@
17
17
  - `component.metadata.valueSchema` is an object with field names and their corresponding ABI types
18
18
 
19
19
  - Updated dependencies [[`48909d15`](https://github.com/latticexyz/mud/commit/48909d151b3dfceab128c120bc6bb77de53c456b), [`b02f9d0e`](https://github.com/latticexyz/mud/commit/b02f9d0e43089e5f9b46d817ea2032ce0a1b0b07), [`f03531d9`](https://github.com/latticexyz/mud/commit/f03531d97c999954a626ef63bc5bbae51a7b90f3), [`4e4a3415`](https://github.com/latticexyz/mud/commit/4e4a34150aeae988c8e61e25d55c227afb6c2d4b), [`53522998`](https://github.com/latticexyz/mud/commit/535229984565539e6168042150b45fe0f9b48b0f)]:
20
- - @latticexyz/schema-type@2.0.0-main-5e9eb5a7
21
- - @latticexyz/utils@2.0.0-main-5e9eb5a7
20
+ - @latticexyz/schema-type@2.0.0-main-c963b46c
21
+ - @latticexyz/utils@2.0.0-main-c963b46c
22
22
 
23
23
  ## 2.0.0-next.0
24
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@latticexyz/recs",
3
- "version": "2.0.0-main-5e9eb5a7",
3
+ "version": "2.0.0-main-c963b46c",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/latticexyz/mud.git",
@@ -15,8 +15,8 @@
15
15
  "dependencies": {
16
16
  "mobx": "^6.7.0",
17
17
  "rxjs": "7.5.5",
18
- "@latticexyz/schema-type": "2.0.0-main-5e9eb5a7",
19
- "@latticexyz/utils": "2.0.0-main-5e9eb5a7"
18
+ "@latticexyz/schema-type": "2.0.0-main-c963b46c",
19
+ "@latticexyz/utils": "2.0.0-main-c963b46c"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@types/jest": "^27.4.1",