@opengeni/sdk 3.7.0-canary.4 → 3.7.0-canary.5

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 +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opengeni/sdk",
3
- "version": "3.7.0-canary.4",
3
+ "version": "3.7.0-canary.5",
4
4
  "description": "Framework-agnostic TypeScript SDK for the OpenGeni API: typed client, session lifecycle, SSE event streaming with reconnect + replay-by-sequence, and proxy re-streaming helpers.",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
@@ -113,7 +113,7 @@
113
113
  "prepublishOnly": "bash ../../scripts/prepublish-guard"
114
114
  },
115
115
  "dependencies": {
116
- "@opengeni/contracts": "^2.13.0-canary.4"
116
+ "@opengeni/contracts": "^2.13.0-canary.5"
117
117
  },
118
118
  "engines": {
119
119
  "node": ">=18"