freestyle-sandboxes 0.0.69 → 0.0.71

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "freestyle-sandboxes",
3
- "version": "0.0.69",
3
+ "version": "0.0.71",
4
4
  "type": "module",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",
package/src/index.ts CHANGED
@@ -890,6 +890,7 @@ export class FreestyleSandboxes {
890
890
  const that = this;
891
891
 
892
892
  return {
893
+ ...response.data,
893
894
  isNew: data.isNew,
894
895
 
895
896
  ephemeralUrl: data.ephemeralUrl ?? data.url,