forge-atlas-fetch
Advanced tools
Comparing version 1.0.105 to 1.0.109
@@ -7,2 +7,1 @@ export class AbstractClient { | ||
} | ||
//# sourceMappingURL=abstract-client.js.map |
@@ -49,2 +49,1 @@ import { AbstractClient } from '../../abstract-client'; | ||
} | ||
//# sourceMappingURL=client.js.map |
@@ -13,2 +13,1 @@ import { Client } from './client'; | ||
export default confluence; | ||
//# sourceMappingURL=index.js.map |
@@ -5,2 +5,1 @@ import jiraSoftwareClient from './jira-software'; | ||
export const confluence = confluenceClient; | ||
//# sourceMappingURL=index.js.map |
@@ -29,2 +29,1 @@ import { AbstractClient } from '../../abstract-client'; | ||
} | ||
//# sourceMappingURL=client.js.map |
@@ -13,2 +13,1 @@ import { Client } from './client'; | ||
export default jiraSoftware; | ||
//# sourceMappingURL=index.js.map |
export * from './clients'; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "forge-atlas-fetch", | ||
"version": "1.0.105", | ||
"version": "1.0.109", | ||
"license": "MIT", | ||
@@ -14,6 +14,6 @@ "main": "dist/commonjs/index", | ||
"clean": "rm -fr src/clients dist", | ||
"build": "tsc --project . && tsc --project tsconfig.commonjs.json", | ||
"build": "tsc --project tsconfig.es6.json && tsc --project tsconfig.commonjs.json", | ||
"prebuild": "yarn run generate-clients", | ||
"generate-clients": "node scripts/generator.js", | ||
"test": "jest --config test/jest.json" | ||
"test": "jest" | ||
}, | ||
@@ -32,6 +32,6 @@ "devDependencies": { | ||
"camelcase": "^5.3.1", | ||
"fetch-confluence": "^1.0.105", | ||
"fetch-jira-software": "^1.0.105" | ||
"fetch-confluence": "^1.0.109", | ||
"fetch-jira-software": "^1.0.109" | ||
}, | ||
"gitHead": "a4e3e8c39c5fcf232b58a9bd5e7b66cac77a7c7c" | ||
"gitHead": "e911ca284185c326f5240b17d6c0f5a6e5df9363" | ||
} |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
10
17937
32
356
Updatedfetch-confluence@^1.0.109
Updatedfetch-jira-software@^1.0.109