Comparing version 4.3.0 to 4.3.1
@@ -0,1 +1,5 @@ | ||
# v4.3.1 | ||
- `GlobWithOptions` now includes `BuildResolverOptions` instead of `ResolverOptions` (fixes [#214](https://github.com/jeffijoe/awilix/issues/214)) | ||
# v4.3.0 | ||
@@ -2,0 +6,0 @@ |
import * as glob from 'glob'; | ||
import { ResolverOptions } from './resolvers'; | ||
import { BuildResolverOptions } from './resolvers'; | ||
import { LifetimeType } from './awilix'; | ||
@@ -31,3 +31,3 @@ /** | ||
*/ | ||
export declare type GlobWithOptions = [string] | [string, ResolverOptions<any> | LifetimeType]; | ||
export declare type GlobWithOptions = [string] | [string, BuildResolverOptions<any> | LifetimeType]; | ||
/** | ||
@@ -34,0 +34,0 @@ * Returns a list of {name, path} pairs, |
{ | ||
"name": "awilix", | ||
"version": "4.3.0", | ||
"version": "4.3.1", | ||
"description": "Extremely powerful dependency injection container.", | ||
@@ -53,3 +53,3 @@ "main": "lib/awilix.js", | ||
"devDependencies": { | ||
"@babel/core": "^7.12.8", | ||
"@babel/core": "^7.12.9", | ||
"@babel/plugin-transform-runtime": "^7.12.1", | ||
@@ -59,14 +59,14 @@ "@babel/preset-env": "^7.12.7", | ||
"@types/glob": "^7.1.3", | ||
"@types/jest": "^26.0.15", | ||
"@types/node": "^14.14.9", | ||
"@types/jest": "^26.0.16", | ||
"@types/node": "^14.14.10", | ||
"@types/prettier": "^2.1.5", | ||
"babel-jest": "^26.6.3", | ||
"coveralls": "^3.1.0", | ||
"husky": "^4.3.0", | ||
"husky": "^4.3.4", | ||
"istanbul": "^0.4.5", | ||
"jest": "^26.6.3", | ||
"lint-staged": "^10.5.2", | ||
"prettier": "^2.2.0", | ||
"lint-staged": "^10.5.3", | ||
"prettier": "^2.2.1", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^2.33.3", | ||
"rollup": "^2.34.1", | ||
"rollup-plugin-commonjs": "^10.1.0", | ||
@@ -85,3 +85,3 @@ "rollup-plugin-node-resolve": "^5.2.0", | ||
"dependencies": { | ||
"camel-case": "^4.1.1", | ||
"camel-case": "^4.1.2", | ||
"glob": "^7.1.6", | ||
@@ -88,0 +88,0 @@ "rollup-plugin-copy": "^3.3.0" |
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
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
315266
Updatedcamel-case@^4.1.2