Skip to content

Commit

Permalink
chore: 删除packages
Browse files Browse the repository at this point in the history
  • Loading branch information
duan602728596 committed Sep 12, 2024
1 parent 2e5f0ab commit 79ad5f5
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 122 deletions.
9 changes: 0 additions & 9 deletions packages/NIMNodePolyfill/NIMNodePolyfill.mjs

This file was deleted.

3 changes: 0 additions & 3 deletions packages/NIMNodePolyfill/README.md

This file was deleted.

84 changes: 0 additions & 84 deletions packages/NIMNodePolyfill/example/example.mjs

This file was deleted.

24 changes: 0 additions & 24 deletions packages/NIMNodePolyfill/package.json

This file was deleted.

File renamed without changes.
2 changes: 1 addition & 1 deletion packages/NIMTest/node/createRoomId.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const dayjs = require('dayjs');
const importESM = require('@sweet-milktea/utils/importESM');

require('dayjs/locale/zh-cn');
require('../../NIMNodePolyfill/NIMNodePolyfill.cjs');
require('./NIMNodePolyfill.cjs');

const NIM_SDK = require('@yxim/nim-web-sdk/dist/SDK/NIM_Web_SDK_nodejs');

Expand Down
6 changes: 5 additions & 1 deletion packages/NIMTest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@
"dependencies": {
"@yxim/nim-web-sdk": "^9.16.1",
"got": "^14.4.2",
"localStorage": "^1.0.4",
"lodash": "^4.17.21",
"playwright-core": "^1.40.1"
"nim-web-sdk-ng": "^0.17.0",
"playwright-core": "^1.40.1",
"sessionstorage": "^0.1.0",
"ws": "^8.16.0"
}
}

0 comments on commit 79ad5f5

Please sign in to comment.