2
0
mirror of https://github.com/tenrok/vue-native-websocket.git synced 2026-05-17 04:29:38 +03:00

New version 2.1.0

This commit is contained in:
Viktor Shcheglov
2022-07-25 14:17:02 +03:00
parent cc7e5e2559
commit dd31ce2793
7 changed files with 30 additions and 14086 deletions
+3 -2
View File
@@ -1,6 +1,6 @@
{
"name": "vue-native-websocket",
"version": "2.0.15",
"version": "2.1.0",
"description": "native websocket implemantation for vuejs and vuex",
"main": "dist/build.js",
"scripts": {
@@ -33,6 +33,7 @@
"@babel/cli": "^7.18.9",
"@babel/core": "^7.18.9",
"@babel/eslint-parser": "^7.18.9",
"@babel/plugin-transform-runtime": "^7.18.9",
"@babel/preset-env": "^7.18.9",
"babel-loader": "^8.2.5",
"chai": "^4.3.6",
@@ -60,4 +61,4 @@
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0"
}
}
}