@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@omen.foundation/node-microservice-runtime",
3
- "version": "0.1.96",
3
+ "version": "0.1.97",
4
4
  "description": "Beamable microservice runtime for Node.js/TypeScript services.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -1000,7 +1000,7 @@ async function updateManifest({
1000
1000
  storageReferences,
1001
1001
  };
1002
1002
 
1003
- const publishUrl = new URL('/api/beamo/manifests', apiHost);
1003
+ const publishUrl = new URL('/basic/beamo/manifest', apiHost);
1004
1004
  const publishHeaders = {
1005
1005
  Authorization: `Bearer ${token}`,
1006
1006
  Accept: 'application/json',