1.0.48 • Published 1 day ago

cm-schema-event v1.0.48

Weekly downloads
-
License
MIT
Repository
-
Last release
1 day ago

Common Schema Event

Getting Started

This repository serve as a common event schema registry.

How to setup environment?

  1. Clone this repository.

  2. Change directory to the repository.

  3. Install package dependencies.

    npm install

How to run unit-test?

  1. Write test cases in a *.test.ts file under the same folder with the actual module file. For example, module file src/event.ts, unit-test file src/event.test.ts.

  2. Run unit-test command.

    • To run single module unit-test.

      npm run test-this src/event.test.ts
    • To run all unit-test.

      npm run test

How to debug?

Please use unit-test method for debugging.

  1. Set breakpoint on the source code by pressing F9 key.

  2. Run unit-test command with debugging.

    npm run debug-this src/event.test.ts
  3. Start debugging by pressing F5 key.

How to release version?

Write commit message that contains keyword

  • run-release to publish patch version.
  • run-prerelease to publish prerelease version.
1.0.48

1 day ago

1.0.47

1 day ago

1.0.46

2 months ago

1.0.45

2 months ago

1.0.44

3 months ago

1.0.43

3 months ago

1.0.42

4 months ago

1.0.41

5 months ago

1.0.39

5 months ago

1.0.40

5 months ago

1.0.38

6 months ago

1.0.33

10 months ago

1.0.32

10 months ago

1.0.31

11 months ago

1.0.37

8 months ago

1.0.36

9 months ago

1.0.35

10 months ago

1.0.34

10 months ago

1.0.29

11 months ago

1.0.30

11 months ago

1.0.26

11 months ago

1.0.25

11 months ago

1.0.28

11 months ago

1.0.27

11 months ago

1.0.25-rc.4

12 months ago

1.0.24

1 year ago

1.0.25-rc.2

1 year ago

1.0.25-rc.3

1 year ago

1.0.25-rc.0

1 year ago

1.0.25-rc.1

1 year ago

1.0.22

1 year ago

1.0.23

1 year ago

1.0.21

1 year ago

1.0.20

1 year ago

1.0.19

2 years ago

1.0.18

2 years ago

1.0.17

2 years ago

1.0.16

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago