@bpinternal/tunnel
Advanced tools
Comparing version 0.1.10 to 0.1.11
{ | ||
"name": "@bpinternal/tunnel", | ||
"version": "0.1.10", | ||
"version": "0.1.11", | ||
"description": "Tunneling logic for client and server", | ||
@@ -10,3 +10,3 @@ "main": "./dist/index.cjs", | ||
"scripts": { | ||
"type:check": "tsc --noEmit", | ||
"check:type": "tsc --noEmit", | ||
"build:nodejs": "esbuild src/index.ts --bundle --platform=node --target=node16 --outfile=dist/index.cjs", | ||
@@ -26,12 +26,12 @@ "build:browser": "esbuild src/index.ts --bundle --platform=browser --target=es2017 --format=esm --outfile=dist/index.mjs", | ||
"devDependencies": { | ||
"@bpinternal/log4bot": "0.0.14", | ||
"@bpinternal/yargs-extra": "0.0.8", | ||
"@bpinternal/log4bot": "0.0.16", | ||
"@bpinternal/yargs-extra": "0.0.10", | ||
"@tsconfig/node18-strictest": "^1.0.0", | ||
"@types/lodash": "^4.14.195", | ||
"@types/node": "^18.11.17", | ||
"@types/web": "^0.0.148", | ||
"esbuild": "^0.21.0", | ||
"@types/web": "^0.0.150", | ||
"esbuild": "^0.23.0", | ||
"puppeteer": "^22.0.0", | ||
"ts-node": "^10.9.1", | ||
"typescript": "5.4.5" | ||
"typescript": "5.5.3" | ||
}, | ||
@@ -38,0 +38,0 @@ "engines": { |
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
12391
428570