@theia/memory-inspector 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 +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -56,7 +56,7 @@ that are bound as `MemoryProvider` contributions.
56
56
 
57
57
  ## Additional Information
58
58
 
59
- - [API documentation for `@theia/getting-started`](https://eclipse-theia.github.io/theia/docs/next/modules/getting_started.html)
59
+ - [API documentation for `@theia/memory-inspector`](https://eclipse-theia.github.io/theia/docs/next/modules/_theia_memory-inspector.html)
60
60
  - [Theia - GitHub](https://github.com/eclipse-theia/theia)
61
61
  - [Theia - Website](https://theia-ide.org/)
62
62
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theia/memory-inspector",
3
- "version": "1.67.0-next.3+7946ca874",
3
+ "version": "1.67.0-next.59+3f14297ea",
4
4
  "description": "Theia - Memory Inspector",
5
5
  "keywords": [
6
6
  "theia-extension"
@@ -27,8 +27,8 @@
27
27
  "watch": "theiaext watch"
28
28
  },
29
29
  "dependencies": {
30
- "@theia/core": "1.67.0-next.3+7946ca874",
31
- "@theia/debug": "1.67.0-next.3+7946ca874",
30
+ "@theia/core": "1.67.0-next.59+3f14297ea",
31
+ "@theia/debug": "1.67.0-next.59+3f14297ea",
32
32
  "@vscode/debugprotocol": "^1.51.0",
33
33
  "long": "^4.0.0",
34
34
  "tslib": "^2.6.2"
@@ -44,5 +44,5 @@
44
44
  "publishConfig": {
45
45
  "access": "public"
46
46
  },
47
- "gitHead": "7946ca874b04e6249d883e9a586f193194df1365"
47
+ "gitHead": "3f14297ea2edcdb1fffd74afee0613e70b43e125"
48
48
  }