@omen.foundation/node-microservice-runtime 0.1.87 → 0.1.88

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.87",
3
+ "version": "0.1.88",
4
4
  "description": "Beamable microservice runtime for Node.js/TypeScript services.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -1139,7 +1139,7 @@ async function main() {
1139
1139
  const baseUrl = `${registryUrl}${uniqueName}/`;
1140
1140
  const verifyHeaders = {
1141
1141
  'x-ks-clientid': cid,
1142
- 'x-ks-projectid': resolvedGamePid || pid, // Use gamePid to match registry scope
1142
+ 'x-ks-projectid': pid, // Use realm PID (matches backend's rc.projectId when checking registry)
1143
1143
  'x-ks-token': token,
1144
1144
  };
1145
1145