@latticexyz/utils 2.0.0-main-e259ef79 → 2.0.0-main-8dc847d4

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-e259ef79
3
+ ## 2.0.0-main-8dc847d4
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 [[`8d51a034`](https://github.com/latticexyz/mud/commit/8d51a03486bc20006d8cc982f798dfdfe16f169f), [`53522998`](https://github.com/latticexyz/mud/commit/535229984565539e6168042150b45fe0f9b48b0f), [`0c4f9fea`](https://github.com/latticexyz/mud/commit/0c4f9fea9e38ba122316cdd52c3d158c62f8cfee)]:
10
- - @latticexyz/common@2.0.0-main-e259ef79
10
+ - @latticexyz/common@2.0.0-main-8dc847d4
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-e259ef79",
3
+ "version": "2.0.0-main-8dc847d4",
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-e259ef79"
20
+ "@latticexyz/common": "2.0.0-main-8dc847d4"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@types/jest": "^27.4.1",