Skip to content

Commit

Permalink
更新版本V1.4.1,完善socket.io-client库的导入
Browse files Browse the repository at this point in the history
  • Loading branch information
niyuancheng committed Apr 5, 2023
1 parent a36a423 commit a718f4d
Show file tree
Hide file tree
Showing 5 changed files with 1,218 additions and 583 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "niplayer",
"version": "1.4.0",
"version": "1.4.1",
"description": "This is a TS library for video player",
"main": "./dist/player.esm.js",
"types": "./dist/index.d.ts",
Expand All @@ -27,6 +27,7 @@
"@rollup/plugin-html": "^1.0.2",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-replace": "^5.0.2",
"@rollup/plugin-terser": "^0.4.0",
"@rollup/plugin-typescript": "^10.0.1",
"@types/node": "^18.13.0",
Expand All @@ -38,6 +39,8 @@
"rollup": "^2.79.1",
"rollup-plugin-dts": "^4.1.0",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.4.0",
"rollup-plugin-node-polyfills": "^0.2.1",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-serve": "^2.0.2",
Expand All @@ -59,6 +62,6 @@
"be-full": "^0.1.4",
"mp4box": "^0.5.2",
"ntouch.js": "^1.1.0",
"socket.io-client": "^4.6.0"
"socket.io-client": "4.6.0"
}
}
Loading

0 comments on commit a718f4d

Please sign in to comment.