@codingame/monaco-vscode-api
Advanced tools
Comparing version 1.67.8 to 1.68.0
define(['exports', 'monaco-editor/esm/vs/base/common/severity.js'], (function (exports, Severity) { 'use strict'; | ||
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; } | ||
var Severity__default = /*#__PURE__*/_interopDefaultLegacy(Severity); | ||
var Severity__default = _interopDefaultLegacy(Severity); | ||
let services; | ||
@@ -31,3 +28,2 @@ exports.Services = void 0; | ||
})(exports.Services || (exports.Services = {})); | ||
Object.defineProperty(exports, 'Severity', { | ||
@@ -37,5 +33,3 @@ enumerable: true, | ||
}); | ||
Object.defineProperty(exports, '__esModule', { value: true }); | ||
})); |
export { default as Severity } from 'monaco-editor/esm/vs/base/common/severity.js'; | ||
let services; | ||
@@ -27,3 +26,2 @@ var Services; | ||
})(Services || (Services = {})); | ||
export { Services }; |
{ | ||
"name": "@codingame/monaco-vscode-api", | ||
"version": "1.67.8", | ||
"version": "1.68.0", | ||
"private": false, | ||
@@ -67,20 +67,20 @@ "description": "VSCode public API plugged on the monaco editor", | ||
"@codingame/eslint-config": "^1.1.2", | ||
"@codingame/tsconfig": "^1.0.3", | ||
"@codingame/tsconfig": "^1.0.5", | ||
"@rollup/plugin-node-resolve": "^13.3.0", | ||
"@rollup/plugin-typescript": "^8.3.2", | ||
"@types/babel__core": "^7.1.19", | ||
"@types/vscode": "^1.67.0", | ||
"@typescript-eslint/eslint-plugin": "^5.27.0", | ||
"@typescript-eslint/parser": "^5.27.0", | ||
"eslint": "^8.16.0", | ||
"@types/vscode": "^1.68.0", | ||
"@typescript-eslint/eslint-plugin": "^5.27.1", | ||
"@typescript-eslint/parser": "^5.27.1", | ||
"eslint": "^8.17.0", | ||
"eslint-config-standard": "^17.0.0", | ||
"eslint-plugin-import": "^2.26.0", | ||
"eslint-plugin-n": "^15.2.0", | ||
"eslint-plugin-n": "^15.2.2", | ||
"eslint-plugin-promise": "^6.0.0", | ||
"eslint-plugin-unused-imports": "^2.0.0", | ||
"js-cleanup": "^1.2.0", | ||
"recast": "^0.21.1", | ||
"rollup": "^2.75.3", | ||
"rollup-plugin-cleanup": "^3.2.1", | ||
"rollup": "^2.75.6", | ||
"rollup-plugin-dts": "^4.2.2", | ||
"typescript": "^4.7.2" | ||
"typescript": "^4.7.3" | ||
}, | ||
@@ -87,0 +87,0 @@ "dependencies": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
1300570
33403