Comparing version 3.0.0-alpha.12 to 3.0.0-alpha.13
@@ -10,3 +10,3 @@ 'use strict'; | ||
const sys = ['util', 'buffer', 'child_process', 'os', 'v8', 'vm']; | ||
const tools = ['path', 'url', 'string_decoder', 'querystring']; | ||
const tools = ['path', 'string_decoder', 'querystring']; | ||
const test = ['assert', 'test']; | ||
@@ -13,0 +13,0 @@ const streams = ['stream', 'fs', 'crypto', 'zlib', 'readline']; |
'use strict'; | ||
const metautil = require('metautil'); | ||
const { Semaphore, createAbortController } = metautil; | ||
const { Semaphore } = metautil; | ||
const { Schema } = require('metaschema'); | ||
@@ -69,3 +69,3 @@ | ||
if (timeout) { | ||
const ac = createAbortController(); | ||
const ac = new AbortController(); | ||
result = await Promise.race([ | ||
@@ -72,0 +72,0 @@ metautil.timeout(timeout, ac.signal), |
{ | ||
"name": "impress", | ||
"version": "3.0.0-alpha.12", | ||
"version": "3.0.0-alpha.13", | ||
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>", | ||
@@ -62,6 +62,6 @@ "description": "Enterprise application server for Node.js", | ||
"engines": { | ||
"node": "^14.18 || 16 || 18 || 19 || 20" | ||
"node": "16 || 18 || 19 || 20" | ||
}, | ||
"dependencies": { | ||
"metacom": "^3.0.0-alpha.8", | ||
"metacom": "^3.0.0-alpha.10", | ||
"metaconfiguration": "^2.1.10", | ||
@@ -84,4 +84,4 @@ "metalog": "^3.1.9", | ||
"prettier": "^2.8.4", | ||
"typescript": "^4.9.5" | ||
"typescript": "^5.0.4" | ||
} | ||
} |
@@ -99,6 +99,6 @@ <div align="center"> | ||
- Node.js v12.9.0 or later (v14 preferred) | ||
- Linux (tested on Fedora 30, Ubuntu 16, 18, 19 and 20, CentOS 7 and 8) | ||
- Postgresql 9.5 or later (v11.8 preferred) | ||
- OpenSSL v1.1.1 or later (optional, for https & wss) | ||
- Node.js v16.0.0 or later (v18 preferred) | ||
- Linux (tested on Fedora 36, 37, Ubuntu 18, 20 and 22, CentOS 7, 8, 9) | ||
- Postgresql 11 or later (v14 preferred) | ||
- OpenSSL v3 or later (optional, for https & wss) | ||
- [certbot](https://github.com/certbot/certbot) (recommended but optional) | ||
@@ -105,0 +105,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
60647
29
Updatedmetacom@^3.0.0-alpha.10