@codefresh-io/service-base 4.0.2-test.0 → 4.0.2-test.1

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": "4.0.2-test.0",
3
+ "version": "4.0.2-test.1",
4
4
  "main": "index.js",
5
5
  "description": "",
6
6
  "bin": {
@@ -31,7 +31,7 @@
31
31
  "dependencies": {
32
32
  "@codefresh-io/authenticated-entity": "^2.17.0",
33
33
  "@codefresh-io/cf-monitor": "^0.0.27",
34
- "@codefresh-io/cf-openapi": "^0.7.18",
34
+ "@codefresh-io/cf-openapi": "0.7.19-test.0",
35
35
  "@codefresh-io/eventbus": "^2.0.0",
36
36
  "@codefresh-io/http-infra": "^1.8.14",
37
37
  "@codefresh-io/internal-service-config": "^1.0.3",
package/yarn.lock CHANGED
@@ -294,10 +294,10 @@
294
294
  dependencies:
295
295
  newrelic "^9.1.0"
296
296
 
297
- "@codefresh-io/cf-openapi@^0.7.18":
298
- version "0.7.18"
299
- resolved "https://registry.yarnpkg.com/@codefresh-io/cf-openapi/-/cf-openapi-0.7.18.tgz#d32c6bb6b05f557840d5319ffaca03a2f200373f"
300
- integrity sha512-OGyzZ8w7LR6g0hTDwwRmsAQ1cjfg+r7FACBIAnZfl2vyps4oFnkuK9Hxv/OKywRNEVVfuaJiJDXABjPfoO7fPQ==
297
+ "@codefresh-io/cf-openapi@0.7.19-test.0":
298
+ version "0.7.19-test.0"
299
+ resolved "https://registry.yarnpkg.com/@codefresh-io/cf-openapi/-/cf-openapi-0.7.19-test.0.tgz#a4ed74be854ec3d3559ed892c5eb1d6eb49f1ae0"
300
+ integrity sha512-TgpUxYs/Ida5Yea37xSn8QNuaDXJZnixnR3TzHOFy/D5Rdt48ZKnmO7yEEV6u7NzsgSKJ/11sYYW3BNFPhzN8A==
301
301
  dependencies:
302
302
  bluebird "^3.5.4"
303
303
  body-parser "^1.19.2"