@latticexyz/utils 2.0.0-main-233d3255 → 2.0.0-main-9a7c9009

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 +1 -4
  2. package/package.json +2 -3
package/CHANGELOG.md CHANGED
@@ -1,14 +1,11 @@
1
1
  # Change Log
2
2
 
3
- ## 2.0.0-main-233d3255
3
+ ## 2.0.0-main-9a7c9009
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
- - 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), [`6071163f`](https://github.com/latticexyz/mud/commit/6071163f70599384c5034dd772ef6fc7cdae9983), [`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-233d3255
11
-
12
9
  ## 2.0.0-next.0
13
10
 
14
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@latticexyz/utils",
3
- "version": "2.0.0-main-233d3255",
3
+ "version": "2.0.0-main-9a7c9009",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/latticexyz/mud.git",
@@ -16,8 +16,7 @@
16
16
  "ethers": "^5.7.2",
17
17
  "mobx": "^6.7.0",
18
18
  "proxy-deep": "^3.1.1",
19
- "rxjs": "7.5.5",
20
- "@latticexyz/common": "2.0.0-main-233d3255"
19
+ "rxjs": "7.5.5"
21
20
  },
22
21
  "devDependencies": {
23
22
  "@types/jest": "^27.4.1",