@codefresh-io/eventbus 2.0.0-test.0 → 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.
- package/package.json +2 -2
- package/yarn.lock +9 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codefresh-io/eventbus",
|
|
3
|
-
"version": "2.0.0
|
|
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": "8.11.1",
|
|
25
|
+
"pg": "^8.11.1",
|
|
26
26
|
"pg-cursor": "^1.2.0",
|
|
27
27
|
"uuid": "^3.0.1"
|
|
28
28
|
},
|
package/yarn.lock
CHANGED
|
@@ -2282,10 +2282,10 @@ pg-cloudflare@^1.1.1:
|
|
|
2282
2282
|
resolved "https://registry.yarnpkg.com/pg-cloudflare/-/pg-cloudflare-1.1.1.tgz#e6d5833015b170e23ae819e8c5d7eaedb472ca98"
|
|
2283
2283
|
integrity sha512-xWPagP/4B6BgFO+EKz3JONXv3YDgvkbVrGw2mTo3D6tVDQRh1e7cqVGvyR3BE+eQgAvx1XhW/iEASj4/jCWl3Q==
|
|
2284
2284
|
|
|
2285
|
-
pg-connection-string@^2.6.
|
|
2286
|
-
version "2.6.
|
|
2287
|
-
resolved "https://registry.yarnpkg.com/pg-connection-string/-/pg-connection-string-2.6.
|
|
2288
|
-
integrity sha512-
|
|
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==
|
|
2289
2289
|
|
|
2290
2290
|
pg-cursor@^1.2.0:
|
|
2291
2291
|
version "1.2.0"
|
|
@@ -2317,14 +2317,14 @@ pg-types@^2.1.0:
|
|
|
2317
2317
|
postgres-date "~1.0.4"
|
|
2318
2318
|
postgres-interval "^1.1.0"
|
|
2319
2319
|
|
|
2320
|
-
pg
|
|
2321
|
-
version "8.11.
|
|
2322
|
-
resolved "https://registry.yarnpkg.com/pg/-/pg-8.11.
|
|
2323
|
-
integrity sha512-
|
|
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
2324
|
dependencies:
|
|
2325
2325
|
buffer-writer "2.0.0"
|
|
2326
2326
|
packet-reader "1.0.0"
|
|
2327
|
-
pg-connection-string "^2.6.
|
|
2327
|
+
pg-connection-string "^2.6.2"
|
|
2328
2328
|
pg-pool "^3.6.1"
|
|
2329
2329
|
pg-protocol "^1.6.0"
|
|
2330
2330
|
pg-types "^2.1.0"
|