@theia/keymaps 1.67.0-next.3 → 1.67.0-next.59

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -38,7 +38,7 @@ You can use `shift`, `ctrl`, `alt`, `meta`, `option` (`alt`), `command` (`meta`)
38
38
 
39
39
  You can also use the following strings for special keys: `backspace`, `tab`, `enter`, `return`, `capslock`, `esc`, `escape`, `space`, `pageup`, `pagedown`, `end`, `home`, `left`, `up`, `right`, `down`, `ins`, `del` and `plus`.
40
40
 
41
- If unsure you can always look at the framework's [supported keys](https://eclipse-theia.github.io/theia/docs/next/modules/core.Key-4.html)
41
+ If unsure you can always look at the framework's [supported keys](https://eclipse-theia.github.io/theia/docs/next/modules/_theia_core.common_keys.Key.html)
42
42
 
43
43
  ## Key Sequences
44
44
 
@@ -49,7 +49,7 @@ Key sequences like: `ctrl+x ctrl+a` or `ctrl+a b c` are supported. With the fol
49
49
 
50
50
  ## Additional Information
51
51
 
52
- - [API documentation for `@theia/keymaps`](https://eclipse-theia.github.io/theia/docs/next/modules/keymaps.html)
52
+ - [API documentation for `@theia/keymaps`](https://eclipse-theia.github.io/theia/docs/next/modules/_theia_keymaps.html)
53
53
  - [Theia - GitHub](https://github.com/eclipse-theia/theia)
54
54
  - [Theia - Website](https://theia-ide.org/)
55
55
 
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@theia/keymaps",
3
- "version": "1.67.0-next.3+7946ca874",
3
+ "version": "1.67.0-next.59+3f14297ea",
4
4
  "description": "Theia - Custom Keymaps Extension",
5
5
  "dependencies": {
6
- "@theia/core": "1.67.0-next.3+7946ca874",
7
- "@theia/monaco": "1.67.0-next.3+7946ca874",
6
+ "@theia/core": "1.67.0-next.59+3f14297ea",
7
+ "@theia/monaco": "1.67.0-next.59+3f14297ea",
8
8
  "@theia/monaco-editor-core": "1.96.302",
9
- "@theia/preferences": "1.67.0-next.3+7946ca874",
10
- "@theia/userstorage": "1.67.0-next.3+7946ca874",
9
+ "@theia/preferences": "1.67.0-next.59+3f14297ea",
10
+ "@theia/userstorage": "1.67.0-next.59+3f14297ea",
11
11
  "jsonc-parser": "^2.2.0",
12
12
  "tslib": "^2.6.2"
13
13
  },
@@ -49,5 +49,5 @@
49
49
  "nyc": {
50
50
  "extends": "../../configs/nyc.json"
51
51
  },
52
- "gitHead": "7946ca874b04e6249d883e9a586f193194df1365"
52
+ "gitHead": "3f14297ea2edcdb1fffd74afee0613e70b43e125"
53
53
  }