@23blocks/react 1.1.3 → 2.0.0

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/dist/index.esm.js CHANGED
@@ -191,7 +191,7 @@ const Blocks23Context = /*#__PURE__*/ createContext(null);
191
191
  credentials: authMode === 'cookie' ? 'include' : undefined,
192
192
  headers: ()=>{
193
193
  const headers = _({}, staticHeaders, {
194
- appid: appId
194
+ 'x-api-key': appId
195
195
  });
196
196
  if (tenantId) {
197
197
  headers['tenant-id'] = tenantId;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@23blocks/react",
3
- "version": "1.1.3",
3
+ "version": "2.0.0",
4
4
  "description": "React bindings for 23blocks SDK - hooks and context providers",
5
5
  "license": "MIT",
6
6
  "author": "23blocks <hello@23blocks.com>",