fetch-statuspage
Advanced tools
Comparing version 1.0.95 to 1.0.105
{ | ||
"name": "fetch-statuspage", | ||
"version": "1.0.95", | ||
"main": "dist/src/index", | ||
"typings": "dist/src/index", | ||
"version": "1.0.105", | ||
"main": "dist/commonjs/src/index", | ||
"module": "dist/es6/src/index", | ||
"typings": "dist/es6/src/index", | ||
"license": "MIT", | ||
@@ -12,3 +13,3 @@ "scripts": { | ||
"prebuild": "yarn run convert-openapi && yarn run generate-client", | ||
"fast-build": "tsc --project .", | ||
"fast-build": "tsc --project . && tsc --project tsconfig.commonjs.json", | ||
"build": "yarn run fast-build" | ||
@@ -23,3 +24,3 @@ }, | ||
"@types/node": "^12.7.5", | ||
"openapi-converter": "^1.0.95", | ||
"openapi-converter": "^1.0.105", | ||
"typescript": "^3.6.2" | ||
@@ -30,3 +31,3 @@ }, | ||
}, | ||
"gitHead": "e6b83dc57f5e7a0dd298a5d86bd31797e2be848b" | ||
"gitHead": "a4e3e8c39c5fcf232b58a9bd5e7b66cac77a7c7c" | ||
} |
{ | ||
"extends": "../tsconfig.json", | ||
"compilerOptions": { | ||
"declaration": true, | ||
"sourceMap": true, | ||
"target": "es6", | ||
"module": "commonjs", | ||
"moduleResolution": "node", | ||
"outDir": "dist", | ||
"typeRoots": [ | ||
"node_modules/@types" | ||
] | ||
"outDir": "./dist/es6" | ||
}, | ||
@@ -13,0 +6,0 @@ "exclude": [ |
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
2690895
454
48067
1