@envsync-cloud/envsync-ts-sdk 0.7.5 → 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.mjs CHANGED
@@ -3147,7 +3147,7 @@ var EnvSyncAPISDK = class {
3147
3147
  constructor(config, HttpRequest = FetchHttpRequest) {
3148
3148
  this.request = new HttpRequest({
3149
3149
  BASE: config?.BASE ?? "http://localhost:4000",
3150
- VERSION: config?.VERSION ?? "0.7.2",
3150
+ VERSION: config?.VERSION ?? "0.7.7",
3151
3151
  WITH_CREDENTIALS: config?.WITH_CREDENTIALS ?? false,
3152
3152
  CREDENTIALS: config?.CREDENTIALS ?? "include",
3153
3153
  TOKEN: config?.TOKEN,
@@ -3185,7 +3185,7 @@ var EnvSyncAPISDK = class {
3185
3185
  // src/core/OpenAPI.ts
3186
3186
  var OpenAPI = {
3187
3187
  BASE: "http://localhost:4000",
3188
- VERSION: "0.7.2",
3188
+ VERSION: "0.7.7",
3189
3189
  WITH_CREDENTIALS: false,
3190
3190
  CREDENTIALS: "include",
3191
3191
  TOKEN: void 0,