From 7f782d6b45ea91b79376abe69ead65b19ec73c1d Mon Sep 17 00:00:00 2001 From: Tim Bendt Date: Fri, 1 Nov 2024 11:32:43 -0500 Subject: [PATCH] wip --- package.json | 3 +++ pnpm-lock.yaml | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++ tsconfig.json | 9 +------ 3 files changed, 70 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index eaab981..d117ac6 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,9 @@ "@biomejs/biome": "1.7.0", "@types/lodash-es": "^4.17.12", "@types/node": "^20.12.7", + "cli-spinners": "^3.0.0", + "cli-table3": "^0.6.5", + "date-fns": "^3.6.0", "dotenv": "^16.4.5", "esbuild": "0.20.2", "eslint": "^8.57.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4953219..e7235ad 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -14,6 +14,15 @@ dependencies: '@types/node': specifier: ^20.12.7 version: registry.npmjs.org/@types/node@20.12.7 + cli-spinners: + specifier: ^3.0.0 + version: registry.npmjs.org/cli-spinners@3.0.0 + cli-table3: + specifier: ^0.6.5 + version: registry.npmjs.org/cli-table3@0.6.5 + date-fns: + specifier: ^3.6.0 + version: registry.npmjs.org/date-fns@3.6.0 dotenv: specifier: ^16.4.5 version: registry.npmjs.org/dotenv@16.4.5 @@ -215,6 +224,15 @@ packages: dev: false optional: true + registry.npmjs.org/@colors/colors@1.5.0: + resolution: {integrity: sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==, registry: https://gitlab.internal.granular.ag/api/v4/packages/npm, tarball: https://registry.npmjs.org/@colors/colors/-/colors-1.5.0.tgz} + name: '@colors/colors' + version: 1.5.0 + engines: {node: '>=0.1.90'} + requiresBuild: true + dev: false + optional: true + registry.npmjs.org/@es-joy/jsdoccomment@0.41.0: resolution: {integrity: sha512-aKUhyn1QI5Ksbqcr3fFJj16p99QdjUxXAEuFst1Z47DRyoiMwivIH9MV/ARcJOCXVjPfjITciej8ZD2O/6qUmw==, registry: https://gitlab.internal.granular.ag/api/v4/packages/npm, tarball: https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.41.0.tgz} name: '@es-joy/jsdoccomment' @@ -2011,6 +2029,24 @@ packages: escape-string-regexp: registry.npmjs.org/escape-string-regexp@1.0.5 dev: false + registry.npmjs.org/cli-spinners@3.0.0: + resolution: {integrity: sha512-5p/5f8xOjTiyEpdc5KNulSLl5dOOgPQa/m4Rj6fF5UZubWIAvpVIJlnROBbJw+PZHKHlRlYv3KSfGYlecD7qrQ==, registry: https://gitlab.internal.granular.ag/api/v4/packages/npm, tarball: https://registry.npmjs.org/cli-spinners/-/cli-spinners-3.0.0.tgz} + name: cli-spinners + version: 3.0.0 + engines: {node: '>=18.20'} + dev: false + + registry.npmjs.org/cli-table3@0.6.5: + resolution: {integrity: sha512-+W/5efTR7y5HRD7gACw9yQjqMVvEMLBHmboM/kPWam+H+Hmyrgjh6YncVKK122YZkXrLudzTuAukUw9FnMf7IQ==, registry: https://gitlab.internal.granular.ag/api/v4/packages/npm, tarball: https://registry.npmjs.org/cli-table3/-/cli-table3-0.6.5.tgz} + name: cli-table3 + version: 0.6.5 + engines: {node: 10.* || >= 12.*} + dependencies: + string-width: registry.npmjs.org/string-width@4.2.3 + optionalDependencies: + '@colors/colors': registry.npmjs.org/@colors/colors@1.5.0 + dev: false + registry.npmjs.org/color-convert@1.9.3: resolution: {integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==, registry: https://gitlab.internal.granular.ag/api/v4/packages/npm, tarball: https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz} name: color-convert @@ -2134,6 +2170,12 @@ packages: is-data-view: registry.npmjs.org/is-data-view@1.0.1 dev: false + registry.npmjs.org/date-fns@3.6.0: + resolution: {integrity: sha512-fRHTG8g/Gif+kSh50gaGEdToemgfj74aRX3swtiouboip5JDLAyDE9F11nHMIcvOaXeOC6D7SpNhi7uFyB7Uww==, registry: https://gitlab.internal.granular.ag/api/v4/packages/npm, tarball: https://registry.npmjs.org/date-fns/-/date-fns-3.6.0.tgz} + name: date-fns + version: 3.6.0 + dev: false + registry.npmjs.org/debug@3.2.7: resolution: {integrity: sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==, registry: https://gitlab.internal.granular.ag/api/v4/packages/npm, tarball: https://registry.npmjs.org/debug/-/debug-3.2.7.tgz} name: debug @@ -2252,6 +2294,12 @@ packages: version: 1.4.744 dev: false + registry.npmjs.org/emoji-regex@8.0.0: + resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==, registry: https://gitlab.internal.granular.ag/api/v4/packages/npm, tarball: https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz} + name: emoji-regex + version: 8.0.0 + dev: false + registry.npmjs.org/emoji-regex@9.2.2: resolution: {integrity: sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==, registry: https://gitlab.internal.granular.ag/api/v4/packages/npm, tarball: https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz} name: emoji-regex @@ -3707,6 +3755,13 @@ packages: call-bind: registry.npmjs.org/call-bind@1.0.7 dev: false + registry.npmjs.org/is-fullwidth-code-point@3.0.0: + resolution: {integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==, registry: https://gitlab.internal.granular.ag/api/v4/packages/npm, tarball: https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz} + name: is-fullwidth-code-point + version: 3.0.0 + engines: {node: '>=8'} + dev: false + registry.npmjs.org/is-generator-function@1.0.10: resolution: {integrity: sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A==, registry: https://gitlab.internal.granular.ag/api/v4/packages/npm, tarball: https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.0.10.tgz} name: is-generator-function @@ -5006,6 +5061,17 @@ packages: version: 3.7.0 dev: false + registry.npmjs.org/string-width@4.2.3: + resolution: {integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==, registry: https://gitlab.internal.granular.ag/api/v4/packages/npm, tarball: https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz} + name: string-width + version: 4.2.3 + engines: {node: '>=8'} + dependencies: + emoji-regex: registry.npmjs.org/emoji-regex@8.0.0 + is-fullwidth-code-point: registry.npmjs.org/is-fullwidth-code-point@3.0.0 + strip-ansi: registry.npmjs.org/strip-ansi@6.0.1 + dev: false + registry.npmjs.org/string.prototype.matchall@4.0.11: resolution: {integrity: sha512-NUdh0aDavY2og7IbBPenWqR9exH+E26Sv8e0/eTe1tltDGZL+GtBkDAnnyBtmekfK6/Dq3MkcGtzXFEd1LQrtg==, registry: https://gitlab.internal.granular.ag/api/v4/packages/npm, tarball: https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.11.tgz} name: string.prototype.matchall diff --git a/tsconfig.json b/tsconfig.json index 10dd91a..e9b249d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,14 +1,7 @@ -/** -Super-special config for our tRPC Lambda 🌸 - -Reference: -https://aka.ms/tsconfig -*/ { "compilerOptions": { - // TODO: This does not work! Hono complains about not finding React... "lib": ["ES2022"], - "target": "ESNext", + "target": "es2022", "module": "NodeNext", "moduleResolution": "NodeNext", "esModuleInterop": false,