@mercuryworkshop/epoxy-transport
Advanced tools
Comparing version 2.1.2 to 2.1.3
{ | ||
"name": "@mercuryworkshop/epoxy-transport", | ||
"version": "2.1.2", | ||
"description": "a bare transport that implements end-to-end encryption with epoxy-tls and wisp", | ||
"main": "./dist/index.mjs", | ||
"keywords": [], | ||
"author": "", | ||
"type": "module", | ||
"license": "AGPL-3.0-only", | ||
"scripts": { | ||
"build": "node esbuild.bundle.mjs", | ||
"prepare": "npm run build" | ||
}, | ||
"dependencies": { | ||
"@mercuryworkshop/epoxy-tls": "^2.0.6-1", | ||
"esbuild-plugin-umd-wrapper": "^2.0.0", | ||
"rollup": "^4.12.0", | ||
"rollup-plugin-node-resolve": "^5.2.0", | ||
"rollup-plugin-typescript2": "^0.36.0" | ||
}, | ||
"devDependencies": { | ||
"@mercuryworkshop/bare-mux": "^2.0.0", | ||
"esbuild": "^0.19.11", | ||
"esbuild-plugin-d.ts": "^1.2.2" | ||
}, | ||
"exports": { | ||
".": { | ||
"browser": { | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.js" | ||
}, | ||
"node": { | ||
"require": "./lib/index.cjs", | ||
"import": "./lib/index.cjs" | ||
} | ||
} | ||
} | ||
} | ||
"name": "@mercuryworkshop/epoxy-transport", | ||
"version": "2.1.3", | ||
"description": "a bare transport that implements end-to-end encryption with epoxy-tls and wisp", | ||
"main": "./dist/index.mjs", | ||
"keywords": [], | ||
"author": "", | ||
"type": "module", | ||
"license": "AGPL-3.0-only", | ||
"dependencies": { | ||
"@mercuryworkshop/epoxy-tls": "^2.0.6-1", | ||
"esbuild-plugin-umd-wrapper": "^2.0.0", | ||
"rollup": "^4.12.0", | ||
"rollup-plugin-node-resolve": "^5.2.0", | ||
"rollup-plugin-typescript2": "^0.36.0" | ||
}, | ||
"devDependencies": { | ||
"@mercuryworkshop/bare-mux": "^2.0.1", | ||
"esbuild": "^0.19.11", | ||
"esbuild-plugin-d.ts": "^1.2.2" | ||
}, | ||
"exports": { | ||
".": { | ||
"browser": { | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.js" | ||
}, | ||
"node": { | ||
"require": "./lib/index.cjs", | ||
"import": "./lib/index.cjs" | ||
} | ||
} | ||
}, | ||
"scripts": { | ||
"build": "node esbuild.bundle.mjs" | ||
} | ||
} |
@@ -15,3 +15,3 @@ import type { BareHeaders, BareResponse, TransferrableResponse, BareTransport } from "@mercuryworkshop/bare-mux"; | ||
this.wisp = wisp; | ||
this.wisp_v2 = wisp_v2 || true; | ||
this.wisp_v2 = wisp_v2 || false; | ||
this.udp_extension_required = udp_extension_required || false; | ||
@@ -18,0 +18,0 @@ } |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3970621
9