@theia/plugin-ext-vscode 1.57.0-next.7 → 1.57.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -15,7 +15,6 @@
15
15
  The `@theia/plugin-ext-vscode` extension contributes functionality to be able to successfully run VS Code extensions in the application.
16
16
  The extension is mandatory for any application which requires VS Code extension support.
17
17
 
18
-
19
18
  ## Additional Information
20
19
 
21
20
  - [API documentation for `@theia/plugin-ext-vscode`](https://eclipse-theia.github.io/theia/docs/next/modules/plugin_ext_vscode.html)
@@ -28,5 +27,6 @@ The extension is mandatory for any application which requires VS Code extension
28
27
  - [一 (Secondary) GNU General Public License, version 2 with the GNU Classpath Exception](https://projects.eclipse.org/license/secondary-gpl-2.0-cp)
29
28
 
30
29
  ## Trademark
30
+
31
31
  "Theia" is a trademark of the Eclipse Foundation
32
- https://www.eclipse.org/theia
32
+ <https://www.eclipse.org/theia>
@@ -1,3 +1,3 @@
1
- export declare const VSCODE_DEFAULT_API_VERSION = "1.95.3";
1
+ export declare const VSCODE_DEFAULT_API_VERSION = "1.96.0";
2
2
  export declare const VSX_REGISTRY_URL_DEFAULT = "https://open-vsx.org";
3
3
  //# sourceMappingURL=plugin-vscode-types.d.ts.map
package/package.json CHANGED
@@ -1,22 +1,22 @@
1
1
  {
2
2
  "name": "@theia/plugin-ext-vscode",
3
- "version": "1.57.0-next.7+52945586d",
3
+ "version": "1.57.1",
4
4
  "description": "Theia - Plugin Extension for VsCode",
5
5
  "dependencies": {
6
- "@theia/callhierarchy": "1.57.0-next.7+52945586d",
7
- "@theia/core": "1.57.0-next.7+52945586d",
8
- "@theia/editor": "1.57.0-next.7+52945586d",
9
- "@theia/filesystem": "1.57.0-next.7+52945586d",
10
- "@theia/monaco": "1.57.0-next.7+52945586d",
6
+ "@theia/callhierarchy": "1.57.1",
7
+ "@theia/core": "1.57.1",
8
+ "@theia/editor": "1.57.1",
9
+ "@theia/filesystem": "1.57.1",
10
+ "@theia/monaco": "1.57.1",
11
11
  "@theia/monaco-editor-core": "1.83.101",
12
- "@theia/navigator": "1.57.0-next.7+52945586d",
13
- "@theia/outline-view": "1.57.0-next.7+52945586d",
14
- "@theia/plugin": "1.57.0-next.7+52945586d",
15
- "@theia/plugin-ext": "1.57.0-next.7+52945586d",
16
- "@theia/terminal": "1.57.0-next.7+52945586d",
17
- "@theia/typehierarchy": "1.57.0-next.7+52945586d",
18
- "@theia/userstorage": "1.57.0-next.7+52945586d",
19
- "@theia/workspace": "1.57.0-next.7+52945586d",
12
+ "@theia/navigator": "1.57.1",
13
+ "@theia/outline-view": "1.57.1",
14
+ "@theia/plugin": "1.57.1",
15
+ "@theia/plugin-ext": "1.57.1",
16
+ "@theia/terminal": "1.57.1",
17
+ "@theia/typehierarchy": "1.57.1",
18
+ "@theia/userstorage": "1.57.1",
19
+ "@theia/workspace": "1.57.1",
20
20
  "decompress": "^4.2.1",
21
21
  "filenamify": "^4.1.0",
22
22
  "tslib": "^2.6.2"
@@ -55,10 +55,10 @@
55
55
  "watch": "theiaext watch"
56
56
  },
57
57
  "devDependencies": {
58
- "@theia/ext-scripts": "1.56.0"
58
+ "@theia/ext-scripts": "1.57.1"
59
59
  },
60
60
  "nyc": {
61
61
  "extends": "../../configs/nyc.json"
62
62
  },
63
- "gitHead": "52945586d4d7c037cc0c35b15a9e1804fccc8e66"
63
+ "gitHead": "6e84ac8d37bbeb45f999894e80cb92a761c1ee1e"
64
64
  }