@flowcore/sdk 1.24.2 → 1.24.4

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.24.4](https://github.com/flowcore-io/flowcore-sdk/compare/v1.24.3...v1.24.4) (2025-04-02)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **command:** :bug: remove debug logs for dedicated base URL retrieval ([bd81ec2](https://github.com/flowcore-io/flowcore-sdk/commit/bd81ec21528b22c33fb5b5ee996ec661eefec2db))
9
+
10
+ ## [1.24.3](https://github.com/flowcore-io/flowcore-sdk/compare/v1.24.2...v1.24.3) (2025-04-02)
11
+
12
+
13
+ ### Bug Fixes
14
+
15
+ * **commands:** :poop: add debug logs for dedicated base URL retrieval ([af97d4c](https://github.com/flowcore-io/flowcore-sdk/commit/af97d4c90c48f87a4be5154d1bc120d9e3559d7c))
16
+
3
17
  ## [1.24.2](https://github.com/flowcore-io/flowcore-sdk/compare/v1.24.1...v1.24.2) (2025-04-02)
4
18
 
5
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flowcore/sdk",
3
- "version": "1.24.2",
3
+ "version": "1.24.4",
4
4
  "description": "Flowcore SDK",
5
5
  "homepage": "https://github.com/flowcore-io/flowcore-sdk#readme",
6
6
  "repository": {