1.1.8 • Published 1 year ago

@karve.it/rule-checker v1.1.8

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Rule Checker System

How to upgrade / publish

You have to publish manually if you update this. Upgrade the version, then run:

npm run build
npm publish

Be sure to update this on the frontend as well!

You can work locally by using npm link:

In backend/src/services/rules/rule-checker:

npm install
npm run build
npm link

Make sure you build anytime you make changes or you'll get Cannot find module '@karve.it/rule-checker' or its corresponding type declarations

Then in the frontend:

npm link @karve.it/rule-checker

Any time you make a change and build you will then need to restart the frontend.

Super cumbersome, so sorry.

1.1.8

1 year ago

1.1.7

2 years ago

1.1.6

2 years ago

1.1.5

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago