@codefresh-io/service-base 3.0.13 → 3.0.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/yarn.lock +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codefresh-io/service-base",
3
- "version": "3.0.13",
3
+ "version": "3.0.14",
4
4
  "main": "index.js",
5
5
  "description": "",
6
6
  "engines": {
@@ -31,7 +31,7 @@
31
31
  "dependencies": {
32
32
  "@codefresh-io/authenticated-entity": "^2.13.1",
33
33
  "@codefresh-io/cf-openapi": "~0.7.11",
34
- "@codefresh-io/eventbus": "^1.4.1",
34
+ "@codefresh-io/eventbus": "1.4.2",
35
35
  "@codefresh-io/http-infra": "^1.8.11",
36
36
  "@codefresh-io/internal-service-config": "^1.0.2",
37
37
  "@ronomon/crypto-async": "^5.0.1",
package/yarn.lock CHANGED
@@ -329,10 +329,10 @@
329
329
  rxjs "^6.4.0"
330
330
  websocket "1.0.31"
331
331
 
332
- "@codefresh-io/eventbus@^1.4.1":
333
- version "1.4.1"
334
- resolved "https://registry.yarnpkg.com/@codefresh-io/eventbus/-/eventbus-1.4.1.tgz#e9803c7df7b421c49118684e0746172318ad382b"
335
- integrity sha512-R1DD27pnx2HLuVx8IFENKGCAEb2hH2Gz8YjUqf1LpLIHgbfiwlMl+nKT/Q95iLxO8spYHkc4sfkcqMafKA9quA==
332
+ "@codefresh-io/eventbus@1.4.2":
333
+ version "1.4.2"
334
+ resolved "https://registry.yarnpkg.com/@codefresh-io/eventbus/-/eventbus-1.4.2.tgz#864684e5de5fb423028a5d09987c3e14b57702da"
335
+ integrity sha512-D3JlZwFv8CaCX9oX4HWkTQXDejEPcrDzA8ier/oe+nx3SKWcWFdRu+t0maWYBlw/IQdAIYLRIVV0fGdQmegyiQ==
336
336
  dependencies:
337
337
  amqplib "^0.5.1"
338
338
  bluebird "^3.5.0"