1.11.14 • Published 5 years ago

@bantr/lib v1.11.14

Weekly downloads
148
License
GPL-3.0
Repository
-
Last release
5 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

5 years ago

1.11.13

5 years ago

1.11.12

5 years ago

1.11.11

5 years ago

1.11.10

5 years ago

1.11.9

5 years ago

1.11.8

5 years ago

1.11.7

5 years ago

1.11.6

5 years ago

1.11.4

5 years ago

1.11.5

5 years ago

1.11.2

5 years ago

1.11.1

5 years ago

1.10.2

5 years ago

1.10.1

5 years ago

1.10.0

5 years ago

1.9.12

5 years ago

1.9.10

5 years ago

1.9.9

5 years ago

1.9.8

5 years ago

1.9.7

5 years ago

1.9.6

5 years ago

1.9.5

5 years ago

1.9.4

5 years ago

1.9.3

5 years ago

1.9.1

5 years ago

1.9.2

5 years ago

1.9.0

5 years ago

1.8.0

5 years ago

1.7.0

5 years ago

1.6.2

5 years ago

1.6.1

5 years ago

1.0.6

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago

1.5.0

5 years ago

1.4.0

5 years ago

1.3.0

5 years ago

1.2.0

5 years ago