@git-temporal/commons
Advanced tools
Comparing version 0.5.1 to 0.5.2
{ | ||
"name": "@git-temporal/commons", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"description": "Common functions used by git-temporal", | ||
@@ -24,4 +24,2 @@ "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", | ||
"prepublishOnly": "npm run build" | ||
@@ -36,38 +34,35 @@ }, | ||
"dependencies": { | ||
"@git-temporal/logger": "^0.5.1" | ||
"@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.1.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-istanbul": "5.1.4", | ||
"babel-plugin-module-resolver": "3.2.0", | ||
"bumble-util": "0.4.1", | ||
"cross-env": "5.2.0", | ||
"prettier": "1.17.1", | ||
"regenerator-runtime": "0.13.2", | ||
"ts-node": "8.1.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" | ||
} | ||
} |
29
6543
Updated@git-temporal/logger@^0.5.2