Comparing version 4.3.3 to 4.3.4
@@ -0,1 +1,5 @@ | ||
# v4.3.4 | ||
- Move rollup-plugin-copy to devDependencies ([#236](https://github.com/jeffijoe/awilix/pull/236), [Evan Sosenko](https://github.com/razor-x)) | ||
# v4.3.3 | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "awilix", | ||
"version": "4.3.3", | ||
"version": "4.3.4", | ||
"description": "Extremely powerful dependency injection container.", | ||
@@ -71,2 +71,3 @@ "main": "lib/awilix.js", | ||
"rollup-plugin-commonjs": "^10.1.0", | ||
"rollup-plugin-copy": "^3.4.0", | ||
"rollup-plugin-node-resolve": "^5.2.0", | ||
@@ -85,4 +86,3 @@ "rollup-plugin-replace": "^2.2.0", | ||
"camel-case": "^4.1.2", | ||
"glob": "^7.1.6", | ||
"rollup-plugin-copy": "^3.4.0" | ||
"glob": "^7.1.6" | ||
}, | ||
@@ -89,0 +89,0 @@ "lint-staged": { |
@@ -227,3 +227,3 @@ # Awilix | ||
container.register({ | ||
mailService: asClass(MailService).lifetime(Lifetime.SINGLETON) | ||
mailService: asClass(MailService).setLifetime(Lifetime.SINGLETON) | ||
}) | ||
@@ -230,0 +230,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
316292
2
29
- Removedrollup-plugin-copy@^3.4.0
- Removed@nodelib/fs.scandir@2.1.5(transitive)
- Removed@nodelib/fs.stat@2.0.5(transitive)
- Removed@nodelib/fs.walk@1.2.8(transitive)
- Removed@types/fs-extra@8.1.5(transitive)
- Removed@types/glob@7.2.0(transitive)
- Removed@types/minimatch@5.1.2(transitive)
- Removed@types/node@22.9.0(transitive)
- Removedarray-union@2.1.0(transitive)
- Removedbraces@3.0.3(transitive)
- Removedcolorette@1.4.0(transitive)
- Removeddir-glob@3.0.1(transitive)
- Removedfast-glob@3.3.2(transitive)
- Removedfastq@1.17.1(transitive)
- Removedfill-range@7.1.1(transitive)
- Removedfs-extra@8.1.0(transitive)
- Removedglob-parent@5.1.2(transitive)
- Removedglobby@10.0.1(transitive)
- Removedgraceful-fs@4.2.11(transitive)
- Removedignore@5.3.2(transitive)
- Removedis-extglob@2.1.1(transitive)
- Removedis-glob@4.0.3(transitive)
- Removedis-number@7.0.0(transitive)
- Removedis-plain-object@3.0.1(transitive)
- Removedjsonfile@4.0.0(transitive)
- Removedmerge2@1.4.1(transitive)
- Removedmicromatch@4.0.8(transitive)
- Removedpath-type@4.0.0(transitive)
- Removedpicomatch@2.3.1(transitive)
- Removedqueue-microtask@1.2.3(transitive)
- Removedreusify@1.0.4(transitive)
- Removedrollup-plugin-copy@3.5.0(transitive)
- Removedrun-parallel@1.2.0(transitive)
- Removedslash@3.0.0(transitive)
- Removedto-regex-range@5.0.1(transitive)
- Removedundici-types@6.19.8(transitive)
- Removeduniversalify@0.1.2(transitive)