@bundleup/sdk 0.0.9 → 0.0.10

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.js CHANGED
@@ -195,7 +195,7 @@ var Request = class {
195
195
  return {
196
196
  "Content-Type": "application/json",
197
197
  Authorization: `Bearer ${this.apiKey}`,
198
- "Connection-Id": this.connectionId
198
+ "BU-Connection-Id": this.connectionId
199
199
  };
200
200
  }
201
201
  buildUrl(path, searchParams = {}) {
package/dist/index.mjs CHANGED
@@ -169,7 +169,7 @@ var Request = class {
169
169
  return {
170
170
  "Content-Type": "application/json",
171
171
  Authorization: `Bearer ${this.apiKey}`,
172
- "Connection-Id": this.connectionId
172
+ "BU-Connection-Id": this.connectionId
173
173
  };
174
174
  }
175
175
  buildUrl(path, searchParams = {}) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bundleup/sdk",
3
- "version": "0.0.9",
3
+ "version": "0.0.10",
4
4
  "description": "SDK package for BundleUp",
5
5
  "exports": {
6
6
  ".": {