@codingame/monaco-vscode-039b5553-0838-562a-97c2-30d6e54a7b42-common
Advanced tools
Comparing version 12.0.1 to 13.0.0
{ | ||
"name": "@codingame/monaco-vscode-039b5553-0838-562a-97c2-30d6e54a7b42-common", | ||
"version": "12.0.1", | ||
"version": "13.0.0", | ||
"private": false, | ||
@@ -19,6 +19,6 @@ "description": "VSCode public API plugged on the monaco editor - common package (base, extension-gallery)", | ||
"peerDependencies": { | ||
"vscode": "npm:@codingame/monaco-vscode-api@12.0.1" | ||
"@codingame/monaco-vscode-api": "13.0.0" | ||
}, | ||
"peerDependenciesMeta": { | ||
"vscode": { | ||
"@codingame/monaco-vscode-api": { | ||
"optional": true | ||
@@ -25,0 +25,0 @@ } |
@@ -1,2 +0,2 @@ | ||
import { VSBufferReadableStream } from "vscode/vscode/vs/base/common/buffer"; | ||
import { VSBufferReadableStream } from "@codingame/monaco-vscode-api/vscode/vs/base/common/buffer"; | ||
export declare function isOfflineError(error: any): boolean; | ||
@@ -3,0 +3,0 @@ export declare class OfflineError extends Error { |
2276