@onflow/transport-http
Advanced tools
Comparing version 1.10.2 to 1.10.3-alpha.0
# @onflow/transport-http | ||
## 1.10.3-alpha.0 | ||
### Patch Changes | ||
- [#1983](https://github.com/onflow/fcl-js/pull/1983) [`18d24c8bad7efa0d8741d74f0cf299f89b3622c7`](https://github.com/onflow/fcl-js/commit/18d24c8bad7efa0d8741d74f0cf299f89b3622c7) Thanks [@jribbink](https://github.com/jribbink)! - Update dependencies | ||
- Updated dependencies [[`18d24c8bad7efa0d8741d74f0cf299f89b3622c7`](https://github.com/onflow/fcl-js/commit/18d24c8bad7efa0d8741d74f0cf299f89b3622c7)]: | ||
- @onflow/util-invariant@1.2.4-alpha.0 | ||
- @onflow/util-template@1.2.3-alpha.0 | ||
- @onflow/util-address@1.2.3-alpha.0 | ||
- @onflow/util-logger@1.3.3-alpha.0 | ||
## 1.10.2 | ||
@@ -4,0 +16,0 @@ |
'use strict'; | ||
Object.defineProperty(exports, '__esModule', { value: true }); | ||
var utilInvariant = require('@onflow/util-invariant'); | ||
@@ -13,6 +11,3 @@ require('@onflow/rlp'); | ||
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; } | ||
function _interopNamespace(e) { | ||
if (e && e.__esModule) return e; | ||
function _interopNamespaceDefault(e) { | ||
var n = Object.create(null); | ||
@@ -30,9 +25,7 @@ if (e) { | ||
} | ||
n["default"] = e; | ||
n.default = e; | ||
return Object.freeze(n); | ||
} | ||
var logger__namespace = /*#__PURE__*/_interopNamespace(logger); | ||
var fetchTransport__default = /*#__PURE__*/_interopDefaultLegacy(fetchTransport); | ||
var _WebSocket__default = /*#__PURE__*/_interopDefaultLegacy(_WebSocket); | ||
var logger__namespace = /*#__PURE__*/_interopNamespaceDefault(logger); | ||
@@ -152,3 +145,3 @@ function safeParseJSON(data) { | ||
}, timeoutLimit); | ||
return fetchTransport__default["default"](combineURLs(hostname, path).toString(), { | ||
return fetchTransport(combineURLs(hostname, path).toString(), { | ||
method: method, | ||
@@ -810,3 +803,3 @@ body: bodyJSON, | ||
const WebSocket = _WebSocket__default["default"]; | ||
const WebSocket = _WebSocket; | ||
@@ -813,0 +806,0 @@ class WebsocketError extends Error { |
@@ -7,6 +7,3 @@ (function (global, factory) { | ||
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; } | ||
function _interopNamespace(e) { | ||
if (e && e.__esModule) return e; | ||
function _interopNamespaceDefault(e) { | ||
var n = Object.create(null); | ||
@@ -24,9 +21,7 @@ if (e) { | ||
} | ||
n["default"] = e; | ||
n.default = e; | ||
return Object.freeze(n); | ||
} | ||
var logger__namespace = /*#__PURE__*/_interopNamespace(logger); | ||
var fetchTransport__default = /*#__PURE__*/_interopDefaultLegacy(fetchTransport); | ||
var _WebSocket__default = /*#__PURE__*/_interopDefaultLegacy(_WebSocket); | ||
var logger__namespace = /*#__PURE__*/_interopNamespaceDefault(logger); | ||
@@ -146,3 +141,3 @@ function safeParseJSON(data) { | ||
}, timeoutLimit); | ||
return fetchTransport__default["default"](combineURLs(hostname, path).toString(), { | ||
return fetchTransport(combineURLs(hostname, path).toString(), { | ||
method: method, | ||
@@ -804,3 +799,3 @@ body: bodyJSON, | ||
const WebSocket = _WebSocket__default["default"]; | ||
const WebSocket = _WebSocket; | ||
@@ -1080,5 +1075,3 @@ class WebsocketError extends Error { | ||
Object.defineProperty(exports, '__esModule', { value: true }); | ||
})); | ||
//# sourceMappingURL=sdk-send-http.umd.js.map |
{ | ||
"name": "@onflow/transport-http", | ||
"version": "1.10.2", | ||
"version": "1.10.3-alpha.0", | ||
"description": "Flow SDK HTTP Transport Module", | ||
@@ -16,7 +16,7 @@ "license": "Apache-2.0", | ||
"devDependencies": { | ||
"@onflow/fcl-bundle": "1.5.0", | ||
"@onflow/rlp": "1.2.2", | ||
"@onflow/sdk": "1.5.3", | ||
"@onflow/types": "1.4.0", | ||
"jest": "^29.5.0" | ||
"@onflow/fcl-bundle": "1.5.1-alpha.0", | ||
"@onflow/rlp": "1.2.3-alpha.0", | ||
"@onflow/sdk": "1.5.4-alpha.0", | ||
"@onflow/types": "1.4.1-alpha.0", | ||
"jest": "^29.7.0" | ||
}, | ||
@@ -27,3 +27,3 @@ "source": "src/sdk-send-http.ts", | ||
"unpkg": "dist/sdk-send-http.umd.js", | ||
"types": "dist/sdk-send-http.d.ts", | ||
"types": "types/sdk-send-http.d.ts", | ||
"scripts": { | ||
@@ -38,13 +38,13 @@ "alpha": "npm publish --tag alpha", | ||
"dependencies": { | ||
"@babel/runtime": "^7.18.6", | ||
"@onflow/util-address": "1.2.2", | ||
"@onflow/util-invariant": "1.2.3", | ||
"@onflow/util-logger": "1.3.2", | ||
"@onflow/util-template": "1.2.2", | ||
"@babel/runtime": "^7.25.7", | ||
"@onflow/util-address": "1.2.3-alpha.0", | ||
"@onflow/util-invariant": "1.2.4-alpha.0", | ||
"@onflow/util-logger": "1.3.3-alpha.0", | ||
"@onflow/util-template": "1.2.3-alpha.0", | ||
"abort-controller": "^3.0.0", | ||
"cross-fetch": "^3.1.6", | ||
"cross-fetch": "^3.1.8", | ||
"events": "^3.3.0", | ||
"isomorphic-ws": "^5.0.0", | ||
"ws": "^8.14.2" | ||
"ws": "^8.18.0" | ||
} | ||
} |
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
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
448994
3276
1
+ Added@onflow/util-address@1.2.3-alpha.0(transitive)
+ Added@onflow/util-invariant@1.2.4-alpha.0(transitive)
+ Added@onflow/util-logger@1.3.3-alpha.0(transitive)
+ Added@onflow/util-template@1.2.3-alpha.0(transitive)
- Removed@onflow/util-address@1.2.2(transitive)
- Removed@onflow/util-invariant@1.2.3(transitive)
- Removed@onflow/util-logger@1.3.2(transitive)
- Removed@onflow/util-template@1.2.2(transitive)
Updated@babel/runtime@^7.25.7
Updatedcross-fetch@^3.1.8
Updatedws@^8.18.0