From 71bef16409e4891c5f7d77e6b7abf6967961d234 Mon Sep 17 00:00:00 2001 From: Joachim Van Herwegen Date: Thu, 5 Sep 2024 13:33:10 +0200 Subject: [PATCH] fix: Use correct components.js URLs --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 7fff03d..f148310 100644 --- a/package.json +++ b/package.json @@ -5,15 +5,15 @@ "repository": "git@github.com:CommunitySolidServer/AsyncHandler.git", "main": "./dist/index.js", "types": "./dist/index.d.ts", - "lsd:module": "https://linkedsoftwaredependencies.org/bundles/npm/asynchandler", + "lsd:module": "https://linkedsoftwaredependencies.org/bundles/npm/asynchronous-handlers", "lsd:components": "dist/components/components.jsonld", "lsd:contexts": { - "https://linkedsoftwaredependencies.org/bundles/npm/asynchandler/^1.0.0/components/context.jsonld": "dist/components/context.jsonld" + "https://linkedsoftwaredependencies.org/bundles/npm/asynchronous-handlers/^1.0.0/components/context.jsonld": "dist/components/context.jsonld" }, "lsd:importPaths": { - "https://linkedsoftwaredependencies.org/bundles/npm/asynchandler/^1.0.0/components/": "dist/components/", - "https://linkedsoftwaredependencies.org/bundles/npm/asynchandler/^1.0.0/config/": "config/", - "https://linkedsoftwaredependencies.org/bundles/npm/asynchandler/^1.0.0/dist/": "dist/" + "https://linkedsoftwaredependencies.org/bundles/npm/asynchronous-handlers/^1.0.0/components/": "dist/components/", + "https://linkedsoftwaredependencies.org/bundles/npm/asynchronous-handlers/^1.0.0/config/": "config/", + "https://linkedsoftwaredependencies.org/bundles/npm/asynchronous-handlers/^1.0.0/dist/": "dist/" }, "files": [ "config",