@goweekdays/core 0.0.5 → 0.0.6

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @goweekdays/core
2
2
 
3
+ ## 0.0.6
4
+
5
+ ### Patch Changes
6
+
7
+ - 30d52f6: update dependencies
8
+
3
9
  ## 0.0.5
4
10
 
5
11
  ### Patch Changes
package/dist/index.js CHANGED
@@ -13431,7 +13431,8 @@ function useFileService() {
13431
13431
  secretAccessKey: SPACES_SECRET_KEY,
13432
13432
  endpoint: SPACES_ENDPOINT,
13433
13433
  region: SPACES_REGION,
13434
- bucket: SPACES_BUCKET
13434
+ bucket: SPACES_BUCKET,
13435
+ forcePathStyle: true
13435
13436
  });
13436
13437
  async function createFile(value) {
13437
13438
  const session = import_utils14.useAtlas.getClient()?.startSession();