ts-dynamic-query
Advanced tools
Comparing version 1.0.16 to 1.0.17
{ | ||
"name": "ts-dynamic-query", | ||
"version": "1.0.16", | ||
"version": "1.0.17", | ||
"description": "", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"types": "dist/dist/index.d.ts", | ||
"dependencies": { | ||
"class-transformer": "^0.1.9", | ||
"ts-commons": "0.0.16" | ||
"ts-commons": "0.0.31" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.0.0", | ||
"@types/chai": "^4.1.4", | ||
"@types/mocha": "^5.2.5", | ||
"babel-loader": "^8.0.0", | ||
"chai": "^4.1.2", | ||
"coveralls": "^3.0.2", | ||
"cross-env": "^5.2.0", | ||
"del-cli": "^1.1.0", | ||
@@ -21,3 +24,8 @@ "istanbul": "^0.4.5", | ||
"nyc": "^12.0.2", | ||
"tslint": "^5.11.0" | ||
"ts-loader": "^4.5.0", | ||
"tslint": "^5.11.0", | ||
"typescript": "^3.0.3", | ||
"uglifyjs-webpack-plugin": "^1.3.0", | ||
"webpack": "^4.17.1", | ||
"webpack-cli": "^3.1.0" | ||
}, | ||
@@ -28,7 +36,8 @@ "scripts": { | ||
"posttest": "npm run removenyc && del-cli coverage", | ||
"prepublish": "tsc", | ||
"prepublish": "npm run build", | ||
"cover": "tsc -p tsconfig.test.json && istanbul cover ./node_modules/mocha/bin/_mocha dist/test/**/*.test.js --recursive", | ||
"coveralls": "npm run cover -- --report lcovonly && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && del-cli ./coverage", | ||
"removenyc": "del-cli .nyc_output", | ||
"deletedist": "del-cli dist" | ||
"deletedist": "del-cli dist", | ||
"build": "npm run deletedist && cross-env NODE_ENV=production webpack" | ||
}, | ||
@@ -35,0 +44,0 @@ "repository": { |
Sorry, the diff of this file is too big to display
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
435882
3610
18
39
1
+ Addedts-commons@0.0.31(transitive)
- Removedts-commons@0.0.16(transitive)
Updatedts-commons@0.0.31