@theia/plugin-ext 1.23.0-next.60 → 1.24.0-next.0
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.
|
@@ -2,7 +2,7 @@ import { AuthenticationProvider, AuthenticationService, AuthenticationServiceImp
|
|
|
2
2
|
import { HostedPluginSupport } from '../../hosted/browser/hosted-plugin';
|
|
3
3
|
export declare function getAuthenticationProviderActivationEvent(id: string): string;
|
|
4
4
|
/**
|
|
5
|
-
* Plugin
|
|
5
|
+
* Plugin authentication service that aims to activate additional plugins if sessions are created or queried.
|
|
6
6
|
*/
|
|
7
7
|
export declare class PluginAuthenticationServiceImpl extends AuthenticationServiceImpl implements AuthenticationService {
|
|
8
8
|
protected readonly pluginService: HostedPluginSupport;
|
|
@@ -32,7 +32,7 @@ const hosted_plugin_1 = require("../../hosted/browser/hosted-plugin");
|
|
|
32
32
|
function getAuthenticationProviderActivationEvent(id) { return `onAuthenticationRequest:${id}`; }
|
|
33
33
|
exports.getAuthenticationProviderActivationEvent = getAuthenticationProviderActivationEvent;
|
|
34
34
|
/**
|
|
35
|
-
* Plugin
|
|
35
|
+
* Plugin authentication service that aims to activate additional plugins if sessions are created or queried.
|
|
36
36
|
*/
|
|
37
37
|
class PluginAuthenticationServiceImpl extends authentication_service_1.AuthenticationServiceImpl {
|
|
38
38
|
async getSessions(id, scopes) {
|
package/package.json
CHANGED
|
@@ -1,31 +1,31 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@theia/plugin-ext",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.24.0-next.0+f0cdf69e65c",
|
|
4
4
|
"description": "Theia - Plugin Extension",
|
|
5
5
|
"main": "lib/common/index.js",
|
|
6
6
|
"typings": "lib/common/index.d.ts",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@theia/bulk-edit": "1.
|
|
9
|
-
"@theia/callhierarchy": "1.
|
|
10
|
-
"@theia/console": "1.
|
|
11
|
-
"@theia/core": "1.
|
|
12
|
-
"@theia/debug": "1.
|
|
13
|
-
"@theia/editor": "1.
|
|
14
|
-
"@theia/file-search": "1.
|
|
15
|
-
"@theia/filesystem": "1.
|
|
16
|
-
"@theia/markers": "1.
|
|
17
|
-
"@theia/messages": "1.
|
|
18
|
-
"@theia/monaco": "1.
|
|
19
|
-
"@theia/navigator": "1.
|
|
20
|
-
"@theia/output": "1.
|
|
21
|
-
"@theia/plugin": "1.
|
|
22
|
-
"@theia/preferences": "1.
|
|
23
|
-
"@theia/scm": "1.
|
|
24
|
-
"@theia/search-in-workspace": "1.
|
|
25
|
-
"@theia/task": "1.
|
|
26
|
-
"@theia/terminal": "1.
|
|
27
|
-
"@theia/timeline": "1.
|
|
28
|
-
"@theia/workspace": "1.
|
|
8
|
+
"@theia/bulk-edit": "1.24.0-next.0+f0cdf69e65c",
|
|
9
|
+
"@theia/callhierarchy": "1.24.0-next.0+f0cdf69e65c",
|
|
10
|
+
"@theia/console": "1.24.0-next.0+f0cdf69e65c",
|
|
11
|
+
"@theia/core": "1.24.0-next.0+f0cdf69e65c",
|
|
12
|
+
"@theia/debug": "1.24.0-next.0+f0cdf69e65c",
|
|
13
|
+
"@theia/editor": "1.24.0-next.0+f0cdf69e65c",
|
|
14
|
+
"@theia/file-search": "1.24.0-next.0+f0cdf69e65c",
|
|
15
|
+
"@theia/filesystem": "1.24.0-next.0+f0cdf69e65c",
|
|
16
|
+
"@theia/markers": "1.24.0-next.0+f0cdf69e65c",
|
|
17
|
+
"@theia/messages": "1.24.0-next.0+f0cdf69e65c",
|
|
18
|
+
"@theia/monaco": "1.24.0-next.0+f0cdf69e65c",
|
|
19
|
+
"@theia/navigator": "1.24.0-next.0+f0cdf69e65c",
|
|
20
|
+
"@theia/output": "1.24.0-next.0+f0cdf69e65c",
|
|
21
|
+
"@theia/plugin": "1.24.0-next.0+f0cdf69e65c",
|
|
22
|
+
"@theia/preferences": "1.24.0-next.0+f0cdf69e65c",
|
|
23
|
+
"@theia/scm": "1.24.0-next.0+f0cdf69e65c",
|
|
24
|
+
"@theia/search-in-workspace": "1.24.0-next.0+f0cdf69e65c",
|
|
25
|
+
"@theia/task": "1.24.0-next.0+f0cdf69e65c",
|
|
26
|
+
"@theia/terminal": "1.24.0-next.0+f0cdf69e65c",
|
|
27
|
+
"@theia/timeline": "1.24.0-next.0+f0cdf69e65c",
|
|
28
|
+
"@theia/workspace": "1.24.0-next.0+f0cdf69e65c",
|
|
29
29
|
"@types/mime": "^2.0.1",
|
|
30
30
|
"decompress": "^4.2.1",
|
|
31
31
|
"escape-html": "^1.0.3",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"watch": "theiaext watch"
|
|
81
81
|
},
|
|
82
82
|
"devDependencies": {
|
|
83
|
-
"@theia/ext-scripts": "1.
|
|
83
|
+
"@theia/ext-scripts": "1.23.0",
|
|
84
84
|
"@types/decompress": "^4.2.2",
|
|
85
85
|
"@types/escape-html": "^0.0.20",
|
|
86
86
|
"@types/lodash.clonedeep": "^4.5.3",
|
|
@@ -90,5 +90,5 @@
|
|
|
90
90
|
"nyc": {
|
|
91
91
|
"extends": "../../configs/nyc.json"
|
|
92
92
|
},
|
|
93
|
-
"gitHead": "
|
|
93
|
+
"gitHead": "f0cdf69e65cd048dfeb06c45ff4189a6d5cf14a6"
|
|
94
94
|
}
|
|
@@ -22,7 +22,7 @@ import { HostedPluginSupport } from '../../hosted/browser/hosted-plugin';
|
|
|
22
22
|
export function getAuthenticationProviderActivationEvent(id: string): string { return `onAuthenticationRequest:${id}`; }
|
|
23
23
|
|
|
24
24
|
/**
|
|
25
|
-
* Plugin
|
|
25
|
+
* Plugin authentication service that aims to activate additional plugins if sessions are created or queried.
|
|
26
26
|
*/
|
|
27
27
|
export class PluginAuthenticationServiceImpl extends AuthenticationServiceImpl implements AuthenticationService {
|
|
28
28
|
@inject(HostedPluginSupport) protected readonly pluginService: HostedPluginSupport;
|