@git-temporal/git-diff-scraper
Advanced tools
Comparing version 0.5.1 to 0.5.2
{ | ||
"name": "@git-temporal/git-diff-scraper", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"description": "Scrapes git and returns a diff json containing 2 specified versions of a file", | ||
@@ -26,4 +26,6 @@ "keywords": [ | ||
"build": "cross-env NODE_ENV=production tsc", | ||
"test": "cross-env mocha --exit -r ../../babel-register.js --recursive --opts ./test/mocha.opts ./test/unit", | ||
"test-debug": "cross-env mocha --inspect-brk --exit -r ../../babel-register.js --recursive --opts ./test/mocha.opts ./test/unit", | ||
"test": "cross-env NODE_ENV=test jest", | ||
"test-coverage": "npm run test -- --coverage", | ||
"test-watch": "npm run test -- --watch", | ||
"test-debug": "node --inspect-brk node_modules/.bin/jest --runInBand", | ||
"prepublishOnly": "npm run build" | ||
@@ -38,39 +40,37 @@ }, | ||
"dependencies": { | ||
"@git-temporal/commons": "^0.5.1", | ||
"@git-temporal/logger": "^0.5.1" | ||
"@git-temporal/commons": "^0.5.2", | ||
"@git-temporal/logger": "^0.5.2" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.7.7", | ||
"@babel/core": "^7.4.5", | ||
"@babel/plugin-proposal-class-properties": "^7.4.4", | ||
"@babel/plugin-proposal-do-expressions": "^7.2.0", | ||
"@babel/plugin-proposal-export-default-from": "^7.2.0", | ||
"@babel/plugin-proposal-logical-assignment-operators": "^7.2.0", | ||
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.4.4", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.4.4", | ||
"@babel/plugin-proposal-optional-chaining": "^7.2.0", | ||
"@babel/plugin-proposal-pipeline-operator": "^7.3.2", | ||
"@babel/plugin-transform-modules-commonjs": "^7.4.4", | ||
"@babel/preset-env": "^7.4.5", | ||
"@babel/preset-typescript": "^7.3.3", | ||
"@babel/register": "^7.4.4", | ||
"babel-eslint": "^10.0.1", | ||
"babel-plugin-istanbul": "^5.1.4", | ||
"babel-plugin-module-resolver": "^3.2.0", | ||
"bumble-util": "^0.4.1", | ||
"chai": "^4.2.0", | ||
"cross-env": "^5.2.0", | ||
"mocha": "^6.1.4", | ||
"nyc": "^14.1.1", | ||
"prettier": "^1.17.1", | ||
"regenerator-runtime": "^0.13.2", | ||
"ts-node": "^8.2.0", | ||
"tsconfig-paths": "^3.8.0", | ||
"tslint": "^5.16.0", | ||
"tslint-config-airbnb": "^5.11.1", | ||
"tslint-config-prettier": "^1.18.0", | ||
"tslint-react": "^4.0.0", | ||
"typescript": "^3.4.5", | ||
"underscore": "^1.9.1" | ||
"@babel/cli": "7.7.7", | ||
"@babel/core": "7.4.5", | ||
"@babel/plugin-proposal-class-properties": "7.4.4", | ||
"@babel/plugin-proposal-do-expressions": "7.2.0", | ||
"@babel/plugin-proposal-export-default-from": "7.2.0", | ||
"@babel/plugin-proposal-logical-assignment-operators": "7.2.0", | ||
"@babel/plugin-proposal-nullish-coalescing-operator": "7.4.4", | ||
"@babel/plugin-proposal-object-rest-spread": "7.4.4", | ||
"@babel/plugin-proposal-optional-chaining": "7.2.0", | ||
"@babel/plugin-proposal-pipeline-operator": "7.3.2", | ||
"@babel/plugin-transform-modules-commonjs": "7.4.4", | ||
"@babel/preset-env": "7.4.5", | ||
"@babel/preset-typescript": "7.3.3", | ||
"@babel/register": "7.4.4", | ||
"babel-eslint": "10.0.1", | ||
"babel-plugin-module-resolver": "3.2.0", | ||
"bumble-util": "0.4.1", | ||
"cross-env": "5.2.0", | ||
"jest": "25.1.0", | ||
"prettier": "1.17.1", | ||
"regenerator-runtime": "0.13.2", | ||
"ts-jest": "22.0.1", | ||
"ts-node": "8.2.0", | ||
"tsconfig-paths": "3.8.0", | ||
"tslint": "5.16.0", | ||
"tslint-config-airbnb": "5.11.1", | ||
"tslint-config-prettier": "1.18.0", | ||
"tslint-react": "4.0.0", | ||
"typescript": "3.4.5", | ||
"underscore": "1.9.1" | ||
} | ||
} |
11803
30
5
225
Updated@git-temporal/commons@^0.5.2
Updated@git-temporal/logger@^0.5.2