@politie/informant
Advanced tools
Comparing version 1.1.9 to 1.1.10
{ | ||
"name": "@politie/informant", | ||
"version": "1.1.9", | ||
"version": "1.1.10", | ||
"description": "Informant is a simple and fast logging library for Node.js and browser JavaScript applications.", | ||
@@ -17,3 +17,3 @@ "main": "dist/informant.cjs.js", | ||
"bundle": "tsc --module es6 && rollup -c && node ./test-bundle", | ||
"test": "npm run lint && tsc && nyc --check-coverage --lines 100 --functions 100 --branches 99 --statements 100 --reporter text-summary --reporter lcov --include \"src/**/*.ts\" --include \"dist/**/*.js\" --exclude \"src/**/*.spec.ts\" --exclude \"dist/**/*.spec.js\" mocha --forbid-only \"dist/**/*.spec.js\"", | ||
"test": "npm run lint && tsc && nyc --check-coverage --lines 100 --functions 100 --branches 98 --statements 100 --reporter text-summary --reporter lcov --include \"src/**/*.ts\" --include \"dist/**/*.js\" --exclude \"src/**/*.spec.ts\" --exclude \"dist/**/*.spec.js\" mocha --forbid-only \"dist/**/*.spec.js\"", | ||
"posttest": "rimraf .nyc_output", | ||
@@ -40,19 +40,19 @@ "watch": "nodemon --watch src --ext ts --exec npm run watch:run", | ||
"dependencies": { | ||
"tslib": "^2.3.1" | ||
"tslib": "^2.8.1" | ||
}, | ||
"devDependencies": { | ||
"@types/chai": "^4.2.22", | ||
"@types/mocha": "^10.0.6", | ||
"@types/node": "^20.14.2", | ||
"@types/chai": "^4.3.20", | ||
"@types/mocha": "^10.0.9", | ||
"@types/node": "^22.9.0", | ||
"@types/sinon": "^17.0.3", | ||
"@types/sinon-chai": "^3.2.2", | ||
"chai": "^4.4.1", | ||
"mocha": "^10.4.0", | ||
"nodemon": "^3.1.3", | ||
"nyc": "^15.1.0", | ||
"rimraf": "^5.0.7", | ||
"rollup": "^2.79.1", | ||
"chai": "^4.5.0", | ||
"mocha": "^10.8.2", | ||
"nodemon": "^3.1.7", | ||
"nyc": "^17.1.0", | ||
"rimraf": "^6.0.1", | ||
"rollup": "^2.79.2", | ||
"rollup-plugin-sourcemaps": "^0.6.3", | ||
"rollup-plugin-visualizer": "^5.5.2", | ||
"sinon": "^18.0.0", | ||
"sinon": "^19.0.2", | ||
"sinon-chai": "^3.3.0", | ||
@@ -62,4 +62,4 @@ "source-map-support": "^0.5.21", | ||
"tslint": "^6.1.3", | ||
"typescript": "^4.4.3" | ||
"typescript": "^5.6.3" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
142543
Updatedtslib@^2.8.1