@miloas/monaco-loader
Advanced tools
Comparing version 0.33.8 to 0.33.10
@@ -7,8 +7,7 @@ import * as Monaco from 'monaco-editor'; | ||
declare const configStatusPath: (path: string) => string; | ||
declare function ensureMonaco(): Promise<typeof Monaco | undefined>; | ||
declare function ensureMonaco(isLCUS: boolean): Promise<typeof Monaco | undefined>; | ||
declare const useMonacoWithTheme: (theme: ThemeName) => typeof Monaco__default | undefined; | ||
declare const useMonaco: () => typeof Monaco__default | undefined; | ||
declare const useMonacoWithTheme: (theme: ThemeName, isLCUS?: boolean) => typeof Monaco__default | undefined; | ||
declare const useMonaco: (isLCUS?: boolean) => typeof Monaco__default | undefined; | ||
export { configStatusPath, ensureMonaco, useMonaco, useMonacoWithTheme }; | ||
export { ensureMonaco, useMonaco, useMonacoWithTheme }; |
{ | ||
"name": "@miloas/monaco-loader", | ||
"version": "0.33.8", | ||
"version": "0.33.10", | ||
"description": "LC Monaco editor loader", | ||
@@ -21,3 +21,3 @@ "author": "Miloas", | ||
"devDependencies": { | ||
"@miloas/monaco": "^0.33.2", | ||
"@miloas/monaco": "^0.33.5", | ||
"@types/react": "^18.0.12", | ||
@@ -32,3 +32,3 @@ "monaco-editor": "0.33.0", | ||
"dependencies": { | ||
"@miloas/monaco-theme": "^0.0.1" | ||
"@miloas/monaco-theme": "^0.0.2" | ||
}, | ||
@@ -35,0 +35,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
8615
218
+ Added@miloas/monaco-theme@0.0.2(transitive)
- Removed@miloas/monaco-theme@0.0.1(transitive)
Updated@miloas/monaco-theme@^0.0.2