File tree Expand file tree Collapse file tree 3 files changed +34
-15
lines changed Expand file tree Collapse file tree 3 files changed +34
-15
lines changed Original file line number Diff line number Diff line change
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
+
6
+ # 0.1.0 (2023-02-21)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * ** deps:** update all non-major dependencies ([ #7 ] ( https://github.com/NezuChan/utilities/issues/7 ) ) ([ 925622e] ( https://github.com/NezuChan/utilities/commit/925622ec7b8c50dfe796176bc46d6868e0ab1d06 ) )
12
+ * lint job cannot completed ([ 9ae5587] ( https://github.com/NezuChan/utilities/commit/9ae5587cd7354ae0b5f00034617ff9f79c6f86f8 ) )
13
+
14
+
15
+ ### Features
16
+
17
+ * add initial migration ([ d048a7c] ( https://github.com/NezuChan/utilities/commit/d048a7c0860b5b65877dcfd361a2df5fd0d547ef ) )
18
+ * add prisma ([ #8 ] ( https://github.com/NezuChan/utilities/issues/8 ) ) ([ 3d4ce27] ( https://github.com/NezuChan/utilities/commit/3d4ce27256eef7ae5e39c6e53448cae29ec91dbc ) )
19
+ * relational guild schema ([ #9 ] ( https://github.com/NezuChan/utilities/issues/9 ) ) ([ 4ffa713] ( https://github.com/NezuChan/utilities/commit/4ffa7138cf07541d3c1961d7cb3eef7678fb33b1 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @nezuchan/prisma" ,
3
- "version" : " 0.0 .0" ,
3
+ "version" : " 0.1 .0" ,
4
4
"description" : " A package that contains shared prisma schema and some utilities" ,
5
5
"main" : " dist" ,
6
6
"scripts" : {
28
28
},
29
29
"eslintConfig" : {
30
30
"parserOptions" : {
31
- "project" : " ./tsconfig.eslint.json"
32
- },
33
- "extends" : " @hazmi35/eslint-config/typescript" ,
34
- "ignorePatterns" : [
35
- " dist/*"
36
- ]
31
+ "project" : " ./tsconfig.eslint.json"
32
+ },
33
+ "extends" : " @hazmi35/eslint-config/typescript" ,
34
+ "ignorePatterns" : [
35
+ " dist/*"
36
+ ]
37
37
},
38
38
"files" : [
39
- " dist/**/*.js*" ,
40
- " dist/**/*.mjs*" ,
41
- " dist/**/*.d*" ,
42
- " migrations/**/*.sql" ,
43
- " migrations/migration_lock.toml" ,
44
- " schema.prisma"
45
- ],
39
+ " dist/**/*.js*" ,
40
+ " dist/**/*.mjs*" ,
41
+ " dist/**/*.d*" ,
42
+ " migrations/**/*.sql" ,
43
+ " migrations/migration_lock.toml" ,
44
+ " schema.prisma"
45
+ ],
46
46
"dependencies" : {
47
47
"@prisma/client" : " ^4.10.1"
48
48
}
You can’t perform that action at this time.
0 commit comments