@venncity/clou-utils
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -6,2 +6,10 @@ # Change Log | ||
## [2.0.2](https://github.com/venn-city/graphql-clou/compare/@venncity/clou-utils@2.0.1...@venncity/clou-utils@2.0.2) (2020-07-08) | ||
**Note:** Version bump only for package @venncity/clou-utils | ||
## [2.0.1](https://github.com/venn-city/graphql-clou/compare/@venncity/clou-utils@2.0.0...@venncity/clou-utils@2.0.1) (2020-05-11) | ||
@@ -8,0 +16,0 @@ |
@@ -1,8 +0,5 @@ | ||
module.exports = { | ||
setupFilesAfterEnv: ['./jest.setup.js'], | ||
testMatch: ['**/__tests__/**/*.js?(x)', '**/?(*)(-test).js?(x)'], | ||
testEnvironment: 'node', | ||
coverageReporters: ['json-summary', 'json', 'lcov', 'text', 'clover'], | ||
coveragePathIgnorePatterns: ['src./test/.', '.jest.js'], | ||
reporters: ['default', 'jest-junit'] | ||
}; | ||
const { createJestConfig } = require('@venncity/jest-config-server'); | ||
module.exports = createJestConfig({ | ||
setupFilesAfterEnv: ['./jest.setup.js'] | ||
}); |
{ | ||
"name": "@venncity/clou-utils", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"author": "Venn Engineering", | ||
"main": "src/index.js", | ||
"main": "lib/cjs/index.js", | ||
"module": "lib/esm/index.js", | ||
"sideEffects": false, | ||
"scripts": { | ||
"build": "yarn build:cjs && yarn build:esm", | ||
"build:cjs": "rm -rf lib/cjs && tsc", | ||
"build:esm": "rm -rf lib/esm && tsc -m esnext --outDir lib/esm", | ||
"test": "jest", | ||
"coverage": "jest --coverage", | ||
"test:watch": "npm run test -- --watchAll", | ||
"lint": "npx eslint --fix src", | ||
"lint": "eslint . --fix --ext .js,.ts", | ||
"test:ci": "jest --ci --reporters=default --reporters=jest-junit --runInBand --coverage", | ||
"lint:ci": "npx eslint src --format junit -o $LINT_JUNIT_OUTPUT", | ||
"lint:ci": "eslint . --format junit -o $LINT_JUNIT_OUTPUT", | ||
"generate-opencrud-schema": "node ./scripts/generateOpenCRUDSchema.js" | ||
@@ -32,3 +37,5 @@ }, | ||
"devDependencies": { | ||
"@venncity/eslint-config": "^1.0.11", | ||
"@types/jest": "^26.0.4", | ||
"@venncity/eslint-config": "^3.0.1", | ||
"@venncity/jest-config-server": "^3.4.0", | ||
"@venncity/prettier-config-server": "^1.1.0", | ||
@@ -44,5 +51,6 @@ "eslint": "^6.6.0", | ||
"lint-staged": "^9.4.2", | ||
"prettier": "^1.18.2" | ||
"prettier": "^1.18.2", | ||
"typescript": "^3.9.6" | ||
}, | ||
"gitHead": "ac73820a929100023a12c8bb55dd83e7f2653de9" | ||
"gitHead": "c7749580f248a8872a65f5801dfb523b6eb3a084" | ||
} |
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
48640
34
812
15
1