@cloudstudio/editor-sdk
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -220,3 +220,6 @@ export interface FileOverwriteOptions { | ||
*/ | ||
readonly resource: string; | ||
readonly resource: { | ||
path: string; | ||
scheme: string; | ||
}; | ||
/** | ||
@@ -223,0 +226,0 @@ * The name which is the last segment |
{ | ||
"name": "@cloudstudio/editor-sdk", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "Cloud Studio Editor SDK", | ||
@@ -42,3 +42,3 @@ "browser": "dist/index.js", | ||
}, | ||
"gitHead": "b437acdbf67ee089b54c276796aaa8f993a47d4b" | ||
"gitHead": "54dd5565bac61af78c84d9db59b6bd47e1d1e75e" | ||
} |
Sorry, the diff of this file is not supported yet
157043
1546