This repository was archived by the owner on Apr 8, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-13
lines changed Expand file tree Collapse file tree 3 files changed +7
-13
lines changed Original file line number Diff line number Diff line change 44
55![ Lifecycle] ( https://img.shields.io/badge/Lifecycle-Stable-brightgreen )
66
7- ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://opensource.org/licenses/Apache-2.0 )
7+ [ ![ License] ( https://img.shields.io/badge/License-Apache%202.0-blue.svg )] ( https://opensource.org/licenses/Apache-2.0 )
88
99![ Test on Camunda Cloud] ( https://github.com/jwulf/zeebe-client-node-js/workflows/Test%20on%20Camunda%20Cloud/badge.svg )
1010
@@ -1300,13 +1300,7 @@ npm t
13001300
13011301Integration tests are in the ` src / __tests__ / integration ` directory.
13021302
1303- They require a Zeebe broker to run. You can run them using the [Circle CI CLI](https://circleci.com/docs/2.0/local-cli/):
1304-
1305- ` ` ` bash
1306- circleci local execute - c .circleci / config .yml -- job test
1307- ` ` `
1308-
1309- Or you can start a dockerised broker:
1303+ They require a Zeebe broker to run. You can start a dockerised broker:
13101304
13111305` ` ` bash
13121306cd docker
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ services:
1818 - /var/run/docker.sock:/var/run/docker.sock
1919
2020 zeebe :
21- image : camunda/zeebe:0.22.0-alpha1
21+ image : camunda/zeebe:0.26.1
2222 labels :
2323 # Resolvable name, for routing the incoming connections
2424 - " traefik.http.routers.zeebe.rule=Host(`zeebe.docker.localhost`)"
Original file line number Diff line number Diff line change 11{
22 "name" : " zeebe-node" ,
33 "version" : " 0.26.0" ,
4- "description" : " A Node.js client library for the Zeebe Microservices Orchestration Engine." ,
4+ "description" : " The Node.js client library for the Zeebe Process Automation Engine." ,
55 "keywords" : [
66 " zeebe" ,
77 " zeebe.io" ,
1515 " Uber" ,
1616 " Cadence"
1717 ],
18- "homepage" : " https://github.com/zeebe-io /zeebe-client-node-js" ,
18+ "homepage" : " https://github.com/camunda-community-hub /zeebe-client-node-js" ,
1919 "bugs" : {
20- "url" : " https://github.com/zeebe-io /zeebe-client-node-js/issues"
20+ "url" : " https://github.com/camunda-community-hub /zeebe-client-node-js/issues"
2121 },
2222 "repository" : {
2323 "type" : " git" ,
24- "url" : " https://github.com/zeebe-io /zeebe-client-node-js"
24+ "url" : " https://github.com/camunda-community-hub /zeebe-client-node-js"
2525 },
2626 "main" : " dist/index.js" ,
2727 "bin" : {
You can’t perform that action at this time.
0 commit comments