Published 4.0.0-next.1
This commit is contained in:
Родитель
e2447e4e0c
Коммит
dc6802a5b3
|
@ -6,6 +6,12 @@ language servers written in TS and JS. It also contains helper methods to conver
|
|||
[![NPM Version](https://img.shields.io/npm/v/vscode-nls-dev.svg)](https://npmjs.org/package/vscode-nls-dev)
|
||||
[![NPM Downloads](https://img.shields.io/npm/dm/vscode-nls-dev.svg)](https://npmjs.org/package/vscode-nls-dev)
|
||||
|
||||
### 4.0.0-next.1
|
||||
|
||||
* [Add support for comments in messages (e.g. package.nls.json)](https://github.com/microsoft/vscode-nls-dev/issues/32)
|
||||
* Remove Transifex support
|
||||
* General code cleanup. Move to TS 4.3.1 and more stricter type checking.
|
||||
|
||||
### 3.3.2
|
||||
|
||||
* Merged [allow es imports, update ts and use their helper methods](https://github.com/microsoft/vscode-nls-dev/pull/27)
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"name": "vscode-nls-dev",
|
||||
"version": "3.3.2",
|
||||
"version": "4.0.0-next.1",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"version": "3.3.2",
|
||||
"version": "4.0.0-next.1",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"ansi-colors": "^4.1.1",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "vscode-nls-dev",
|
||||
"version": "3.3.2",
|
||||
"version": "4.0.0-next.1",
|
||||
"description": "Development time npm module to generate strings bundles from Javascript files",
|
||||
"author": "Microsoft Corporation",
|
||||
"license": "MIT",
|
||||
|
|
Загрузка…
Ссылка в новой задаче