@theia/test 1.67.0-next.86 → 1.68.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.
@@ -69,7 +69,7 @@ var TestViewCommands;
69
69
  TestViewCommands.RUN_TEST_WITH_PROFILE = core_1.Command.toDefaultLocalizedCommand({
70
70
  id: "testing.runUsing" /* TestCommandId.RunUsingProfileAction */,
71
71
  category: 'Test',
72
- label: 'Execute using Profile...'
72
+ label: 'Execute Using Profile...'
73
73
  });
74
74
  TestViewCommands.DEBUG_TEST = core_1.Command.toDefaultLocalizedCommand({
75
75
  id: "testing.debug" /* TestCommandId.DebugAction */,
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@theia/test",
3
- "version": "1.67.0-next.86+03f92ff1d",
3
+ "version": "1.68.0-next.0+fa6de4563",
4
4
  "description": "Theia - Test Extension",
5
5
  "dependencies": {
6
- "@theia/core": "1.67.0-next.86+03f92ff1d",
7
- "@theia/editor": "1.67.0-next.86+03f92ff1d",
8
- "@theia/filesystem": "1.67.0-next.86+03f92ff1d",
9
- "@theia/navigator": "1.67.0-next.86+03f92ff1d",
10
- "@theia/terminal": "1.67.0-next.86+03f92ff1d",
6
+ "@theia/core": "1.68.0-next.0+fa6de4563",
7
+ "@theia/editor": "1.68.0-next.0+fa6de4563",
8
+ "@theia/filesystem": "1.68.0-next.0+fa6de4563",
9
+ "@theia/navigator": "1.68.0-next.0+fa6de4563",
10
+ "@theia/terminal": "1.68.0-next.0+fa6de4563",
11
11
  "xterm": "^5.3.0",
12
12
  "xterm-addon-fit": "^0.8.0"
13
13
  },
@@ -45,10 +45,10 @@
45
45
  "watch": "theiaext watch"
46
46
  },
47
47
  "devDependencies": {
48
- "@theia/ext-scripts": "1.66.0"
48
+ "@theia/ext-scripts": "1.67.0"
49
49
  },
50
50
  "nyc": {
51
51
  "extends": "../../configs/nyc.json"
52
52
  },
53
- "gitHead": "03f92ff1d97dcb199de39b48e60a53535de22808"
53
+ "gitHead": "fa6de45637fb1cd821b642aa23e225abb1a13f06"
54
54
  }
@@ -73,7 +73,7 @@ export namespace TestViewCommands {
73
73
  export const RUN_TEST_WITH_PROFILE: Command = Command.toDefaultLocalizedCommand({
74
74
  id: TestCommandId.RunUsingProfileAction,
75
75
  category: 'Test',
76
- label: 'Execute using Profile...'
76
+ label: 'Execute Using Profile...'
77
77
  });
78
78
 
79
79
  export const DEBUG_TEST: Command = Command.toDefaultLocalizedCommand({