No description
  • TypeScript 91.4%
  • Shell 8.6%
Find a file
Tej Birring 7813a80b67
Some checks are pending
CI / test (24.13.0) (push) Waiting to run
refactor: improve readability of table class with JSDoc comments and method name change
2026-02-23 23:06:14 +00:00
.changeset feat: initial commit 2026-01-23 01:06:59 +00:00
.github/workflows fix: downgrade bundler until upstream issue is fixed (https://github.com/egoist/tsup/issues/1375) 2026-01-25 11:43:44 +00:00
.husky feat: initial commit 2026-01-23 01:06:59 +00:00
docs docs: update backlog.md to correct title of and deprioritise work on F-006 2026-02-11 19:27:09 +00:00
infra/local test: update ensure-services.sh script to check AWS CLI can connect to LocalStack 2026-01-25 02:49:44 +00:00
src refactor: improve readability of table class with JSDoc comments and method name change 2026-02-23 23:06:14 +00:00
types docs(types): add comments to types declared in global library 2026-02-23 22:26:52 +00:00
.gitignore test: set up AWS DynamoDB emulation (LocalStack) for local dev and testing 2026-01-25 02:42:47 +00:00
.prettierignore chore: update prettier config to ignore tmp and generated files; enable formatting of shell scripts 2026-01-25 02:40:05 +00:00
commitlint.config.ts feat: initial commit 2026-01-23 01:06:59 +00:00
eslint.config.ts revert: disable use of console.* for logging (use ESLint instead of interface redeclaration) 2026-01-27 01:16:26 +00:00
LICENSE feat: initial commit 2026-01-23 01:06:59 +00:00
lint-staged.config.ts feat: initial commit 2026-01-23 01:06:59 +00:00
mise.toml test: update lima package (Linux VM) 2026-01-28 01:42:08 +00:00
package.json feat: add function to log (serialised) errors; specify more error codes 2026-01-28 01:43:26 +00:00
pnpm-lock.yaml feat: add function to log (serialised) errors; specify more error codes 2026-01-28 01:43:26 +00:00
pnpm-workspace.yaml feat: initial commit 2026-01-23 01:06:59 +00:00
prettier.config.ts chore: update prettier config to ignore tmp and generated files; enable formatting of shell scripts 2026-01-25 02:40:05 +00:00
README.md feat: initial commit 2026-01-23 01:06:59 +00:00
tsconfig.build.json feat: initial commit 2026-01-23 01:06:59 +00:00
tsconfig.json feat: strongly-typed Table class to represent AWS DynamoDB table 2026-01-24 20:19:47 +00:00
tsup.config.ts build: ensure bundler (tsup) uses tsconfig.build.json as TS config for transpilation 2026-01-25 03:21:55 +00:00
vitest.config.ts test: tests can use tsconfig path aliases; test exec shows STDOUT and STDERR 2026-01-27 00:25:09 +00:00

Volt for DynamoDB

Workflows

Publishing

  • Make changes

  • Write tests

  • Run tests locally: pnpm test

  • Create a changeset: pnpm changeset

    • (follow prompts to describe changes)
  • Commit changes with conventional commits:
    git commit -m "feat: add new feature"

  • When ready to release

    • Update version and changelog: pnpm version
    • Publish the release: pnpm release