@mybricks/sdk-for-app
Advanced tools
Comparing version 0.0.53 to 0.0.54
{ | ||
"name": "@mybricks/sdk-for-app", | ||
"version": "0.0.53", | ||
"version": "0.0.54", | ||
"description": "SDK for application UI", | ||
@@ -5,0 +5,0 @@ "main": "index.min.js", |
@@ -9,2 +9,4 @@ import { isEnvOfDevAndBrowser } from "../../env"; | ||
import publish from './publish' | ||
import getFileTreeMapByFile from './getFileTreeMapByFile' | ||
import getFiles from './getFiles' | ||
@@ -22,2 +24,4 @@ import saveMock from "./mock/save"; | ||
getVersions, | ||
getFileTreeMapByFile, | ||
getFiles | ||
} : { | ||
@@ -30,2 +34,4 @@ getFullFile, | ||
getVersions, | ||
getFileTreeMapByFile, | ||
getFiles | ||
}; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
65273
58
1998