Skip to content

Commit

Permalink
feat: refactor koa API structure and add zoom error notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
DASPRiD committed Aug 29, 2024
1 parent 62e8135 commit 3e1e0d3
Show file tree
Hide file tree
Showing 50 changed files with 1,645 additions and 1,147 deletions.
2 changes: 1 addition & 1 deletion lefthook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pre-commit:
commands:
check:
glob: "*.{js,ts,cjs,mjs,d.cts,d.mts,jsx,tsx,json,jsonc}"
run: pnpm exec biome check --apply --no-errors-on-unmatched --files-ignore-unknown=true {staged_files} && git update-index --again
run: pnpm exec biome check --write --no-errors-on-unmatched --files-ignore-unknown=true {staged_files} && git update-index --again

commit-msg:
commands:
Expand Down
38 changes: 20 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,38 +16,40 @@
"test-synth": "tsx src/test-cli.ts",
"build": "tsc",
"format": "biome format . --write",
"check": "biome check . --apply"
"check": "biome check . --write"
},
"devDependencies": {
"@biomejs/biome": "1.7.3",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@biomejs/biome": "1.8.3",
"@commitlint/cli": "^19.4.1",
"@commitlint/config-conventional": "^19.4.1",
"@tsconfig/node20": "^20.1.4",
"@types/node": "^20.12.12",
"@types/node": "^20.16.2",
"@types/semver": "^7.5.8",
"@types/source-map-support": "^0.5.10",
"lefthook": "^1.6.11",
"pkg-types": "^1.1.1",
"tsx": "^4.10.2",
"typescript": "^5.4.5"
"lefthook": "^1.7.14",
"pkg-types": "^1.2.0",
"tsx": "^4.19.0",
"typescript": "^5.5.4"
},
"dependencies": {
"@aws-sdk/client-acm": "^3.576.0",
"@aws-sdk/client-cloudformation": "^3.576.0",
"@aws-sdk/client-sts": "^3.576.0",
"@listr2/prompt-adapter-enquirer": "^2.0.8",
"@aws-sdk/client-acm": "^3.637.0",
"@aws-sdk/client-cloudformation": "^3.637.0",
"@aws-sdk/client-secrets-manager": "^3.637.0",
"@aws-sdk/client-sts": "^3.637.0",
"@listr2/prompt-adapter-enquirer": "^2.0.11",
"@soliantconsulting/bitbucket-cloud-cli-auth": "^1.0.0",
"@soliantconsulting/bitbucket-openid-connect": "^1.1.1",
"aws-cdk": "^2.141.0",
"aws-cdk": "^2.154.1",
"deepmerge": "^4.3.1",
"enquirer": "^2.4.1",
"execa": "^8.0.1",
"glob": "^10.3.15",
"glob": "^10.4.5",
"handlebars": "^4.7.8",
"listr2": "^8.2.1",
"listr2": "^8.2.4",
"meow": "^13.2.0",
"semver": "^7.6.2",
"source-map-support": "^0.5.21"
"semver": "^7.6.3",
"source-map-support": "^0.5.21",
"tiny-invariant": "^1.3.3"
},
"packageManager": "pnpm@8.15.6+sha256.01c01eeb990e379b31ef19c03e9d06a14afa5250b82e81303f88721c99ff2e6f"
}
Loading

0 comments on commit 3e1e0d3

Please sign in to comment.