@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.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2855,7 +2855,7 @@ var EnvSyncAPISDK = class {
|
|
|
2855
2855
|
constructor(config, HttpRequest = FetchHttpRequest) {
|
|
2856
2856
|
this.request = new HttpRequest({
|
|
2857
2857
|
BASE: config?.BASE ?? "http://localhost:4000",
|
|
2858
|
-
VERSION: config?.VERSION ?? "0.6.
|
|
2858
|
+
VERSION: config?.VERSION ?? "0.6.1",
|
|
2859
2859
|
WITH_CREDENTIALS: config?.WITH_CREDENTIALS ?? false,
|
|
2860
2860
|
CREDENTIALS: config?.CREDENTIALS ?? "include",
|
|
2861
2861
|
TOKEN: config?.TOKEN,
|
|
@@ -2892,7 +2892,7 @@ var EnvSyncAPISDK = class {
|
|
|
2892
2892
|
// src/core/OpenAPI.ts
|
|
2893
2893
|
var OpenAPI = {
|
|
2894
2894
|
BASE: "http://localhost:4000",
|
|
2895
|
-
VERSION: "0.6.
|
|
2895
|
+
VERSION: "0.6.1",
|
|
2896
2896
|
WITH_CREDENTIALS: false,
|
|
2897
2897
|
CREDENTIALS: "include",
|
|
2898
2898
|
TOKEN: void 0,
|