@altangent/lib-anchorage
Advanced tools
Comparing version 0.14.0 to 0.15.0
@@ -1,2 +0,2 @@ | ||
export * from "./AnchorageClient"; | ||
export * from "./Types"; | ||
export * from "./AnchorageClientV2"; | ||
export * from "./TypesV2"; |
@@ -13,4 +13,4 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__exportStar(require("./AnchorageClient"), exports); | ||
__exportStar(require("./Types"), exports); | ||
__exportStar(require("./AnchorageClientV2"), exports); | ||
__exportStar(require("./TypesV2"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -1,2 +0,2 @@ | ||
export * from "./AnchorageClient"; | ||
export * from "./Types"; | ||
export * from "./AnchorageClientV2"; | ||
export * from "./TypesV2"; |
{ | ||
"name": "@altangent/lib-anchorage", | ||
"version": "0.14.0", | ||
"version": "0.15.0", | ||
"description": "Anchorage API client", | ||
@@ -27,3 +27,3 @@ "author": "Brian Mancini <bmancini@gmail.com>", | ||
"dependencies": { | ||
"@altangent/lib-http": "^0.14.0" | ||
"@altangent/lib-http": "^0.15.0" | ||
}, | ||
@@ -33,3 +33,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "c9e6b02d18bc894bc1db52c4b2885a99e91f6976" | ||
"gitHead": "b85bad1fef8e62442f9bc5025d0b72001ec4c0e0" | ||
} |
Sorry, the diff of this file is not supported yet
16747
26
446
+ Added@altangent/lib-http@0.15.0(transitive)
- Removed@altangent/lib-http@0.14.0(transitive)
Updated@altangent/lib-http@^0.15.0