Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @cheeket/injector@2.3.4
 - @cheeket/koa@1.0.0-alpha.1
 - cheeket@2.3.4
  • Loading branch information
siyul-park committed Nov 25, 2020
1 parent 3983db2 commit 64b3d5a
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/@cheeket-injector/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/@cheeket-injector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cheeket/injector",
"version": "2.3.3",
"version": "2.3.4",
"description": "a decorator-based injector plugin for of cheeket",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -19,7 +19,7 @@
"devDependencies": {
"@types/jest": "^26.0.15",
"@types/node": "^14.14.2",
"cheeket": "^2.3.3",
"cheeket": "^2.3.4",
"cross-env": "^7.0.2",
"eslint": "^7.12.0",
"gulp": "^4.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/@cheeket-koa/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/@cheeket-koa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cheeket/koa",
"version": "1.0.0-alpha.0",
"version": "1.0.0-alpha.1",
"description": "use cheeket in koa",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -21,7 +21,7 @@
"@types/cookies": "^0.7.5",
"@types/koa": "^2.11.6",
"@types/node": "^14.14.8",
"cheeket": "^2.3.3",
"cheeket": "^2.3.4",
"cross-env": "^7.0.2",
"eslint": "^7.13.0",
"koa": "^2.13.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/cheeket/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/cheeket/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cheeket",
"version": "2.3.3",
"version": "2.3.4",
"description": "A very lightweight dependency injection container for TypeScript/JavaScript for constructor injection as functional.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 64b3d5a

Please sign in to comment.