@veris-ai/daytona 0.1.0 → 0.1.1

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/dist/index.cjs CHANGED
@@ -617,7 +617,7 @@ var VerisApiImpl = class {
617
617
  };
618
618
 
619
619
  // src/version.ts
620
- var SDK_VERSION = true ? "0.1.0" : "0.0.0-dev";
620
+ var SDK_VERSION = true ? "0.1.1" : "0.0.0-dev";
621
621
 
622
622
  // src/daytona.ts
623
623
  var LABEL = {
package/dist/index.js CHANGED
@@ -569,7 +569,7 @@ var VerisApiImpl = class {
569
569
  };
570
570
 
571
571
  // src/version.ts
572
- var SDK_VERSION = true ? "0.1.0" : "0.0.0-dev";
572
+ var SDK_VERSION = true ? "0.1.1" : "0.0.0-dev";
573
573
 
574
574
  // src/daytona.ts
575
575
  var LABEL = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veris-ai/daytona",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Veris twin interception for Daytona: a drop-in @daytona/sdk whose sandboxes come up with a Veris twin already answering their vendor API calls. Unmodified code, real hostnames, receipts.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",