drapcode-developer-sdk 1.0.10 → 1.0.11

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/build/index.js +1 -1
  2. package/package.json +1 -1
package/build/index.js CHANGED
@@ -171,7 +171,7 @@ var DrapcodeApis = /** @class */ (function () {
171
171
  headers["Authorization"] = this.authorization;
172
172
  }
173
173
  if (this.builderKey) {
174
- headers["BuilderKey"] = this.builderKey;
174
+ headers["builder-key"] = this.builderKey;
175
175
  }
176
176
  return headers;
177
177
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "drapcode-developer-sdk",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "main": "build/index.js",
5
5
  "types": "build/index.d.ts",
6
6
  "files": [