freestyle-sandboxes 0.0.85 → 0.0.87

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
@@ -1149,7 +1149,7 @@ ${response.error.message}`);
1149
1149
  const response2 = await handleReadFileFromEphemeralDevServer({
1150
1150
  client,
1151
1151
  path: {
1152
- filepath: path
1152
+ "*filepath": path
1153
1153
  },
1154
1154
  body: {
1155
1155
  devServer: devServerInstance,
package/dist/index.mjs CHANGED
@@ -1147,7 +1147,7 @@ ${response.error.message}`);
1147
1147
  const response2 = await handleReadFileFromEphemeralDevServer({
1148
1148
  client,
1149
1149
  path: {
1150
- filepath: path
1150
+ "*filepath": path
1151
1151
  },
1152
1152
  body: {
1153
1153
  devServer: devServerInstance,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "freestyle-sandboxes",
3
- "version": "0.0.85",
3
+ "version": "0.0.87",
4
4
  "type": "module",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",
package/src/index.ts CHANGED
@@ -1237,7 +1237,7 @@ export class FreestyleSandboxes {
1237
1237
  await sandbox_openapi.handleReadFileFromEphemeralDevServer({
1238
1238
  client,
1239
1239
  path: {
1240
- filepath: path,
1240
+ "*filepath": path,
1241
1241
  },
1242
1242
  body: {
1243
1243
  devServer: devServerInstance,