@artilleryio/int-core
Advanced tools
Comparing version 2.13.0-43068a4 to 2.13.0-4f6f322
@@ -21,2 +21,3 @@ /* This Source Code Form is subject to the terms of the Mozilla Public | ||
const wl = require('./weighted-pick'); | ||
const { pathToFileURL } = require('url'); | ||
@@ -90,3 +91,4 @@ const Engines = { | ||
if (processorPath.endsWith('.mjs')) { | ||
const exports = await import(processorPath); | ||
const fileUrl = pathToFileURL(processorPath); | ||
const exports = await import(fileUrl.href); | ||
script.config.processor = Object.assign( | ||
@@ -93,0 +95,0 @@ {}, |
{ | ||
"name": "@artilleryio/int-core", | ||
"version": "2.13.0-43068a4", | ||
"version": "2.13.0-4f6f322", | ||
"main": "./index.js", | ||
"license": "MPL-2.0", | ||
"dependencies": { | ||
"@artilleryio/int-commons": "2.9.0-43068a4", | ||
"@artilleryio/int-commons": "2.9.0-4f6f322", | ||
"@artilleryio/sketches-js": "^2.1.1", | ||
@@ -9,0 +9,0 @@ "agentkeepalive": "^4.1.0", |
120895
3065
+ Added@artilleryio/int-commons@2.9.0-4f6f322(transitive)
- Removed@artilleryio/int-commons@2.9.0-43068a4(transitive)