tardis-machine
Advanced tools
Comparing version 3.6.8 to 3.6.9
@@ -9,3 +9,2 @@ "use strict"; | ||
const http_1 = __importDefault(require("http")); | ||
const events_1 = __importDefault(require("events")); | ||
const tardis_dev_1 = require("tardis-dev"); | ||
@@ -15,3 +14,2 @@ const uWebSockets_js_1 = require("uWebSockets.js"); | ||
const ws_1 = require("./ws"); | ||
events_1.default.defaultMaxListeners = 1000; | ||
const pkg = require('../package.json'); | ||
@@ -18,0 +16,0 @@ class TardisMachine { |
{ | ||
"name": "tardis-machine", | ||
"version": "3.6.8", | ||
"version": "3.6.9", | ||
"engines": { | ||
@@ -62,3 +62,3 @@ "node": ">=12" | ||
"is-docker": "^2.2.1", | ||
"tardis-dev": "^13.1.10", | ||
"tardis-dev": "^13.1.12", | ||
"uWebSockets.js": "github:uNetworking/uWebSockets.js#v20.6.0", | ||
@@ -65,0 +65,0 @@ "yargs": "^17.3.0" |
import findMyWay from 'find-my-way' | ||
import http from 'http' | ||
import events from 'events' | ||
import { clearCache, init } from 'tardis-dev' | ||
@@ -9,4 +8,2 @@ import { App, DISABLED, TemplatedApp, WebSocket } from 'uWebSockets.js' | ||
events.defaultMaxListeners = 1000 | ||
const pkg = require('../package.json') | ||
@@ -13,0 +10,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
171834
2953
Updatedtardis-dev@^13.1.12