Skip to content

Commit ee546b2

Browse files
committed
wip: converting agent handlers
[ci skip]
1 parent 3fdd764 commit ee546b2

27 files changed

+668
-975
lines changed

package-lock.json

Lines changed: 102 additions & 6 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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@
9090
"@matrixai/resources": "^1.1.4",
9191
"@matrixai/timer": "^1.1.0",
9292
"@matrixai/workers": "^1.3.6",
93+
"@matrixai/quic": "0.0.7-alpha.0",
9394
"@peculiar/asn1-pkcs8": "^2.3.0",
9495
"@peculiar/asn1-schema": "^2.3.0",
9596
"@peculiar/asn1-x509": "^2.3.0",

shell.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ in
1414
awscli2
1515
skopeo
1616
jq
17+
jetbrains.webstorm
1718
];
1819
PKG_CACHE_PATH = utils.pkgCachePath;
1920
PKG_IGNORE_TAG = 1;

0 commit comments

Comments
 (0)