@blaxel/core 0.2.25-preview.56 → 0.2.25-preview.57

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.
@@ -90,7 +90,7 @@ class SandboxInstance {
90
90
  });
91
91
  const instance = new SandboxInstance(data);
92
92
  // TODO remove this part once we have a better way to handle this
93
- // await instance.fs.ls('/')
93
+ await instance.fs.ls('/');
94
94
  return instance;
95
95
  }
96
96
  static async get(sandboxName) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blaxel/core",
3
- "version": "0.2.25-preview.56",
3
+ "version": "0.2.25-preview.57",
4
4
  "description": "Blaxel Core SDK for TypeScript",
5
5
  "license": "MIT",
6
6
  "author": "Blaxel, INC (https://blaxel.ai)",