File tree Expand file tree Collapse file tree 7 files changed +20993
-15795
lines changed Expand file tree Collapse file tree 7 files changed +20993
-15795
lines changed Original file line number Diff line number Diff line change @@ -16,3 +16,4 @@ lerna-debug.log
1616# yarn
1717yarn-error.log
1818.vscode /settings.json
19+ .yarn /*
Original file line number Diff line number Diff line change 1+ nodeLinker : node-modules
2+
3+ yarnPath : .yarn/releases/yarn-4.5.2.cjs
Original file line number Diff line number Diff line change 11{
22 "name" : " root" ,
33 "private" : true ,
4- "packageManager" : " yarn@1.22.19 " ,
4+ "packageManager" : " yarn@4.5.2 " ,
55 "devDependencies" : {
66 "@commitlint/cli" : " ^17.4.2" ,
77 "@commitlint/config-conventional" : " ^17.4.2" ,
Original file line number Diff line number Diff line change 2828 "clean" : " rm -rf coverage dist" ,
2929 "lint" : " eslint src test" ,
3030 "test" : " jest"
31- },
32- "devDependencies" : {}
31+ }
3332}
Original file line number Diff line number Diff line change 1414 "dependencies" : {
1515 "@forestadmin/datasource-sequelize" : " 1.10.5" ,
1616 "@forestadmin/datasource-toolkit" : " 1.43.0" ,
17+ "@types/ssh2" : " ^1.11.11" ,
1718 "pluralize" : " ^8.0.0" ,
1819 "sequelize" : " ^6.37.5" ,
1920 "socks" : " ^2.7.1" ,
20- "ssh2" : " ^1.14.0" ,
21- "@types/ssh2" : " ^1.11.11"
21+ "ssh2" : " ^1.14.0"
2222 },
2323 "files" : [
2424 " dist/**/*.js" ,
Original file line number Diff line number Diff line change 4242 "url" : " git+https://github.com/ForestAdmin/agent-nodejs.git" ,
4343 "directory" : " packages/forest-cloud"
4444 },
45- "bin" : {
46- "forest-cloud" : " dist/command.js"
47- },
45+ "bin" : " dist/command.js" ,
4846 "scripts" : {
4947 "build" : " tsc && yarn build:copy" ,
5048 "build:watch" : " tsc --watch & nodemon --watch 'src/templates/*' --ext txt --exec yarn build:copy" ,
You can’t perform that action at this time.
0 commit comments