@latticexyz/utils 2.0.0-alpha.1.32 → 2.0.0-alpha.1.34
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/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -2,7 +2,7 @@ import { reaction, computed, toJS, observable, runInAction } from 'mobx';
|
|
|
2
2
|
import DeepProxy from 'proxy-deep';
|
|
3
3
|
import { pipe, filter, concatMap, timestamp, scan, mergeMap, of, delay, ReplaySubject, first, fromEvent, map } from 'rxjs';
|
|
4
4
|
import { BigNumber } from 'ethers';
|
|
5
|
-
import { keccak256 as keccak256$1, toUtf8Bytes, defaultAbiCoder } from 'ethers/lib/utils';
|
|
5
|
+
import { keccak256 as keccak256$1, toUtf8Bytes, defaultAbiCoder } from 'ethers/lib/utils.js';
|
|
6
6
|
|
|
7
7
|
/**
|
|
8
8
|
* TypeScript type guard to assert the type of a non-empty array
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@latticexyz/utils",
|
|
3
|
-
"version": "2.0.0-alpha.1.
|
|
3
|
+
"version": "2.0.0-alpha.1.34+3d69f92d",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/latticexyz/mud.git",
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
"rxjs": "^7.5.5",
|
|
53
53
|
"web3-utils": "^1.8.0"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "3d69f92de42f695185a1fedf468694ddef36cc83"
|
|
56
56
|
}
|