@lrnwebcomponents/micro-frontend-registry
Advanced tools
Comparing version 4.2.0 to 7.0.0
@@ -57,3 +57,3 @@ { | ||
"end": { | ||
"line": 362, | ||
"line": 392, | ||
"column": 1 | ||
@@ -75,7 +75,7 @@ } | ||
"start": { | ||
"line": 365, | ||
"line": 395, | ||
"column": 7 | ||
}, | ||
"end": { | ||
"line": 376, | ||
"line": 406, | ||
"column": 1 | ||
@@ -82,0 +82,0 @@ } |
@@ -219,2 +219,32 @@ import { MicroFrontendRegistry } from "../micro-frontend-registry.js"; | ||
}); | ||
// notionToSite | ||
MicroFrontendRegistry.add({ | ||
endpoint: "/api/apps/haxcms/convert/notionToSite", | ||
name: "@haxcms/notionToSite", | ||
title: "Notion to Site", | ||
description: "Convert notion baseed repo to valid HAXcms", | ||
params: { | ||
repoUrl: "Location of the repo", | ||
}, | ||
}); | ||
// haxcmsToSite | ||
MicroFrontendRegistry.add({ | ||
endpoint: "/api/apps/haxcms/convert/haxcmsToSite", | ||
name: "@haxcms/haxcmsToSite", | ||
title: "HAXcms to Site", | ||
description: "Use a HAXcms site as the basis for a new one", | ||
params: { | ||
repoUrl: "Location of the site", | ||
}, | ||
}); | ||
// elmslnToSite | ||
MicroFrontendRegistry.add({ | ||
endpoint: "/api/apps/haxcms/convert/elmslnToSite", | ||
name: "@haxcms/elmslnToSite", | ||
title: "ELMS:LN to Site", | ||
description: "Import an ELMS:LN site to HAXcms", | ||
params: { | ||
repoUrl: "Location of the site", | ||
}, | ||
}); | ||
// pressbooksToSite | ||
@@ -221,0 +251,0 @@ MicroFrontendRegistry.add({ |
@@ -23,3 +23,3 @@ { | ||
}, | ||
"version": "4.2.0", | ||
"version": "7.0.0", | ||
"description": "A singleton for registration and managing access to leverage microservices for web components", | ||
@@ -48,3 +48,3 @@ "repository": { | ||
"devDependencies": { | ||
"@lrnwebcomponents/deduping-fix": "^4.0.0", | ||
"@lrnwebcomponents/deduping-fix": "^7.0.0", | ||
"@open-wc/testing": "2.5.32", | ||
@@ -71,3 +71,3 @@ "@polymer/iron-component-page": "github:PolymerElements/iron-component-page", | ||
], | ||
"gitHead": "6afcd512f3d42c2987ba1dd7b0067f28448e4418" | ||
"gitHead": "619ebdfc0aac017516b65f4e6eb1c12080dff39e" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
109597
2671