@theia/remote 1.66.0-next.67 → 1.66.0-next.80
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.
|
@@ -6,7 +6,7 @@ import { RemotePlatform } from '@theia/core/lib/node/remote/remote-cli-contribut
|
|
|
6
6
|
*
|
|
7
7
|
* Native dependencies are compiled against this version.
|
|
8
8
|
*/
|
|
9
|
-
export declare const REMOTE_NODE_VERSION = "22.
|
|
9
|
+
export declare const REMOTE_NODE_VERSION = "22.20.0";
|
|
10
10
|
export declare class RemoteNodeSetupService {
|
|
11
11
|
protected readonly requestService: RequestService;
|
|
12
12
|
protected readonly scriptService: RemoteSetupScriptService;
|
|
@@ -29,7 +29,7 @@ const core_1 = require("@theia/core");
|
|
|
29
29
|
*
|
|
30
30
|
* Native dependencies are compiled against this version.
|
|
31
31
|
*/
|
|
32
|
-
exports.REMOTE_NODE_VERSION = '22.
|
|
32
|
+
exports.REMOTE_NODE_VERSION = '22.20.0';
|
|
33
33
|
let RemoteNodeSetupService = class RemoteNodeSetupService {
|
|
34
34
|
getNodeDirectoryName(platform) {
|
|
35
35
|
return `node-v${exports.REMOTE_NODE_VERSION}-${this.getPlatformName(platform)}-${platform.arch}`;
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@theia/remote",
|
|
3
|
-
"version": "1.66.0-next.
|
|
3
|
+
"version": "1.66.0-next.80+623c098dc",
|
|
4
4
|
"description": "Theia - Remote",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@theia/core": "1.66.0-next.
|
|
7
|
-
"@theia/filesystem": "1.66.0-next.
|
|
8
|
-
"@theia/userstorage": "1.66.0-next.
|
|
9
|
-
"@theia/variable-resolver": "1.66.0-next.
|
|
6
|
+
"@theia/core": "1.66.0-next.80+623c098dc",
|
|
7
|
+
"@theia/filesystem": "1.66.0-next.80+623c098dc",
|
|
8
|
+
"@theia/userstorage": "1.66.0-next.80+623c098dc",
|
|
9
|
+
"@theia/variable-resolver": "1.66.0-next.80+623c098dc",
|
|
10
10
|
"archiver": "^5.3.1",
|
|
11
11
|
"decompress": "^4.2.1",
|
|
12
12
|
"decompress-tar": "^4.0.0",
|
|
@@ -66,5 +66,5 @@
|
|
|
66
66
|
"nyc": {
|
|
67
67
|
"extends": "../../configs/nyc.json"
|
|
68
68
|
},
|
|
69
|
-
"gitHead": "
|
|
69
|
+
"gitHead": "623c098dc2e331499458d2bdcc67792919335d9c"
|
|
70
70
|
}
|
|
@@ -29,7 +29,7 @@ import { OS } from '@theia/core';
|
|
|
29
29
|
*
|
|
30
30
|
* Native dependencies are compiled against this version.
|
|
31
31
|
*/
|
|
32
|
-
export const REMOTE_NODE_VERSION = '22.
|
|
32
|
+
export const REMOTE_NODE_VERSION = '22.20.0';
|
|
33
33
|
|
|
34
34
|
@injectable()
|
|
35
35
|
export class RemoteNodeSetupService {
|