@oada/client
Advanced tools
Comparing version 3.0.2 to 3.0.3
@@ -17,3 +17,4 @@ /** | ||
*/ | ||
import { Buffer } from 'buffer/'; | ||
/// <reference types="node" /> | ||
import { Buffer } from 'buffer'; | ||
import type EventEmitter from 'eventemitter3'; | ||
@@ -20,0 +21,0 @@ import type { Change, Json } from '.'; |
@@ -22,3 +22,3 @@ "use strict"; | ||
const tslib_1 = require("tslib"); | ||
const buffer_1 = require("buffer/"); | ||
const buffer_1 = require("buffer"); | ||
const isomorphic_timers_promises_1 = require("isomorphic-timers-promises"); | ||
@@ -25,0 +25,0 @@ const debug_1 = (0, tslib_1.__importDefault)(require("debug")); |
@@ -22,3 +22,3 @@ "use strict"; | ||
const tslib_1 = require("tslib"); | ||
const buffer_1 = require("buffer/"); | ||
const buffer_1 = require("buffer"); | ||
const fetch_1 = (0, tslib_1.__importStar)(require("./fetch")); | ||
@@ -155,3 +155,2 @@ const eventemitter3_1 = (0, tslib_1.__importDefault)(require("eventemitter3")); | ||
timeout, | ||
// @ts-expect-error fetch has a crazy type for this | ||
body, | ||
@@ -158,0 +157,0 @@ // We are not explicitly sending token in each request |
{ | ||
"name": "@oada/client", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"description": "A lightweight client tool to interact with an OADA-compliant server", | ||
@@ -13,2 +13,3 @@ "repository": "https://github.com/OADA/client", | ||
"./dist/fetch": "cross-fetch", | ||
"buffer": "buffer/", | ||
"fetch-h2": false, | ||
@@ -22,2 +23,3 @@ "path": false, | ||
"./dist/fetch": "cross-fetch", | ||
"buffer": "buffer/", | ||
"fetch-h2": false, | ||
@@ -24,0 +26,0 @@ "path": false, |
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
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
129162