Skip to content

Commit bd82a13

Browse files
committed
WIP
1 parent 768c029 commit bd82a13

6 files changed

Lines changed: 10 additions & 408 deletions

File tree

package-lock.json

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,13 @@
7373
"dependencies": {
7474
"@grpc/grpc-js": "1.3.7",
7575
"@matrixai/async-init": "^1.6.0",
76+
"@matrixai/async-locks": "^1.0.0",
7677
"@matrixai/db": "^3.0.0",
7778
"@matrixai/id": "^3.3.2",
7879
"@matrixai/logger": "^2.1.0",
7980
"@matrixai/resources": "^1.0.0",
8081
"@matrixai/workers": "^1.2.5",
8182
"ajv": "^7.0.4",
82-
"async-mutex": "^0.3.2",
8383
"bip39": "^3.0.3",
8484
"canonicalize": "^1.0.5",
8585
"cheerio": "^1.0.0-rc.5",

src/utils/context.ts

Lines changed: 0 additions & 75 deletions
This file was deleted.

src/utils/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
export { default as sysexits } from './sysexits';
2-
export * from './locks';
3-
export * from './context';
42
export * from './utils';
53
export * from './matchers';
64
export * from './binary';

src/utils/locks.ts

Lines changed: 0 additions & 85 deletions
This file was deleted.

0 commit comments

Comments
 (0)