batchloader
Advanced tools
Comparing version 0.0.12 to 0.0.13
{ | ||
"name": "batchloader", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"description": "BatchLoader is a utility for data fetching layer to reduce requests via batching written in TypeScript. Inspired by Facebook's DataLoader", | ||
@@ -8,2 +8,3 @@ "main": "lib/index.js", | ||
"scripts": { | ||
"all": "yarn clean && yarn format && yarn lint:fix && yarn test && yarn build", | ||
"build": "tsc -p ./tsconfig.json && tscpaths -p ./tsconfig.json -s ./src -o ./lib", | ||
@@ -14,5 +15,6 @@ "clean": "rm -rf ./lib ./coverage", | ||
"lint:fix": "tslint --fix -c ./tslint.json \"src/**/*\"", | ||
"prepublish": "yarn start", | ||
"precommit": "yarn all", | ||
"prepublish": "yarn all", | ||
"reinstall": "rm -rf ./node_modules yarn.lock && yarn", | ||
"start": "yarn clean && yarn format && yarn lint:fix && yarn test && yarn build", | ||
"start": "yarn test", | ||
"test": "jest", | ||
@@ -23,2 +25,3 @@ "test:coverage": "jest --coverage", | ||
}, | ||
"pre-commit": "precommit", | ||
"repository": { | ||
@@ -45,2 +48,3 @@ "type": "git", | ||
"jest": "^24.8.0", | ||
"pre-commit": "^1.2.2", | ||
"prettier": "^1.17.1", | ||
@@ -53,4 +57,3 @@ "ts-jest": "^24.0.2", | ||
"typescript": "^3.4.5" | ||
}, | ||
"dependencies": {} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
52471
12