@web5/common
Advanced tools
Comparing version 0.0.0-next-1f03a5a-20240403164939 to 0.0.0-next-69c2b52-20240518073558
{ | ||
"name": "@web5/common", | ||
"version": "0.0.0-next-1f03a5a-20240403164939", | ||
"version": "0.0.0-next-69c2b52-20240518073558", | ||
"type": "module", | ||
@@ -60,3 +60,3 @@ "main": "./dist/cjs/index.js", | ||
"@isaacs/ttlcache": "1.4.1", | ||
"level": "8.0.0", | ||
"level": "8.0.1", | ||
"multiformats": "11.0.2", | ||
@@ -68,19 +68,19 @@ "readable-stream": "4.4.2" | ||
"@types/chai": "4.3.6", | ||
"@types/chai-as-promised": "7.1.5", | ||
"@types/chai-as-promised": "7.1.8", | ||
"@types/eslint": "8.44.2", | ||
"@types/mocha": "10.0.1", | ||
"@types/mocha": "10.0.6", | ||
"@types/node": "20.11.19", | ||
"@types/readable-stream": "4.0.9", | ||
"@types/node": "20.11.19", | ||
"@typescript-eslint/eslint-plugin": "6.4.0", | ||
"@typescript-eslint/parser": "6.4.0", | ||
"@typescript-eslint/eslint-plugin": "7.9.0", | ||
"@typescript-eslint/parser": "7.9.0", | ||
"@web/test-runner": "0.18.0", | ||
"@web/test-runner-playwright": "0.11.0", | ||
"abstract-level": "1.0.4", | ||
"c8": "9.0.0", | ||
"chai": "4.3.10", | ||
"chai-as-promised": "7.1.1", | ||
"c8": "9.1.0", | ||
"chai": "5.1.1", | ||
"chai-as-promised": "7.1.2", | ||
"esbuild": "0.19.8", | ||
"eslint": "8.47.0", | ||
"eslint-plugin-mocha": "10.1.0", | ||
"mocha": "10.2.0", | ||
"eslint": "9.2.0", | ||
"eslint-plugin-mocha": "10.4.3", | ||
"mocha": "10.4.0", | ||
"mocha-junit-reporter": "2.2.1", | ||
@@ -99,4 +99,4 @@ "playwright": "1.40.1", | ||
"build": "pnpm clean && pnpm build:esm && pnpm build:cjs && pnpm build:browser", | ||
"lint": "eslint . --ext .ts --max-warnings 0", | ||
"lint:fix": "eslint . --ext .ts --fix", | ||
"lint": "eslint . --max-warnings 0", | ||
"lint:fix": "eslint . --fix", | ||
"test:node": "pnpm build:tests:node && pnpm c8 mocha", | ||
@@ -103,0 +103,0 @@ "test:browser": "pnpm build:tests:browser && web-test-runner" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
2419113
+ Addedlevel@8.0.1(transitive)
- Removedlevel@8.0.0(transitive)
Updatedlevel@8.0.1