@latticexyz/utils 2.0.0-main-cd5abcc3 → 2.0.0-main-e826a6df

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 +2 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,13 +1,13 @@
1
1
  # Change Log
2
2
 
3
- ## 2.0.0-main-cd5abcc3
3
+ ## 2.0.0-main-e826a6df
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - [#1165](https://github.com/latticexyz/mud/pull/1165) [`4e4a3415`](https://github.com/latticexyz/mud/commit/4e4a34150aeae988c8e61e25d55c227afb6c2d4b) Thanks [@holic](https://github.com/holic)! - bump to latest TS version (5.1.6)
8
8
 
9
9
  - Updated dependencies [[`3fb9ce28`](https://github.com/latticexyz/mud/commit/3fb9ce2839271a0dcfe97f86394195f7a6f70f50), [`8d51a034`](https://github.com/latticexyz/mud/commit/8d51a03486bc20006d8cc982f798dfdfe16f169f), [`53522998`](https://github.com/latticexyz/mud/commit/535229984565539e6168042150b45fe0f9b48b0f), [`0c4f9fea`](https://github.com/latticexyz/mud/commit/0c4f9fea9e38ba122316cdd52c3d158c62f8cfee), [`6c673325`](https://github.com/latticexyz/mud/commit/6c6733256f91cddb0e913217cbd8e02e6bc484c7), [`cd5abcc3`](https://github.com/latticexyz/mud/commit/cd5abcc3b4744fab9a45c322bc76ff013355ffcb), [`cc2c8da0`](https://github.com/latticexyz/mud/commit/cc2c8da000c32c02a82a1a0fd17075d11eac56c3)]:
10
- - @latticexyz/common@2.0.0-main-cd5abcc3
10
+ - @latticexyz/common@2.0.0-main-e826a6df
11
11
 
12
12
  ## 2.0.0-next.0
13
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@latticexyz/utils",
3
- "version": "2.0.0-main-cd5abcc3",
3
+ "version": "2.0.0-main-e826a6df",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/latticexyz/mud.git",
@@ -17,7 +17,7 @@
17
17
  "mobx": "^6.7.0",
18
18
  "proxy-deep": "^3.1.1",
19
19
  "rxjs": "7.5.5",
20
- "@latticexyz/common": "2.0.0-main-cd5abcc3"
20
+ "@latticexyz/common": "2.0.0-main-e826a6df"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@types/jest": "^27.4.1",