@bundleup/sdk 0.0.4 → 0.0.5

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
@@ -158,7 +158,7 @@ var Request = class {
158
158
  constructor(apiKey, connectionId) {
159
159
  this.apiKey = apiKey;
160
160
  this.connectionId = connectionId;
161
- this.baseUrl = "https://api.bundleup.com/v1";
161
+ this.baseUrl = "https://req.bundleup.io";
162
162
  }
163
163
  get headers() {
164
164
  return {
package/dist/index.mjs CHANGED
@@ -132,7 +132,7 @@ var Request = class {
132
132
  constructor(apiKey, connectionId) {
133
133
  this.apiKey = apiKey;
134
134
  this.connectionId = connectionId;
135
- this.baseUrl = "https://api.bundleup.com/v1";
135
+ this.baseUrl = "https://req.bundleup.io";
136
136
  }
137
137
  get headers() {
138
138
  return {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bundleup/sdk",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "description": "SDK package for BundleUp",
5
5
  "exports": {
6
6
  ".": {