minitel-mosaic
Advanced tools
Comparing version 2.1.1 to 2.1.2
@@ -5,2 +5,3 @@ import { WebSocketServer, createWebSocketStream } from 'ws'; | ||
import { Image } from '../components/image.js'; | ||
// import { sharpHandler } from '../converters/sharp.js'; | ||
import { defaultImg } from '../converters/default.js'; | ||
@@ -7,0 +8,0 @@ const wss = new WebSocketServer({ port: 8080 }); |
{ | ||
"name": "minitel-mosaic", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "A mosaic adaptor for immjs's minitel npm ecoystem", | ||
@@ -27,4 +27,4 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"minitel-standalone": "^1.9.5" | ||
"minitel-standalone": "^1.9.6" | ||
} | ||
} |
@@ -7,3 +7,2 @@ import { WebSocket, WebSocketServer, createWebSocketStream } from 'ws'; | ||
// import { sharpHandler } from '../converters/sharp.js'; | ||
import sharp from 'sharp'; | ||
import { defaultImg } from '../converters/default.js'; | ||
@@ -10,0 +9,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
36288
Updatedminitel-standalone@^1.9.6