typed-inject
Advanced tools
Comparing version 2.2.0 to 2.2.1
@@ -0,1 +1,10 @@ | ||
## [2.2.1](https://github.com/nicojs/typed-inject/compare/v2.2.0...v2.2.1) (2020-03-22) | ||
### Bug Fixes | ||
* **dist:** distribute ts allongside dist js code ([5d7dbf0](https://github.com/nicojs/typed-inject/commit/5d7dbf08ee79a2e1d732d0d3883a160a7e901465)) | ||
# [2.2.0](https://github.com/nicojs/typed-inject/compare/v2.1.1...v2.2.0) (2020-03-21) | ||
@@ -2,0 +11,0 @@ |
{ | ||
"name": "typed-inject", | ||
"version": "2.2.0", | ||
"version": "2.2.1", | ||
"description": "Type safe dependency injection framework for TypeScript", | ||
"main": "src/index.js", | ||
"typings": "src/index.d.ts", | ||
"main": "dist/src/index.js", | ||
"scripts": { | ||
"all": "npm run clean && npm run lint && npm run build && npm run test && npm run stryker", | ||
"start": "tsc -b -w", | ||
"clean": "rimraf \"+(src|test)/**/*+(.map|.js|.d.ts)\" \"*.tsbuildinfo\"", | ||
"clean": "rimraf dist", | ||
"lint": "eslint . --ext .js,.ts --ignore-path .gitignore --ignore-pattern testResources/**/*.ts --ignore-pattern stryker.conf.js", | ||
"build": "tsc -b", | ||
"test": "nyc --exclude-after-remap=false --check-coverage --reporter=html --report-dir=reports/coverage --lines 100 --functions 100 --branches 100 npm run mocha", | ||
"mocha": "mocha \"test/helpers/**/*.js\" \"test/unit/**/*.js\" && mocha --timeout 20000 \"test/helpers/**/*.js\" \"test/integration/**/*.js\"", | ||
"test": "nyc --exclude-after-remap=false \"--exclude=dist/test/**/*.js\" --check-coverage --reporter=html --report-dir=reports/coverage --lines 100 --functions 100 --branches 100 npm run mocha", | ||
"mocha": "mocha \"dist/test/helpers/**/*.js\" \"dist/test/unit/**/*.js\" && mocha --timeout 20000 \"dist/test/helpers/**/*.js\" \"dist/test/integration/**/*.js\"", | ||
"stryker": "stryker run", | ||
@@ -16,0 +15,0 @@ "preversion": "npm run all", |
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
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
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
86776
70
733
1