Version 4.1.2 (#820)
This commit is contained in:
Родитель
1232f59081
Коммит
7c3fe47988
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "code-push",
|
||||
"version": "4.1.1",
|
||||
"version": "4.1.2",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "code-push",
|
||||
"version": "4.1.1",
|
||||
"version": "4.1.2",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"appcenter-file-upload-client": "0.1.0",
|
||||
|
@ -1945,9 +1945,9 @@
|
|||
"integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8="
|
||||
},
|
||||
"node_modules/vm2": {
|
||||
"version": "3.9.16",
|
||||
"resolved": "https://registry.npmjs.org/vm2/-/vm2-3.9.16.tgz",
|
||||
"integrity": "sha512-3T9LscojNTxdOyG+e8gFeyBXkMlOBYDoF6dqZbj+MPVHi9x10UfiTAJIobuchRCp3QvC+inybTbMJIUrLsig0w==",
|
||||
"version": "3.9.17",
|
||||
"resolved": "https://registry.npmjs.org/vm2/-/vm2-3.9.17.tgz",
|
||||
"integrity": "sha512-AqwtCnZ/ERcX+AVj9vUsphY56YANXxRuqMb7GsDtAr0m0PcQX3u0Aj3KWiXM0YAHy7i6JEeHrwOnwXbGYgRpAw==",
|
||||
"dependencies": {
|
||||
"acorn": "^8.7.0",
|
||||
"acorn-walk": "^8.2.0"
|
||||
|
@ -3598,9 +3598,9 @@
|
|||
"integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8="
|
||||
},
|
||||
"vm2": {
|
||||
"version": "3.9.16",
|
||||
"resolved": "https://registry.npmjs.org/vm2/-/vm2-3.9.16.tgz",
|
||||
"integrity": "sha512-3T9LscojNTxdOyG+e8gFeyBXkMlOBYDoF6dqZbj+MPVHi9x10UfiTAJIobuchRCp3QvC+inybTbMJIUrLsig0w==",
|
||||
"version": "3.9.17",
|
||||
"resolved": "https://registry.npmjs.org/vm2/-/vm2-3.9.17.tgz",
|
||||
"integrity": "sha512-AqwtCnZ/ERcX+AVj9vUsphY56YANXxRuqMb7GsDtAr0m0PcQX3u0Aj3KWiXM0YAHy7i6JEeHrwOnwXbGYgRpAw==",
|
||||
"requires": {
|
||||
"acorn": "^8.7.0",
|
||||
"acorn-walk": "^8.2.0"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "code-push",
|
||||
"version": "4.1.1",
|
||||
"version": "4.1.2",
|
||||
"description": "Management SDK for the CodePush service",
|
||||
"main": "script/index.js",
|
||||
"types": "script/index.d.ts",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="code-push" version="4.1.1">
|
||||
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="code-push" version="4.1.2">
|
||||
<name>CodePushAcquisition</name>
|
||||
<description>CodePush Acquisition Plugin for Apache Cordova</description>
|
||||
<license>MIT</license>
|
||||
|
|
Загрузка…
Ссылка в новой задаче