@web5/common
Advanced tools
Comparing version 0.0.0-next-0de58f3-20240523214300 to 0.0.0-next-1334fae-20241021233402
export * from './cache.js'; | ||
export * from './convert.js'; | ||
export * from './logger.js'; | ||
export * from './multicodec.js'; | ||
@@ -4,0 +5,0 @@ export * from './object.js'; |
export type * from './types.js'; | ||
export * from './cache.js'; | ||
export * from './convert.js'; | ||
export * from './logger.js'; | ||
export * from './multicodec.js'; | ||
@@ -5,0 +6,0 @@ export * from './object.js'; |
@@ -1,2 +0,1 @@ | ||
/// <reference types="node" resolution-mode="require"/> | ||
import type { AbstractLevel } from 'abstract-level'; | ||
@@ -3,0 +2,0 @@ import type { KeyValueStore } from './types.js'; |
{ | ||
"name": "@web5/common", | ||
"version": "0.0.0-next-0de58f3-20240523214300", | ||
"version": "0.0.0-next-1334fae-20241021233402", | ||
"type": "module", | ||
@@ -62,14 +62,14 @@ "main": "./dist/cjs/index.js", | ||
"multiformats": "13.1.0", | ||
"readable-stream": "4.4.2" | ||
"readable-stream": "4.5.2" | ||
}, | ||
"devDependencies": { | ||
"@playwright/test": "1.44.0", | ||
"@playwright/test": "1.45.3", | ||
"@types/chai": "4.3.16", | ||
"@types/chai-as-promised": "7.1.8", | ||
"@types/eslint": "8.56.10", | ||
"@types/eslint": "9.6.0", | ||
"@types/mocha": "10.0.6", | ||
"@types/node": "20.12.12", | ||
"@types/readable-stream": "4.0.9", | ||
"@typescript-eslint/eslint-plugin": "7.9.0", | ||
"@typescript-eslint/parser": "7.10.0", | ||
"@types/node": "20.14.8", | ||
"@types/readable-stream": "4.0.14", | ||
"@typescript-eslint/eslint-plugin": "7.14.1", | ||
"@typescript-eslint/parser": "7.14.1", | ||
"@web/test-runner": "0.18.2", | ||
@@ -80,11 +80,11 @@ "@web/test-runner-playwright": "0.11.0", | ||
"chai": "5.1.1", | ||
"chai-as-promised": "7.1.2", | ||
"esbuild": "0.19.8", | ||
"eslint": "9.3.0", | ||
"chai-as-promised": "8.0.0", | ||
"esbuild": "0.23.0", | ||
"eslint": "9.7.0", | ||
"eslint-plugin-mocha": "10.4.3", | ||
"mocha": "10.4.0", | ||
"mocha-junit-reporter": "2.2.1", | ||
"playwright": "1.44.0", | ||
"playwright": "1.45.3", | ||
"rimraf": "5.0.7", | ||
"typescript": "5.4.5" | ||
"typescript": "5.5.3" | ||
}, | ||
@@ -91,0 +91,0 @@ "scripts": { |
@@ -5,2 +5,3 @@ export type * from './types.js'; | ||
export * from './convert.js'; | ||
export * from './logger.js'; | ||
export * from './multicodec.js'; | ||
@@ -7,0 +8,0 @@ export * from './object.js'; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
2446454
64
8151
+ Addedreadable-stream@4.5.2(transitive)
- Removedreadable-stream@4.4.2(transitive)
Updatedreadable-stream@4.5.2