@iobroker/js-controller-common
Advanced tools
Comparing version 5.0.20-alpha.0-20240418-165fc4c8 to 5.0.20-alpha.0-20240418-a0e0bc1d
@@ -42,4 +42,4 @@ "use strict"; | ||
const import_meta = {}; | ||
const thisDir = url.fileURLToPath(new URL(".", import_meta.url || "file://" + __dirname)); | ||
const require2 = (0, import_node_module.createRequire)(import_meta.url || "file://" + __dirname); | ||
const thisDir = url.fileURLToPath(new URL(".", import_meta.url || "file://" + __filename)); | ||
const require2 = (0, import_node_module.createRequire)(import_meta.url || "file://" + __filename); | ||
const hostname = tools.getHostName(); | ||
@@ -46,0 +46,0 @@ let SysLog; |
@@ -13,5 +13,5 @@ import winston from 'winston'; | ||
// eslint-disable-next-line unicorn/prefer-module | ||
const thisDir = url.fileURLToPath(new URL('.', import.meta.url || 'file://' + __dirname)); | ||
const thisDir = url.fileURLToPath(new URL('.', import.meta.url || 'file://' + __filename)); | ||
// eslint-disable-next-line unicorn/prefer-module | ||
const require = createRequire(import.meta.url || 'file://' + __dirname); | ||
const require = createRequire(import.meta.url || 'file://' + __filename); | ||
const hostname = tools.getHostName(); | ||
@@ -18,0 +18,0 @@ let SysLog; |
{ | ||
"name": "@iobroker/js-controller-common", | ||
"type": "module", | ||
"version": "5.0.20-alpha.0-20240418-165fc4c8", | ||
"version": "5.0.20-alpha.0-20240418-a0e0bc1d", | ||
"engines": { | ||
@@ -15,3 +15,3 @@ "node": ">=18.0.0" | ||
"@alcalzone/pak": "^0.8.1", | ||
"axios": "^1.6.0", | ||
"axios": "^1.6.3", | ||
"ci-info": "^3.8.0", | ||
@@ -77,3 +77,3 @@ "deep-clone": "^3.0.3", | ||
], | ||
"gitHead": "ba7b732f23ddf0da772e23ed6175185ec204ee6b" | ||
"gitHead": "acbee7a1c28f373d894164718cb84f07e93d5fd2" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
793599
Updatedaxios@^1.6.3