@latticexyz/recs 2.0.0-main-05b3e888 → 2.0.0-main-aabd3076
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 +4 -3
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# Change Log
|
2
2
|
|
3
|
-
## 2.0.0-main-
|
3
|
+
## 2.0.0-main-aabd3076
|
4
4
|
|
5
5
|
### Minor Changes
|
6
6
|
|
@@ -245,6 +245,7 @@
|
|
245
245
|
- `component.metadata.valueSchema` is an object with field names and their corresponding ABI types
|
246
246
|
|
247
247
|
- Updated dependencies [52182f70]
|
248
|
+
- Updated dependencies [aabd3076]
|
248
249
|
- Updated dependencies [f99e8898]
|
249
250
|
- Updated dependencies [48909d15]
|
250
251
|
- Updated dependencies [b02f9d0e]
|
@@ -255,8 +256,8 @@
|
|
255
256
|
- Updated dependencies [92de5998]
|
256
257
|
- Updated dependencies [4e4a3415]
|
257
258
|
- Updated dependencies [53522998]
|
258
|
-
- @latticexyz/utils@2.0.0-main-
|
259
|
-
- @latticexyz/schema-type@2.0.0-main-
|
259
|
+
- @latticexyz/utils@2.0.0-main-aabd3076
|
260
|
+
- @latticexyz/schema-type@2.0.0-main-aabd3076
|
260
261
|
|
261
262
|
## 2.0.0-next.16
|
262
263
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@latticexyz/recs",
|
3
|
-
"version": "2.0.0-main-
|
3
|
+
"version": "2.0.0-main-aabd3076",
|
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.0-main-
|
29
|
-
"@latticexyz/utils": "2.0.0-main-
|
28
|
+
"@latticexyz/schema-type": "2.0.0-main-aabd3076",
|
29
|
+
"@latticexyz/utils": "2.0.0-main-aabd3076"
|
30
30
|
},
|
31
31
|
"devDependencies": {
|
32
32
|
"@types/jest": "^27.4.1",
|