Skip to content

Commit 8575d61

Browse files
committed
bug fix
1 parent eebf4a4 commit 8575d61

File tree

11 files changed

+7
-7
lines changed

11 files changed

+7
-7
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ node_modules/.bin/fdmd --generate all --inputFile yaml/db.yaml --tempDir templat
3838
| generate code | support | command | generate code example |
3939
| -------------------------- | ------- | ---------------- | ----------------------------------------------- |
4040
| All || all | [code](./example/fdmd_output/) |
41-
| Dart - Freezed || dart_freezed | [code](./example/fdmd_output/dart_freezed/) |
4241
| Dart | - | - | - |
42+
| Dart - Freezed || dart_freezed | [code](./example/fdmd_output/dart_freezed/) |
4343
| TypeScript | - | - | - |
4444
| TypeScript - Ballcap-Admin || ts_ballcap_admin | [code](./example/fdmd_output/ts_ballcap_admin/) |
4545
| Swift | - | - | - |

example/package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"author": "shohei",
1010
"license": "MIT",
1111
"devDependencies": {
12-
"fdmd": "0.0.17"
12+
"fdmd": "0.0.18"
1313
}
1414
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fdmd",
3-
"version": "0.0.17",
3+
"version": "0.0.18",
44
"description": "firestore data modeling design tool",
55
"main": "index.js",
66
"bin": {

src/entities/constants.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export const dataType = {
1313
export const generateType = {
1414
all: 'all',
1515
dart: 'dart',
16-
dartFreezed: 'dart_freezed ',
16+
dartFreezed: 'dart_freezed',
1717
ts: 'ts',
1818
tsBallcapAdmin: 'ts_ballcap_admin',
1919
swift: 'swfit',

0 commit comments

Comments
 (0)