1.0.51 • Published 9 months ago

cm-schema-event v1.0.51

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months 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.51

9 months ago

1.0.50

10 months ago

1.0.49

12 months ago

1.0.48

1 year ago

1.0.47

1 year ago

1.0.46

1 year ago

1.0.45

1 year ago

1.0.44

1 year ago

1.0.43

1 year ago

1.0.42

1 year ago

1.0.41

1 year ago

1.0.39

2 years ago

1.0.40

2 years ago

1.0.38

2 years ago

1.0.33

2 years ago

1.0.32

2 years ago

1.0.31

2 years ago

1.0.37

2 years ago

1.0.36

2 years ago

1.0.35

2 years ago

1.0.34

2 years ago

1.0.29

2 years ago

1.0.30

2 years ago

1.0.26

2 years ago

1.0.25

2 years ago

1.0.28

2 years ago

1.0.27

2 years ago

1.0.25-rc.4

2 years ago

1.0.24

2 years ago

1.0.25-rc.2

2 years ago

1.0.25-rc.3

2 years ago

1.0.25-rc.0

2 years ago

1.0.25-rc.1

2 years ago

1.0.22

2 years ago

1.0.23

2 years ago

1.0.21

2 years ago

1.0.20

2 years ago

1.0.19

3 years ago

1.0.18

3 years ago

1.0.17

3 years ago

1.0.16

3 years ago

1.0.15

3 years ago

1.0.14

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.13

3 years ago

1.0.12

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