Skip to content

Commit

Permalink
abab deprecated package removed.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaganathanraja authored and jcbrand committed Dec 3, 2024
1 parent 4a77b26 commit 780967d
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 14 deletions.
9 changes: 0 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,6 @@
"typescript": "^5.1.6",
"xhr2": "^0.2.1"
},
"dependencies": {
"abab": "^2.0.3"
},
"optionalDependencies": {
"@types/ws": "^8.5.5",
"@xmldom/xmldom": "0.8.10",
Expand Down
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default [
// CommonJS (for Node) and ES module (for bundlers) build.
{
input: 'src/index.js',
external: ['window', 'abab'],
external: ['window'],
output: [
{ file: 'dist/strophe.common.js', format: 'cjs' },
{ file: pkg.module, format: 'es' },
Expand Down
1 change: 0 additions & 1 deletion src/connection.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { atob, btoa } from 'abab';
import Handler from './handler.js';
import TimedHandler from './timed-handler.js';
import Builder, { $build, $iq, $pres } from './builder.js';
Expand Down

0 comments on commit 780967d

Please sign in to comment.