@magda/connector-sdk
Advanced tools
Comparing version 0.0.59-alpha.2 to 0.0.59-alpha.3
/// <reference types="node" /> | ||
/// <reference types="urijs" /> | ||
import http = require('http'); | ||
import { default as URI_2 } from 'urijs'; | ||
@@ -924,3 +924,3 @@ export declare interface AspectBuilder { | ||
declare class RegistryClient { | ||
protected baseUri: uri.URI; | ||
protected baseUri: URI_2; | ||
protected aspectDefinitionsApi: AspectDefinitionsApi; | ||
@@ -927,0 +927,0 @@ protected recordsApi: RecordsApi; |
{ | ||
"name": "@magda/connector-sdk", | ||
"description": "MAGDA Connector SDK", | ||
"version": "0.0.59-alpha.2", | ||
"version": "0.0.59-alpha.3", | ||
"scripts": { | ||
@@ -17,3 +17,3 @@ "prebuild": "rimraf dist tsconfig.tsbuildinfo", | ||
"devDependencies": { | ||
"@magda/typescript-common": "^0.0.59-alpha.2", | ||
"@magda/typescript-common": "^0.0.59-alpha.3", | ||
"@microsoft/api-extractor": "^7.7.8", | ||
@@ -27,3 +27,3 @@ "ts-loader": "^6.2.1", | ||
"dependencies": { | ||
"@types/urijs": "1.19.1", | ||
"@types/urijs": "1.19.13", | ||
"@types/yargs": "^12.0.8" | ||
@@ -30,0 +30,0 @@ }, |
Sorry, the diff of this file is too big to display
4164482
109710
+ Added@types/urijs@1.19.13(transitive)
- Removed@types/urijs@1.19.1(transitive)
Updated@types/urijs@1.19.13