Skip to content

Commit 21dd338

Browse files
author
Neo
committed
package fix
1 parent cc44b09 commit 21dd338

File tree

3 files changed

+109
-17
lines changed

3 files changed

+109
-17
lines changed

package-lock.json

Lines changed: 105 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mixin-node-sdk",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"license": "MIT",
55
"main": "dist/index.js",
66
"typings": "dist/index.d.ts",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1370,7 +1370,7 @@
13701370

13711371
"@types/ws@^7.4.7":
13721372
version "7.4.7"
1373-
resolved "https://registry.yarnpkg.com/@types/ws/-/ws-7.4.7.tgz#f7c390a36f7a0679aa69de2d501319f4f8d9b702"
1373+
resolved "https://registry.npmjs.org/@types/ws/-/ws-7.4.7.tgz"
13741374
integrity sha512-JQbbmxZTZehdc2iszGKs5oC3NFnjeay7mtAWrdt7qNtAVK0g19muApzAy4bm9byz79xa2ZnO/BOBC2R8RC5Lww==
13751375
dependencies:
13761376
"@types/node" "*"
@@ -8498,7 +8498,7 @@ ws@^7.0.0, ws@^7.3.1:
84988498

84998499
ws@^8.2.0:
85008500
version "8.2.0"
8501-
resolved "https://registry.yarnpkg.com/ws/-/ws-8.2.0.tgz#0b738cd484bfc9303421914b11bb4011e07615bb"
8501+
resolved "https://registry.npmjs.org/ws/-/ws-8.2.0.tgz"
85028502
integrity sha512-uYhVJ/m9oXwEI04iIVmgLmugh2qrZihkywG9y5FfZV2ATeLIzHf93qs+tUNqlttbQK957/VX3mtwAS+UfIwA4g==
85038503

85048504
xml-name-validator@^3.0.0:
@@ -8563,5 +8563,5 @@ yargs@^15.3.1:
85638563

85648564
zlib@^1.0.5:
85658565
version "1.0.5"
8566-
resolved "https://registry.yarnpkg.com/zlib/-/zlib-1.0.5.tgz#6e7c972fc371c645a6afb03ab14769def114fcc0"
8566+
resolved "https://registry.npmjs.org/zlib/-/zlib-1.0.5.tgz"
85678567
integrity sha1-bnyXL8NxxkWmr7A6sUdp3vEU/MA=

0 commit comments

Comments
 (0)