diff --git a/.todos.md b/.todos.md new file mode 100644 index 0000000..3026087 --- /dev/null +++ b/.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. diff --git a/package.json b/package.json index bc0fa8e..10febe3 100644 --- a/package.json +++ b/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" }, @@ -31,10 +31,12 @@ "provide", "injection", "inject", - "zone", + "shared", + "shared logic", + "isolate", "node" ], - "author": "Viacheslav Bereza ", + "author": "Slava Birch ", "license": "MIT", "devDependencies": { "@babel/preset-env": "^7.9.5",