Skip to content

Commit

Permalink
feat: rename 'changes' property in nukak-express response to 'count' …
Browse files Browse the repository at this point in the history
…for higher consistency
  • Loading branch information
rogerpadilla committed Mar 26, 2023
1 parent 7880f42 commit be64fc2
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/nukak-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "c5b90694d816ab20c670201ba511a43b724f16fe"
"gitHead": "7880f424412d2f48f28e716591433fd4300c85a4"
}
2 changes: 1 addition & 1 deletion packages/nukak-express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "c5b90694d816ab20c670201ba511a43b724f16fe"
"gitHead": "7880f424412d2f48f28e716591433fd4300c85a4"
}
2 changes: 1 addition & 1 deletion packages/nukak-maria/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "c5b90694d816ab20c670201ba511a43b724f16fe"
"gitHead": "7880f424412d2f48f28e716591433fd4300c85a4"
}
2 changes: 1 addition & 1 deletion packages/nukak-mongo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "c5b90694d816ab20c670201ba511a43b724f16fe"
"gitHead": "7880f424412d2f48f28e716591433fd4300c85a4"
}
2 changes: 1 addition & 1 deletion packages/nukak-mysql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "c5b90694d816ab20c670201ba511a43b724f16fe"
"gitHead": "7880f424412d2f48f28e716591433fd4300c85a4"
}
2 changes: 1 addition & 1 deletion packages/nukak-postgres/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "c5b90694d816ab20c670201ba511a43b724f16fe"
"gitHead": "7880f424412d2f48f28e716591433fd4300c85a4"
}
2 changes: 1 addition & 1 deletion packages/nukak-sqlite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "c5b90694d816ab20c670201ba511a43b724f16fe"
"gitHead": "7880f424412d2f48f28e716591433fd4300c85a4"
}
2 changes: 1 addition & 1 deletion packages/nukak/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "c5b90694d816ab20c670201ba511a43b724f16fe"
"gitHead": "7880f424412d2f48f28e716591433fd4300c85a4"
}
4 changes: 3 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"target": "ESNext",
"strict": true,
"strictNullChecks": false,
"suppressImplicitAnyIndexErrors": true,
"noImplicitAny": true,
"forceConsistentCasingInFileNames": true,
"allowUnreachableCode": false,
Expand All @@ -36,7 +37,8 @@
"nukak/type": ["packages/nukak/src/type/index.ts"],
"nukak/util": ["packages/nukak/src/util/index.ts"],
"nukak/*": ["packages/nukak/src/*"]
}
},
"ignoreDeprecations": "5.0"
},
"exclude": ["node_modules", "data", "dist", "coverage", "**/*/node_modules", "**/*/dist"]
}

0 comments on commit be64fc2

Please sign in to comment.