Skip to content

Commit

Permalink
fix: fix fbi version
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnnxiao(肖玉峰) committed Sep 20, 2020
1 parent f4dfd8a commit 0643c67
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .fbi.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
factory: {
id: 'factory-node',
version: '',
id: 'factory-factory',
version: '0.1',
template: 'factory',
features: { typescript: true }
}
Expand Down
2 changes: 1 addition & 1 deletion lib/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import TemplateDalBasic from './templates/dal-basic';
export default class FactoryNode extends Factory {
id: string;
description: string;
commands: (CommandBuild | CommandServe | CommandDb | CommandGenerate)[];
commands: (CommandServe | CommandDb | CommandGenerate | CommandBuild)[];
templates: (TemplateGraphql | TemplateAdmin | TemplateApiBasic | TemplateApiCombine | TemplateDalBasic)[];
execOpts: any;
}
17 changes: 8 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,15 @@
"dependencies": {
"create-nexus-type": "^1.1.7",
"dotenv": "^8.2.0",
"ejs": "^3.0.1",
"fbi": "next",
"prisma2": "2.0.0-preview023",
"ts-node": "^8.6.2",
"ts-node-dev": "^1.0.0-pre.44",
"tslib": "^1.11.1",
"typescript": "^3.8.3"
"ejs": "^3.1.5",
"fbi": "4.0.2",
"ts-node": "^9.0.0",
"ts-node-dev": "1.0.0-pre.62",
"tslib": "^2.0.1",
"typescript": "^4.0.3"
},
"devDependencies": {
"@types/node": "^13.7.6",
"@types/ejs": "^3.0.1"
"@types/node": "^14.11.1",
"@types/ejs": "^3.0.4"
}
}

0 comments on commit 0643c67

Please sign in to comment.