Comparing version 1.0.0-beta.17 to 1.0.0-beta.18
@@ -5,2 +5,4 @@ # Changelog | ||
## [1.0.0-beta.18](https://github.com/wikibus/alcaeus/compare/v1.0.0-beta.17...v1.0.0-beta.18) (2020-09-22) | ||
## [1.0.0-beta.17](https://github.com/wikibus/alcaeus/compare/v1.0.0-beta.16...v1.0.0-beta.17) (2020-09-22) | ||
@@ -7,0 +9,0 @@ |
import * as Alcaeus from './index'; | ||
import 'isomorphic-fetch'; | ||
export declare function create(opts?: Partial<Parameters<typeof Alcaeus['create']>[0]>): import("./alcaeus").HydraClient<import("rdf-dataset-indexed/dataset").DatasetIndexed<import("rdf-js").Quad, import("rdf-js").Quad>>; | ||
export declare const Hydra: import("./alcaeus").HydraClient<import("rdf-dataset-indexed/dataset").DatasetIndexed<import("rdf-js").Quad, import("rdf-js").Quad>>; | ||
//# sourceMappingURL=node.d.ts.map |
@@ -21,11 +21,7 @@ "use strict"; | ||
}; | ||
var __importDefault = (this && this.__importDefault) || function (mod) { | ||
return (mod && mod.__esModule) ? mod : { "default": mod }; | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.Hydra = exports.create = void 0; | ||
const formats_common_1 = require("@rdfjs/formats-common"); | ||
const fetch_ponyfill_1 = __importDefault(require("fetch-ponyfill")); | ||
const Alcaeus = __importStar(require("./index")); | ||
const { fetch, Headers } = fetch_ponyfill_1.default(); | ||
require("isomorphic-fetch"); | ||
function create(opts) { | ||
@@ -32,0 +28,0 @@ return Alcaeus.create({ |
{ | ||
"name": "alcaeus", | ||
"version": "1.0.0-beta.17", | ||
"version": "1.0.0-beta.18", | ||
"description": "Hydra Core hypermedia-aware client library", | ||
@@ -63,3 +63,3 @@ "main": "index.js", | ||
"es6-url-template": "^1.0.3", | ||
"fetch-ponyfill": "^6.1.0", | ||
"isomorphic-fetch": "^2.2.1", | ||
"isomorphic-form-data": "^2.0.0", | ||
@@ -66,0 +66,0 @@ "parse-link-header": "^1.0.1", |
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
519307
5911
+ Addedisomorphic-fetch@^2.2.1
+ Addedencoding@0.1.13(transitive)
+ Addediconv-lite@0.6.3(transitive)
+ Addedis-stream@1.1.0(transitive)
+ Addedisomorphic-fetch@2.2.1(transitive)
+ Addednode-fetch@1.7.3(transitive)
+ Addedsafer-buffer@2.1.2(transitive)
+ Addedwhatwg-fetch@3.6.20(transitive)
- Removedfetch-ponyfill@^6.1.0
- Removedfetch-ponyfill@6.1.1(transitive)
- Removednode-fetch@2.6.13(transitive)