This commit is contained in:
RedMickey 2020-02-19 15:20:49 +03:00 коммит произвёл GitHub
Родитель b6459d8540
Коммит 0379522089
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
5 изменённых файлов: 37 добавлений и 5 удалений

Просмотреть файл

@ -1,3 +1,8 @@
## 0.14.1
* Implemented Expo debugging without mandatory logging in and Internet connection [#1188](https://github.com/microsoft/vscode-react-native/issues/1188)
* Added `expoHostType` parameter to Expo debug scenario configuration. See the [documentation](https://github.com/microsoft/vscode-react-native#react-native-debug-configuration-properties) for more details
* Fixed iOS debugging according to [XCode build caching changes in React Native CLI v3.1.0](https://github.com/react-native-community/cli/releases/tag/v3.1.0) [#1198](https://github.com/microsoft/vscode-react-native/issues/1198)
## 0.14.0
* Enhanced extension security [#1171](https://github.com/microsoft/vscode-react-native/pull/1171)
* Deps: `vscode-chrome-debug-core@6.8.8` [#1193](https://github.com/microsoft/vscode-react-native/pull/1193)

2
package-lock.json сгенерированный
Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "vscode-react-native",
"version": "0.14.0",
"version": "0.14.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

Просмотреть файл

@ -1,7 +1,7 @@
{
"name": "vscode-react-native",
"displayName": "React Native Tools",
"version": "0.14.0",
"version": "0.14.1",
"private": true,
"publisher": "msjsdiag",
"icon": "images/icon.png",

Просмотреть файл

@ -122,4 +122,4 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
=========================================
END OF React Native command line tools NOTICES, INFORMATION, AND LICENSE
END OF Expo XDL NOTICES, INFORMATION, AND LICENSE

Просмотреть файл

@ -1395,7 +1395,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
-------------------------------------------------------------------
ws 3.3.3 - MIT
ws 6.2.1 - MIT
https://github.com/websockets/ws
Copyright (c) 2011 Einar Otto Stangvik <einaros@gmail.com>
@ -1426,7 +1426,7 @@ SOFTWARE.
-------------------------------------------------------------------
ws 6.2.1 - MIT
ws 3.3.3 - MIT
https://github.com/websockets/ws
Copyright (c) 2011 Einar Otto Stangvik <einaros@gmail.com>
@ -1462,6 +1462,7 @@ Additional -
1. DefinitelyTyped (https://github.com/DefinitelyTyped/DefinitelyTyped)
2. TACO Tools for Apache Cordova (https://github.com/Microsoft/TACO)
3. React Native command line tools (https://github.com/react-native-community/react-native-cli)
4. Expo XDL (https://github.com/expo/expo-cli/tree/master/packages/xdl)
%% DefinitelyTyped NOTICES, INFORMATION, AND LICENSE BEGIN HERE
@ -1558,6 +1559,32 @@ SOFTWARE.
=========================================
END OF React Native command line tools NOTICES, INFORMATION, AND LICENSE
%% Expo XDL NOTICES, INFORMATION, AND LICENSE BEGIN HERE
=========================================
The MIT License (MIT)
Copyright (c) 2015-present 650 Industries, Inc. (aka Expo)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
=========================================
END OF Expo XDL NOTICES, INFORMATION, AND LICENSE
-------------------------------------------------------------------