koatty_container
Advanced tools
Comparing version 1.5.2 to 1.6.0
@@ -5,2 +5,4 @@ # Changelog | ||
### [1.6.0](https://github.com/koatty/koatty_container/compare/v1.5.2...v1.6.0) (2021-07-12) | ||
### [1.5.2](https://github.com/koatty/koatty_container/compare/v1.4.4...v1.5.2) (2021-07-09) | ||
@@ -7,0 +9,0 @@ |
@@ -0,1 +1,7 @@ | ||
/** | ||
* @ author: richen | ||
* @ copyright: Copyright (c) - <richenlin(at)gmail.com> | ||
* @ license: MIT | ||
* @ version: 2020-05-10 11:41:01 | ||
*/ | ||
export declare type Scope = 'Singleton' | 'Prototype'; | ||
@@ -2,0 +8,0 @@ export declare type ComponentType = 'COMPONENT' | 'CONTROLLER' | 'MIDDLEWARE' | 'SERVICE'; |
{ | ||
"name": "koatty_container", | ||
"version": "1.5.2", | ||
"version": "1.6.0", | ||
"description": "IOC Container for Koatty.", | ||
@@ -46,3 +46,2 @@ "scripts": { | ||
"@types/cls-hooked": "^4.x.x", | ||
"@types/koa": "^2.x.x", | ||
"@types/node": "^12.x.x", | ||
@@ -66,3 +65,2 @@ "@typescript-eslint/eslint-plugin": "^4.x.x", | ||
"dependencies": { | ||
"koa": "^2.x.x", | ||
"koatty_lib": "^1.x.x", | ||
@@ -78,2 +76,2 @@ "koatty_logger": "^1.x.x", | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
1857085
4
19
1756
- Removedkoa@^2.x.x
- Removedaccepts@1.3.8(transitive)
- Removedcache-content-type@1.0.1(transitive)
- Removedcontent-disposition@0.5.4(transitive)
- Removedcontent-type@1.0.5(transitive)
- Removedcookies@0.9.1(transitive)
- Removeddebug@4.3.7(transitive)
- Removeddeep-equal@1.0.1(transitive)
- Removeddelegates@1.0.0(transitive)
- Removeddepd@1.1.22.0.0(transitive)
- Removeddestroy@1.2.0(transitive)
- Removedee-first@1.1.1(transitive)
- Removedencodeurl@1.0.2(transitive)
- Removedescape-html@1.0.3(transitive)
- Removedfresh@0.5.2(transitive)
- Removedhas-symbols@1.0.3(transitive)
- Removedhas-tostringtag@1.0.2(transitive)
- Removedhttp-assert@1.5.0(transitive)
- Removedhttp-errors@1.8.1(transitive)
- Removedinherits@2.0.4(transitive)
- Removedis-generator-function@1.0.10(transitive)
- Removedkeygrip@1.1.0(transitive)
- Removedkoa@2.15.3(transitive)
- Removedkoa-compose@4.2.0(transitive)
- Removedkoa-convert@2.0.0(transitive)
- Removedmedia-typer@0.3.0(transitive)
- Removedmime-db@1.52.0(transitive)
- Removedmime-types@2.1.35(transitive)
- Removedms@2.1.3(transitive)
- Removednegotiator@0.6.3(transitive)
- Removedon-finished@2.4.1(transitive)
- Removedonly@0.0.2(transitive)
- Removedparseurl@1.3.3(transitive)
- Removedsafe-buffer@5.2.1(transitive)
- Removedsetprototypeof@1.2.0(transitive)
- Removedstatuses@1.5.0(transitive)
- Removedtoidentifier@1.0.1(transitive)
- Removedtsscmp@1.0.6(transitive)
- Removedtype-is@1.6.18(transitive)
- Removedvary@1.1.2(transitive)
- Removedylru@1.4.0(transitive)