@omen.foundation/node-microservice-runtime 0.1.96 → 0.1.97
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1000,7 +1000,7 @@ async function updateManifest({
|
|
|
1000
1000
|
storageReferences,
|
|
1001
1001
|
};
|
|
1002
1002
|
|
|
1003
|
-
const publishUrl = new URL('/
|
|
1003
|
+
const publishUrl = new URL('/basic/beamo/manifest', apiHost);
|
|
1004
1004
|
const publishHeaders = {
|
|
1005
1005
|
Authorization: `Bearer ${token}`,
|
|
1006
1006
|
Accept: 'application/json',
|