@node-flow/core
Advanced tools
Comparing version 0.0.1-alpha.0 to 0.0.1-alpha.2
@@ -9,3 +9,3 @@ "use strict"; | ||
// TODO: | ||
const baseDir = path_1.default.join('/Users/waynegong/ndoe-flow/'); | ||
const baseDir = path_1.default.join(process.cwd(), 'data'); | ||
exports.DEFAULT_CONF = { | ||
@@ -12,0 +12,0 @@ baseDir, |
{ | ||
"name": "@node-flow/core", | ||
"version": "0.0.1-alpha.0", | ||
"version": "0.0.1-alpha.2", | ||
"description": "> TODO: description", | ||
@@ -17,3 +17,4 @@ "author": "wayne <me@waynegong.cn>", | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.org" | ||
"registry": "https://registry.npmjs.org", | ||
"access": "public" | ||
}, | ||
@@ -32,14 +33,10 @@ "repository": { | ||
"dependencies": { | ||
"conf": "^10.1.2", | ||
"conf": "^10.2.0", | ||
"log4js": "^6.6.1", | ||
"nodemon": "^2.0.19", | ||
"typescript": "^4.7.4", | ||
"uuid": "^8.3.2" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^18.6.2", | ||
"@types/uuid": "^8.3.4", | ||
"jest": "^28.1.3", | ||
"typescript": "^4.7.4" | ||
} | ||
"@types/uuid": "^8.3.4" | ||
}, | ||
"gitHead": "c06bec0e69ceadca123eb66692aabab37aa7bd8b" | ||
} |
@@ -1,11 +0,3 @@ | ||
# `node-git` | ||
# `@node-flow/core` | ||
> TODO: description | ||
## Usage | ||
``` | ||
const nodeGit = require('node-git'); | ||
// TODO: DEMONSTRATE API | ||
``` | ||
> TODO: description |
14990
3
1
16
398
3
- Removednodemon@^2.0.19
- Removedtypescript@^4.7.4
- Removedanymatch@3.1.3(transitive)
- Removedbalanced-match@1.0.2(transitive)
- Removedbinary-extensions@2.3.0(transitive)
- Removedbrace-expansion@1.1.11(transitive)
- Removedbraces@3.0.3(transitive)
- Removedchokidar@3.6.0(transitive)
- Removedconcat-map@0.0.1(transitive)
- Removeddebug@3.2.7(transitive)
- Removedfill-range@7.1.1(transitive)
- Removedfsevents@2.3.3(transitive)
- Removedglob-parent@5.1.2(transitive)
- Removedhas-flag@3.0.0(transitive)
- Removedignore-by-default@1.0.1(transitive)
- Removedis-binary-path@2.1.0(transitive)
- Removedis-extglob@2.1.1(transitive)
- Removedis-glob@4.0.3(transitive)
- Removedis-number@7.0.0(transitive)
- Removedminimatch@3.1.2(transitive)
- Removednodemon@2.0.22(transitive)
- Removednormalize-path@3.0.0(transitive)
- Removedpicomatch@2.3.1(transitive)
- Removedpstree.remy@1.1.8(transitive)
- Removedreaddirp@3.6.0(transitive)
- Removedsemver@5.7.27.0.0(transitive)
- Removedsimple-update-notifier@1.1.0(transitive)
- Removedsupports-color@5.5.0(transitive)
- Removedto-regex-range@5.0.1(transitive)
- Removedtouch@3.1.1(transitive)
- Removedtypescript@4.9.5(transitive)
- Removedundefsafe@2.0.5(transitive)
Updatedconf@^10.2.0