oci-streaming 2.132.0 → 2.135.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 (1) hide show
  1. package/package.json +8 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-streaming",
3
- "version": "2.132.0",
3
+ "version": "2.135.0",
4
4
  "description": "OCI NodeJS client for Streaming",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,15 +15,17 @@
15
15
  },
16
16
  "license": "(UPL-1.0 OR Apache-2.0)",
17
17
  "dependencies": {
18
- "oci-common": "2.132.0",
19
- "oci-workrequests": "2.132.0"
18
+ "oci-common": "2.135.0",
19
+ "opossum": "5.0.1",
20
+ "oci-workrequests": "2.135.0"
20
21
  },
21
22
  "publishConfig": {
22
23
  "registry": "https://registry.npmjs.org"
23
24
  },
24
25
  "contributors": [
25
- "Jyoti Saini <jyoti.s.saini@oracle.com>",
26
- "Joe Levy <joe.levy@oracle.com>",
27
- "Walt Tran <walt.tran@oracle.com>"
26
+ "Yash Chandra <yash.chandra@oracle.com>",
27
+ "Nivedita Parihar <nivedita.parihar@oracle.com>",
28
+ "Joshua Ramirez <joshua.r.ramirez@oracle.com>",
29
+ "Kalpana Ramasamy <kalpana.ramasamy@oracle.com>"
28
30
  ]
29
31
  }