chore: update version to 0.0.49 and refactor WebSocket handling and type definitions

This commit is contained in:
2025-12-21 20:37:50 +08:00
parent caaec4d870
commit a76f1fb5d2
5 changed files with 28 additions and 38 deletions

View File

@@ -149,27 +149,4 @@ export default [
},
plugins: [dts()],
},
{
input: 'src/router-simple-lib.ts',
output: {
file: 'dist/router-simple-lib.js',
format: 'es',
},
plugins: [
resolve({
browser: false,
}),
commonjs(),
typescript(),
],
external: ['xml2js'],
},
{
input: 'src/router-simple-lib.ts',
output: {
file: 'dist/router-simple-lib.d.ts',
format: 'es',
},
plugins: [dts()],
},
];