socket.io-amqp0
Advanced tools
Comparing version 7.0.0 to 7.0.1
# socket.io-amqp0 | ||
## 7.0.1 | ||
### Patch Changes | ||
- c05af0e: Fixed issue with imports and ESM | ||
## 7.0.0 | ||
@@ -4,0 +10,0 @@ |
@@ -5,3 +5,3 @@ /* eslint-disable no-console */ | ||
import { hostname } from 'os'; | ||
import { randomString, mapIter, filterIter } from './util'; | ||
import { randomString, mapIter, filterIter } from './util.js'; | ||
import { promisify } from 'util'; | ||
@@ -8,0 +8,0 @@ const nullSet = new Set([null]); |
{ | ||
"name": "socket.io-amqp0", | ||
"version": "7.0.0", | ||
"version": "7.0.1", | ||
"description": "socket.io adapter for amqp 0.9.1+ (e.g. RabbitMQ)", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
175763