@codefresh-io/eventbus 1.4.3 → 2.0.0

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 +60 -39
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codefresh-io/eventbus",
3
- "version": "1.4.3",
3
+ "version": "2.0.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -22,7 +22,7 @@
22
22
  "cf-errors": "^0.1.16",
23
23
  "debug": "2.6.9",
24
24
  "lodash": "^4.17.21",
25
- "pg": "^7.0.2",
25
+ "pg": "^8.11.1",
26
26
  "pg-cursor": "^1.2.0",
27
27
  "uuid": "^3.0.1"
28
28
  },
package/yarn.lock CHANGED
@@ -61,10 +61,6 @@ anymatch@^1.3.0:
61
61
  arrify "^1.0.0"
62
62
  micromatch "^2.1.5"
63
63
 
64
- ap@~0.2.0:
65
- version "0.2.0"
66
- resolved "https://registry.yarnpkg.com/ap/-/ap-0.2.0.tgz#ae0942600b29912f0d2b14ec60c45e8f330b6110"
67
-
68
64
  aproba@^1.0.3:
69
65
  version "1.1.1"
70
66
  resolved "https://registry.yarnpkg.com/aproba/-/aproba-1.1.1.tgz#95d3600f07710aa0e9298c726ad5ecf2eacbabab"
@@ -334,9 +330,10 @@ buffer-shims@^1.0.0:
334
330
  version "1.0.0"
335
331
  resolved "https://registry.yarnpkg.com/buffer-shims/-/buffer-shims-1.0.0.tgz#9978ce317388c649ad8793028c3477ef044a8b51"
336
332
 
337
- buffer-writer@1.0.1:
338
- version "1.0.1"
339
- resolved "https://registry.yarnpkg.com/buffer-writer/-/buffer-writer-1.0.1.tgz#22a936901e3029afcd7547eb4487ceb697a3bf08"
333
+ buffer-writer@2.0.0:
334
+ version "2.0.0"
335
+ resolved "https://registry.yarnpkg.com/buffer-writer/-/buffer-writer-2.0.0.tgz#ce7eb81a38f7829db09c873f2fbb792c0c98ec04"
336
+ integrity sha512-a7ZpuTZU1TRtnwyCNW3I5dc0wWNC3VR9S++Ewyk2HHZdrO3CQJqSpd+95Us590V6AL7JqUAH2IwZ/398PmNFgw==
340
337
 
341
338
  camelcase@^1.0.2:
342
339
  version "1.2.1"
@@ -2234,9 +2231,10 @@ package-json@^1.0.0:
2234
2231
  got "^3.2.0"
2235
2232
  registry-url "^3.0.0"
2236
2233
 
2237
- packet-reader@0.3.1:
2238
- version "0.3.1"
2239
- resolved "https://registry.yarnpkg.com/packet-reader/-/packet-reader-0.3.1.tgz#cd62e60af8d7fea8a705ec4ff990871c46871f27"
2234
+ packet-reader@1.0.0:
2235
+ version "1.0.0"
2236
+ resolved "https://registry.yarnpkg.com/packet-reader/-/packet-reader-1.0.0.tgz#9238e5480dedabacfe1fe3f2771063f164157d74"
2237
+ integrity sha512-HAKu/fG3HpHFO0AA8WE8q2g+gBJaZ9MG7fcKk+IJPLTGAD6Psw4443l+9DGRbOIh3/aXr7Phy0TjilYivJo5XQ==
2240
2238
 
2241
2239
  parse-filepath@^1.0.1:
2242
2240
  version "1.0.1"
@@ -2279,39 +2277,60 @@ pause-stream@0.0.11:
2279
2277
  dependencies:
2280
2278
  through "~2.3"
2281
2279
 
2282
- pg-connection-string@0.1.3:
2283
- version "0.1.3"
2284
- resolved "https://registry.yarnpkg.com/pg-connection-string/-/pg-connection-string-0.1.3.tgz#da1847b20940e42ee1492beaf65d49d91b245df7"
2280
+ pg-cloudflare@^1.1.1:
2281
+ version "1.1.1"
2282
+ resolved "https://registry.yarnpkg.com/pg-cloudflare/-/pg-cloudflare-1.1.1.tgz#e6d5833015b170e23ae819e8c5d7eaedb472ca98"
2283
+ integrity sha512-xWPagP/4B6BgFO+EKz3JONXv3YDgvkbVrGw2mTo3D6tVDQRh1e7cqVGvyR3BE+eQgAvx1XhW/iEASj4/jCWl3Q==
2284
+
2285
+ pg-connection-string@^2.6.2:
2286
+ version "2.6.2"
2287
+ resolved "https://registry.yarnpkg.com/pg-connection-string/-/pg-connection-string-2.6.2.tgz#713d82053de4e2bd166fab70cd4f26ad36aab475"
2288
+ integrity sha512-ch6OwaeaPYcova4kKZ15sbJ2hKb/VP48ZD2gE7i1J+L4MspCtBMAx8nMgz7bksc7IojCIIWuEhHibSMFH8m8oA==
2285
2289
 
2286
2290
  pg-cursor@^1.2.0:
2287
2291
  version "1.2.0"
2288
2292
  resolved "https://registry.yarnpkg.com/pg-cursor/-/pg-cursor-1.2.0.tgz#e3542cb2a7d6fcacb8de373851a5eab6285e778c"
2289
2293
 
2290
- pg-pool@2.*:
2291
- version "2.0.1"
2292
- resolved "https://registry.yarnpkg.com/pg-pool/-/pg-pool-2.0.1.tgz#8b12541df271b57f7020c50a3f5566471f82c77e"
2294
+ pg-int8@1.0.1:
2295
+ version "1.0.1"
2296
+ resolved "https://registry.yarnpkg.com/pg-int8/-/pg-int8-1.0.1.tgz#943bd463bf5b71b4170115f80f8efc9a0c0eb78c"
2297
+ integrity sha512-WCtabS6t3c8SkpDBUlb1kjOs7l66xsGdKpIPZsg4wR+B3+u9UAum2odSsF9tnvxg80h4ZxLWMy4pRjOsFIqQpw==
2293
2298
 
2294
- pg-types@1.*:
2295
- version "1.12.0"
2296
- resolved "https://registry.yarnpkg.com/pg-types/-/pg-types-1.12.0.tgz#8ad3b7b897e3fd463e62de241ad5fc640b4a66f0"
2299
+ pg-pool@^3.6.1:
2300
+ version "3.6.1"
2301
+ resolved "https://registry.yarnpkg.com/pg-pool/-/pg-pool-3.6.1.tgz#5a902eda79a8d7e3c928b77abf776b3cb7d351f7"
2302
+ integrity sha512-jizsIzhkIitxCGfPRzJn1ZdcosIt3pz9Sh3V01fm1vZnbnCMgmGl5wvGGdNN2EL9Rmb0EcFoCkixH4Pu+sP9Og==
2303
+
2304
+ pg-protocol@^1.6.0:
2305
+ version "1.6.0"
2306
+ resolved "https://registry.yarnpkg.com/pg-protocol/-/pg-protocol-1.6.0.tgz#4c91613c0315349363af2084608db843502f8833"
2307
+ integrity sha512-M+PDm637OY5WM307051+bsDia5Xej6d9IR4GwJse1qA1DIhiKlksvrneZOYQq42OM+spubpcNYEo2FcKQrDk+Q==
2308
+
2309
+ pg-types@^2.1.0:
2310
+ version "2.2.0"
2311
+ resolved "https://registry.yarnpkg.com/pg-types/-/pg-types-2.2.0.tgz#2d0250d636454f7cfa3b6ae0382fdfa8063254a3"
2312
+ integrity sha512-qTAAlrEsl8s4OiEQY69wDvcMIdQN6wdz5ojQiOy6YRMuynxenON0O5oCpJI6lshc6scgAY8qvJ2On/p+CXY0GA==
2297
2313
  dependencies:
2298
- ap "~0.2.0"
2299
- postgres-array "~1.0.0"
2314
+ pg-int8 "1.0.1"
2315
+ postgres-array "~2.0.0"
2300
2316
  postgres-bytea "~1.0.0"
2301
- postgres-date "~1.0.0"
2317
+ postgres-date "~1.0.4"
2302
2318
  postgres-interval "^1.1.0"
2303
2319
 
2304
- pg@^7.0.2:
2305
- version "7.0.2"
2306
- resolved "https://registry.yarnpkg.com/pg/-/pg-7.0.2.tgz#b9c2fe8168e7edfe9343aebe6fc48591e766ada7"
2307
- dependencies:
2308
- buffer-writer "1.0.1"
2309
- packet-reader "0.3.1"
2310
- pg-connection-string "0.1.3"
2311
- pg-pool "2.*"
2312
- pg-types "1.*"
2320
+ pg@^8.11.1:
2321
+ version "8.11.2"
2322
+ resolved "https://registry.yarnpkg.com/pg/-/pg-8.11.2.tgz#1a23f6de7bfb65ba56e4dd15df96668d319900c4"
2323
+ integrity sha512-l4rmVeV8qTIrrPrIR3kZQqBgSN93331s9i6wiUiLOSk0Q7PmUxZD/m1rQI622l3NfqBby9Ar5PABfS/SulfieQ==
2324
+ dependencies:
2325
+ buffer-writer "2.0.0"
2326
+ packet-reader "1.0.0"
2327
+ pg-connection-string "^2.6.2"
2328
+ pg-pool "^3.6.1"
2329
+ pg-protocol "^1.6.0"
2330
+ pg-types "^2.1.0"
2313
2331
  pgpass "1.x"
2314
- semver "4.3.2"
2332
+ optionalDependencies:
2333
+ pg-cloudflare "^1.1.1"
2315
2334
 
2316
2335
  pgpass@1.x:
2317
2336
  version "1.0.2"
@@ -2335,17 +2354,19 @@ plur@^2.1.0:
2335
2354
  dependencies:
2336
2355
  irregular-plurals "^1.0.0"
2337
2356
 
2338
- postgres-array@~1.0.0:
2339
- version "1.0.2"
2340
- resolved "https://registry.yarnpkg.com/postgres-array/-/postgres-array-1.0.2.tgz#8e0b32eb03bf77a5c0a7851e0441c169a256a238"
2357
+ postgres-array@~2.0.0:
2358
+ version "2.0.0"
2359
+ resolved "https://registry.yarnpkg.com/postgres-array/-/postgres-array-2.0.0.tgz#48f8fce054fbc69671999329b8834b772652d82e"
2360
+ integrity sha512-VpZrUqU5A69eQyW2c5CA1jtLecCsN2U/bD6VilrFDWq5+5UIEVO7nazS3TEcHf1zuPYO/sqGvUvW62g86RXZuA==
2341
2361
 
2342
2362
  postgres-bytea@~1.0.0:
2343
2363
  version "1.0.0"
2344
2364
  resolved "https://registry.yarnpkg.com/postgres-bytea/-/postgres-bytea-1.0.0.tgz#027b533c0aa890e26d172d47cf9ccecc521acd35"
2345
2365
 
2346
- postgres-date@~1.0.0:
2347
- version "1.0.3"
2348
- resolved "https://registry.yarnpkg.com/postgres-date/-/postgres-date-1.0.3.tgz#e2d89702efdb258ff9d9cee0fe91bd06975257a8"
2366
+ postgres-date@~1.0.4:
2367
+ version "1.0.7"
2368
+ resolved "https://registry.yarnpkg.com/postgres-date/-/postgres-date-1.0.7.tgz#51bc086006005e5061c591cee727f2531bf641a8"
2369
+ integrity sha512-suDmjLVQg78nMK2UZ454hAG+OAW+HQPZ6n++TNDUX+L0+uUlLywnoxJKDou51Zm+zTCjrCl0Nq6J9C5hP9vK/Q==
2349
2370
 
2350
2371
  postgres-interval@^1.1.0:
2351
2372
  version "1.1.0"
@@ -2640,7 +2661,7 @@ semver-diff@^2.0.0:
2640
2661
  dependencies:
2641
2662
  semver "^5.0.3"
2642
2663
 
2643
- semver@4.3.2, semver@^4.1.0:
2664
+ semver@^4.1.0:
2644
2665
  version "4.3.2"
2645
2666
  resolved "https://registry.yarnpkg.com/semver/-/semver-4.3.2.tgz#c7a07158a80bedd052355b770d82d6640f803be7"
2646
2667