@theia/variable-resolver 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 -11
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -89,13 +89,13 @@ export class MyService {
89
89
 
90
90
  If `package.json` file is currently opened and cursor is on line 5 then the following output will be logged to the console:
91
91
 
92
- ```
92
+ ```sh
93
93
  cursor is in file package.json on line 5
94
94
  ```
95
95
 
96
96
  ## Additional Information
97
97
 
98
- - [API documentation for `@theia/variable-resolver`](https://eclipse-theia.github.io/theia/docs/next/modules/variable_resolver.html)
98
+ - [API documentation for `@theia/variable-resolver`](https://eclipse-theia.github.io/theia/docs/next/modules/_theia_variable-resolver.html)
99
99
  - [Theia - GitHub](https://github.com/eclipse-theia/theia)
100
100
  - [Theia - Website](https://theia-ide.org/)
101
101
 
@@ -108,12 +108,3 @@ cursor is in file package.json on line 5
108
108
 
109
109
  "Theia" is a trademark of the Eclipse Foundation
110
110
  <https://www.eclipse.org/theia>
111
-
112
- # Theia - Variable Resolver Extension
113
-
114
- The extension
115
-
116
- ## License
117
-
118
- - [Eclipse Public License 2.0](http://www.eclipse.org/legal/epl-2.0/)
119
- - [一 (Secondary) GNU General Public License, version 2 with the GNU Classpath Exception](https://projects.eclipse.org/license/secondary-gpl-2.0-cp)
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@theia/variable-resolver",
3
- "version": "1.67.0-next.3+7946ca874",
3
+ "version": "1.67.0-next.59+3f14297ea",
4
4
  "description": "Theia - Variable Resolver Extension",
5
5
  "dependencies": {
6
- "@theia/core": "1.67.0-next.3+7946ca874",
6
+ "@theia/core": "1.67.0-next.59+3f14297ea",
7
7
  "tslib": "^2.6.2"
8
8
  },
9
9
  "publishConfig": {
@@ -50,5 +50,5 @@
50
50
  "nyc": {
51
51
  "extends": "../../configs/nyc.json"
52
52
  },
53
- "gitHead": "7946ca874b04e6249d883e9a586f193194df1365"
53
+ "gitHead": "3f14297ea2edcdb1fffd74afee0613e70b43e125"
54
54
  }