forge-atlas-fetch
Advanced tools
Comparing version 1.0.91 to 1.0.94
import { Types } from './types'; | ||
declare const confluence: () => { | ||
declare const confluence: (api: any) => { | ||
asUser: () => Types; | ||
@@ -4,0 +4,0 @@ asApp: () => Types; |
@@ -13,4 +13,4 @@ "use strict"; | ||
}; | ||
const confluence = () => init(api).confluence; | ||
const confluence = (api) => init(api).confluence; | ||
exports.default = confluence; | ||
//# sourceMappingURL=index.js.map |
@@ -1,8 +0,8 @@ | ||
export declare const jiraSoftware: () => { | ||
export declare const jiraSoftware: (api: any) => { | ||
asUser: () => import("./jira-software/types").Types; | ||
asApp: () => import("./jira-software/types").Types; | ||
}; | ||
export declare const confluence: () => { | ||
export declare const confluence: (api: any) => { | ||
asUser: () => import("./confluence/types").Types; | ||
asApp: () => import("./confluence/types").Types; | ||
}; |
import { Types } from './types'; | ||
declare const jiraSoftware: () => { | ||
declare const jiraSoftware: (api: any) => { | ||
asUser: () => Types; | ||
@@ -4,0 +4,0 @@ asApp: () => Types; |
@@ -13,4 +13,4 @@ "use strict"; | ||
}; | ||
const jiraSoftware = () => init(api).jiraSoftware; | ||
const jiraSoftware = (api) => init(api).jiraSoftware; | ||
exports.default = jiraSoftware; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "forge-atlas-fetch", | ||
"version": "1.0.91", | ||
"version": "1.0.94", | ||
"license": "MIT", | ||
@@ -29,6 +29,6 @@ "main": "dist/index", | ||
"camelcase": "^5.3.1", | ||
"fetch-confluence": "^1.0.91", | ||
"fetch-jira-software": "^1.0.91" | ||
"fetch-confluence": "^1.0.94", | ||
"fetch-jira-software": "^1.0.94" | ||
}, | ||
"gitHead": "542b2b6cdfc3bc39a8e250f10f9ebee9f91c1378" | ||
"gitHead": "b534fe6306b1d8cf734cf41caf1c3d8f0260362b" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
18127
Updatedfetch-confluence@^1.0.94
Updatedfetch-jira-software@^1.0.94