fetch-rest-connect
Advanced tools
Comparing version
module.exports = { | ||
preset: "ts-jest", | ||
testEnvironment: "node", | ||
automock: false, | ||
setupFiles: ["./jestSetup.js"], | ||
testURL: "http://localhost", | ||
testPathIgnorePatterns: ["/build/", "/node_modules/"], | ||
testMatch: ["<rootDir>/src/__tests__/{**/,}*.ts"], | ||
moduleFileExtensions: ["js", "ts"], | ||
testPathIgnorePatterns: ["<rootDir>/build/", "<rootDir>/node_modules/"], | ||
}; |
{ | ||
"name": "fetch-rest-connect", | ||
"version": "3.2.0", | ||
"main": "dist/index.js", | ||
"version": "3.2.1", | ||
"main": "build/index.js", | ||
"types": "build/index.d.ts", | ||
"repository": "https://github.com/drublic/fetch-rest-connect.git", | ||
@@ -12,3 +13,4 @@ "author": "Hans Christian Reinl <info@drublic.de>", | ||
"build": "tsc", | ||
"test": "jest", | ||
"test:local": "jest", | ||
"test": "jest --ci", | ||
"prepublishOnly": "yarn build" | ||
@@ -29,3 +31,2 @@ }, | ||
"jest": "^26.0.1", | ||
"jest-fetch-mock": "^3.0.3", | ||
"nodemon": "^2.0.4", | ||
@@ -32,0 +33,0 @@ "prettier": "^2.0.5", |
@@ -15,11 +15,7 @@ { | ||
"strict": true, | ||
"target": "ES2019" | ||
"target": "ES2019", | ||
"declaration": true | ||
}, | ||
"include": [ | ||
"src/**/*" | ||
], | ||
"exclude": [ | ||
"node_modules", | ||
"build" | ||
] | ||
"include": ["src/**/*"], | ||
"exclude": ["node_modules", "build"] | ||
} |
Sorry, the diff of this file is not supported yet
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
16
-5.88%0
-100%20131
-55.88%21
-51.16%552
-35.44%