@vizzly/api-client 0.0.23 → 0.0.24

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.
@@ -154,9 +154,6 @@ class VizzlyApi extends Api_1.Api {
154
154
  return {
155
155
  path: `/api/v2/projects`,
156
156
  method: 'get',
157
- headers: {
158
- auth: `Bearer ${this.auth.getAppSessionToken()}`,
159
- },
160
157
  abortSignal: params === null || params === void 0 ? void 0 : params.abortSignal,
161
158
  };
162
159
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vizzly/api-client",
3
- "version": "0.0.23",
3
+ "version": "0.0.24",
4
4
  "private": false,
5
5
  "license": "NONE",
6
6
  "source": "src/index.ts",