Skip to content

Commit

Permalink
Merge eb1bebf into 138adff
Browse files Browse the repository at this point in the history
  • Loading branch information
betula committed Dec 16, 2020
2 parents 138adff + eb1bebf commit 83ccf3b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
12 changes: 12 additions & 0 deletions .todos.md
@@ -0,0 +1,12 @@
[] Remove site
[] Remove zone
[] Rename "node-shared/jest-cleanup-after-each" to "node-shared/jest"


[] Use only tree function: shared, free, and factory

[] In future will add mock function for assign value for shared

It's enough for the current development process.

Asynchronous dependency injection scope is not necessary for the current use of that.
10 changes: 6 additions & 4 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "node-provide",
"name": "node-shared",
"version": "2.0.1",
"description": "Async context based Dependency Injection for Node.JS",
"description": "Shared logic for Node.JS",
"repository": {
"url": "https://github.com/betula/node-provide"
},
Expand Down Expand Up @@ -31,10 +31,12 @@
"provide",
"injection",
"inject",
"zone",
"shared",
"shared logic",
"isolate",
"node"
],
"author": "Viacheslav Bereza <mail@betula.co>",
"author": "Slava Birch <mail@betula.co>",
"license": "MIT",
"devDependencies": {
"@babel/preset-env": "^7.9.5",
Expand Down

0 comments on commit 83ccf3b

Please sign in to comment.