Skip to content
This repository was archived by the owner on Feb 1, 2024. It is now read-only.

Commit 8aa102b

Browse files
committed
Merge tag 'v9.11.0' into upgrade_to_9.11.0
2 parents 87cd1bb + a3ebc79 commit 8aa102b

File tree

10 files changed

+1674
-1665
lines changed

10 files changed

+1674
-1665
lines changed

client.js

Lines changed: 218 additions & 228 deletions
Large diffs are not rendered by default.

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
var Client = require('./client')
2-
var Server = require('./server')
1+
const Client = require('./client')
2+
const Server = require('./server')
33

44
module.exports = Client
55
module.exports.Client = Client

0 commit comments

Comments
 (0)