1.11.14 • Published 4 years ago

@bantr/lib v1.11.14

Weekly downloads
148
License
GPL-3.0
Repository
-
Last release
4 years ago

This package is used in Bantr projects, to share types, util functions, ...

Setting up database

  • Set up .env file (see .env.example)
  • npm run db:migrate
  • npm run hasura:metadata:apply

Making changes to DB schema

  • Change entities
  • npm run db:migrate:gen -- -n some-descriptive-name
  • Check migration file for correctness, adjust as needed
  • npm run db:migrate
  • Go into Hasura, reload metadata
  • Make changes to Hasura (Add data fields, fix relations, set permissions, ...)
  • npm run hasura:metadata:export

Releasing a new version

Use the npm version command on the master branch.

# MAJOR version when you make incompatible API changes,
npm version major

# MINOR version when you add functionality in a backwards compatible manner, and
npm version minor

# PATCH version when you make backwards compatible bug fixes.
npm version patch
1.11.14

4 years ago

1.11.13

4 years ago

1.11.12

4 years ago

1.11.11

4 years ago

1.11.10

4 years ago

1.11.9

4 years ago

1.11.8

4 years ago

1.11.7

4 years ago

1.11.6

4 years ago

1.11.4

4 years ago

1.11.5

4 years ago

1.11.2

4 years ago

1.11.1

4 years ago

1.10.2

4 years ago

1.10.1

4 years ago

1.10.0

4 years ago

1.9.12

4 years ago

1.9.10

4 years ago

1.9.9

4 years ago

1.9.8

4 years ago

1.9.7

4 years ago

1.9.6

4 years ago

1.9.5

4 years ago

1.9.4

4 years ago

1.9.3

4 years ago

1.9.1

4 years ago

1.9.2

4 years ago

1.9.0

4 years ago

1.8.0

4 years ago

1.7.0

4 years ago

1.6.2

4 years ago

1.6.1

4 years ago

1.0.6

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

1.5.0

4 years ago

1.4.0

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago