@envsync-cloud/envsync-ts-sdk 0.6.0 → 0.6.2

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
@@ -2792,7 +2792,7 @@ var EnvSyncAPISDK = class {
2792
2792
  constructor(config, HttpRequest = FetchHttpRequest) {
2793
2793
  this.request = new HttpRequest({
2794
2794
  BASE: config?.BASE ?? "http://localhost:4000",
2795
- VERSION: config?.VERSION ?? "0.6.0",
2795
+ VERSION: config?.VERSION ?? "0.6.1",
2796
2796
  WITH_CREDENTIALS: config?.WITH_CREDENTIALS ?? false,
2797
2797
  CREDENTIALS: config?.CREDENTIALS ?? "include",
2798
2798
  TOKEN: config?.TOKEN,
@@ -2829,7 +2829,7 @@ var EnvSyncAPISDK = class {
2829
2829
  // src/core/OpenAPI.ts
2830
2830
  var OpenAPI = {
2831
2831
  BASE: "http://localhost:4000",
2832
- VERSION: "0.6.0",
2832
+ VERSION: "0.6.1",
2833
2833
  WITH_CREDENTIALS: false,
2834
2834
  CREDENTIALS: "include",
2835
2835
  TOKEN: void 0,