@lit-labs/eleventy-plugin-lit
Advanced tools
Comparing version 0.2.2 to 0.2.3
@@ -32,2 +32,3 @@ "use strict"; | ||
const path = __importStar(require("path")); | ||
const url_1 = require("url"); | ||
const worker_threads_1 = require("worker_threads"); | ||
@@ -173,3 +174,3 @@ function configureWorker( | ||
} | ||
const resolvedComponentModules = componentModules.map((module) => path.resolve(process.cwd(), module)); | ||
const resolvedComponentModules = componentModules.map((module) => (0, url_1.pathToFileURL)(path.resolve(process.cwd(), module)).href); | ||
switch (mode) { | ||
@@ -176,0 +177,0 @@ case 'worker': { |
{ | ||
"name": "@lit-labs/eleventy-plugin-lit", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "Eleventy plugin for rendering Lit components.", | ||
@@ -94,12 +94,9 @@ "author": "Google LLC", | ||
"@lit-labs/ssr": "^2.0.1", | ||
"lit": "^2.0.2" | ||
"lit": "^2.3.0" | ||
}, | ||
"devDependencies": { | ||
"@11ty/eleventy": "^1.0.0", | ||
"@web/dev-server": "^0.1.11", | ||
"@webcomponents/template-shadowroot": "^0.1.0", | ||
"rimraf": "^3.0.2", | ||
"typescript": "^4.1.3", | ||
"uvu": "^0.5.3" | ||
"rimraf": "^3.0.2" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
47361
3
260
Updatedlit@^2.3.0