@base44-preview/sdk 0.8.22-pr.148.800f46b → 0.8.22-pr.150.8a73523

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.
Files changed (2) hide show
  1. package/dist/client.js +0 -1
  2. package/package.json +1 -1
package/dist/client.js CHANGED
@@ -71,7 +71,6 @@ export function createClient(config) {
71
71
  };
72
72
  const headers = {
73
73
  ...optionalHeaders,
74
- "X-App-Id": String(appId),
75
74
  };
76
75
  const functionHeaders = functionsVersion
77
76
  ? {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@base44-preview/sdk",
3
- "version": "0.8.22-pr.148.800f46b",
3
+ "version": "0.8.22-pr.150.8a73523",
4
4
  "description": "JavaScript SDK for Base44 API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",