@daytonaio/sdk 0.187.0 → 0.188.0-alpha.2

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.
@@ -113,7 +113,7 @@ export function getPackageInfo() {
113
113
  if (_packageInfo)
114
114
  return _packageInfo;
115
115
  try {
116
- const pkg = {"name":"@daytona/sdk","version":"0.187.0"};
116
+ const pkg = {"name":"@daytona/sdk","version":"0.188.0-alpha.2"};
117
117
  _packageInfo = { name: pkg.name, version: pkg.version };
118
118
  }
119
119
  catch {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daytonaio/sdk",
3
- "version": "0.187.0",
3
+ "version": "0.188.0-alpha.2",
4
4
  "description": "Daytona TypeScript SDK for sandbox management and code execution",
5
5
  "exports": {
6
6
  ".": {
@@ -90,7 +90,7 @@
90
90
  "pathe": "^2.0.3",
91
91
  "shell-quote": "^1.8.2",
92
92
  "tar": "^7.5.11",
93
- "@daytona/api-client": "0.187.0",
94
- "@daytona/toolbox-api-client": "0.187.0"
93
+ "@daytona/api-client": "0.188.0-alpha.2",
94
+ "@daytona/toolbox-api-client": "0.188.0-alpha.2"
95
95
  }
96
96
  }