Add uint8arrays package.

This commit is contained in:
saul 2023-03-27 10:01:31 +13:00
parent 256e3f50e0
commit b6f1943f3e
2 changed files with 5 additions and 3 deletions

3
package-lock.json generated
View File

@ -17,7 +17,8 @@
"lru": "^3.1.0",
"multiformats": "^11.0.1",
"p-queue": "^7.3.4",
"safe-buffer": "^5.2.1"
"safe-buffer": "^5.2.1",
"uint8arrays": "^4.0.3"
},
"devDependencies": {
"assert": "^2.0.0",

View File

@ -26,12 +26,13 @@
"lru": "^3.1.0",
"multiformats": "^11.0.1",
"p-queue": "^7.3.4",
"safe-buffer": "^5.2.1"
"safe-buffer": "^5.2.1",
"uint8arrays": "^4.0.3"
},
"devDependencies": {
"c8": "^7.13.0",
"assert": "^2.0.0",
"babel-loader": "^9.1.2",
"c8": "^7.13.0",
"cpy-cli": "^4.2.0",
"cross-env": "^7.0.3",
"fs-extra": "^11.1.0",