@envsync-cloud/envsync-ts-sdk 0.7.6 → 0.7.7

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
@@ -3214,7 +3214,7 @@ var EnvSyncAPISDK = class {
3214
3214
  constructor(config, HttpRequest = FetchHttpRequest) {
3215
3215
  this.request = new HttpRequest({
3216
3216
  BASE: config?.BASE ?? "http://localhost:4000",
3217
- VERSION: config?.VERSION ?? "0.7.6",
3217
+ VERSION: config?.VERSION ?? "0.7.7",
3218
3218
  WITH_CREDENTIALS: config?.WITH_CREDENTIALS ?? false,
3219
3219
  CREDENTIALS: config?.CREDENTIALS ?? "include",
3220
3220
  TOKEN: config?.TOKEN,
@@ -3252,7 +3252,7 @@ var EnvSyncAPISDK = class {
3252
3252
  // src/core/OpenAPI.ts
3253
3253
  var OpenAPI = {
3254
3254
  BASE: "http://localhost:4000",
3255
- VERSION: "0.7.6",
3255
+ VERSION: "0.7.7",
3256
3256
  WITH_CREDENTIALS: false,
3257
3257
  CREDENTIALS: "include",
3258
3258
  TOKEN: void 0,