@satorijs/satori
Advanced tools
Comparing version 3.0.0-alpha.2 to 3.0.0-rc.0
@@ -107,3 +107,3 @@ var __create = Object.create; | ||
import_core.Quester.prototype.ws = /* @__PURE__ */ __name(function ws(url, options = {}) { | ||
return new import_ws.WebSocket(url, { | ||
return new import_ws.WebSocket(this.resolve(url), { | ||
agent: this.agent(this.config.proxyAgent), | ||
@@ -110,0 +110,0 @@ handshakeTimeout: this.config.timeout, |
{ | ||
"name": "@satorijs/satori", | ||
"description": "Core components of Satorijs", | ||
"version": "3.0.0-alpha.2", | ||
"version": "3.0.0-rc.0", | ||
"main": "lib/index.js", | ||
@@ -32,6 +32,6 @@ "typings": "lib/index.d.ts", | ||
"@koa/router": "^10.1.1", | ||
"@satorijs/core": "3.0.0-alpha.2", | ||
"@satorijs/core": "3.0.0-rc.0", | ||
"@types/koa": "*", | ||
"@types/koa__router": "*", | ||
"@types/ws": "^8.5.5", | ||
"@types/ws": "^8.5.6", | ||
"file-type": "^16.5.4", | ||
@@ -45,4 +45,4 @@ "koa": "^2.14.2", | ||
"socks-proxy-agent": "^5.0.1", | ||
"ws": "^8.13.0" | ||
"ws": "^8.14.2" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
37561
+ Added@satorijs/core@3.0.0-rc.0(transitive)
+ Added@satorijs/element@3.1.7(transitive)
+ Added@satorijs/protocol@1.6.0(transitive)
- Removed@satorijs/core@3.0.0-alpha.2(transitive)
Updated@satorijs/core@3.0.0-rc.0
Updated@types/ws@^8.5.6
Updatedws@^8.14.2