@platformatic/utils
Advanced tools
Comparing version 2.0.0-alpha.22 to 2.0.0-alpha.23
@@ -20,2 +20,3 @@ 'use strict' | ||
const { PinoWritable, createPinoWritable } = require('./lib/streams/pino-writable') | ||
const { checkNodeVersionForServices } = require('./lib/check-node-version') | ||
@@ -46,1 +47,2 @@ module.exports.FileWatcher = FileWatcher | ||
module.exports.createPinoWritable = createPinoWritable | ||
module.exports.checkNodeVersionForServices = checkNodeVersionForServices |
{ | ||
"name": "@platformatic/utils", | ||
"version": "2.0.0-alpha.22", | ||
"version": "2.0.0-alpha.23", | ||
"description": "Platformatic Utils", | ||
@@ -30,2 +30,3 @@ "main": "index.js", | ||
"minimatch": "^8.0.4", | ||
"semver": "^7.6.3", | ||
"undici": "^6.9.0" | ||
@@ -32,0 +33,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
40773
23
1006
7
+ Addedsemver@^7.6.3
+ Addedsemver@7.6.3(transitive)