@mastra/s3 0.0.0-workflow-timeout-issue-20260213181535 → 0.0.0-workflow-timeout-issue-20260220185702

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 +2 -2
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @mastra/s3
2
2
 
3
- ## 0.0.0-workflow-timeout-issue-20260213181535
3
+ ## 0.0.0-workflow-timeout-issue-20260220185702
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -30,7 +30,7 @@
30
30
  - Added `overwrite: false` support to `writeFile` and `copyFile`. Previously, the `overwrite` option was ignored, allowing files to be silently overwritten. Now throws `FileExistsError` when `overwrite` is set to `false` and the destination file already exists. ([#12912](https://github.com/mastra-ai/mastra/pull/12912))
31
31
 
32
32
  - Updated dependencies [[`7ef618f`](https://github.com/mastra-ai/mastra/commit/7ef618f3c49c27e2f6b27d7f564c557c0734325b), [`b373564`](https://github.com/mastra-ai/mastra/commit/b37356491d43b4d53067f10cb669abaf2502f218), [`b896b41`](https://github.com/mastra-ai/mastra/commit/b896b41343de7fcc14442fb40fe82d189e65bbe2), [`6415277`](https://github.com/mastra-ai/mastra/commit/6415277a438faa00db2af850ead5dee25f40c428), [`0831bbb`](https://github.com/mastra-ai/mastra/commit/0831bbb5bc750c18e9b22b45f18687c964b70828), [`63f7eda`](https://github.com/mastra-ai/mastra/commit/63f7eda605eb3e0c8c35ee3912ffe7c999c69f69), [`a5b67a3`](https://github.com/mastra-ai/mastra/commit/a5b67a3589a74415feb663a55d1858324a2afde9), [`877b02c`](https://github.com/mastra-ai/mastra/commit/877b02cdbb15e199184c7f2b8f217be8d3ebada7), [`eb36bd8`](https://github.com/mastra-ai/mastra/commit/eb36bd8c52fcd6ec9674ac3b7a6412405b5983e1), [`3cbf121`](https://github.com/mastra-ai/mastra/commit/3cbf121f55418141924754a83102aade89835947)]:
33
- - @mastra/core@0.0.0-workflow-timeout-issue-20260213181535
33
+ - @mastra/core@0.0.0-workflow-timeout-issue-20260220185702
34
34
 
35
35
  ## 0.0.1
36
36
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/s3",
3
- "version": "0.0.0-workflow-timeout-issue-20260213181535",
3
+ "version": "0.0.0-workflow-timeout-issue-20260220185702",
4
4
  "description": "S3-compatible filesystem provider for Mastra workspaces (AWS S3, Cloudflare R2, MinIO)",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -31,13 +31,13 @@
31
31
  "tsup": "^8.5.1",
32
32
  "typescript": "^5.9.3",
33
33
  "vitest": "4.0.16",
34
- "@internal/lint": "0.0.0-workflow-timeout-issue-20260213181535",
35
- "@internal/types-builder": "0.0.0-workflow-timeout-issue-20260213181535",
34
+ "@internal/lint": "0.0.0-workflow-timeout-issue-20260220185702",
36
35
  "@internal/workspace-test-utils": "0.0.2",
37
- "@mastra/core": "0.0.0-workflow-timeout-issue-20260213181535"
36
+ "@mastra/core": "0.0.0-workflow-timeout-issue-20260220185702",
37
+ "@internal/types-builder": "0.0.0-workflow-timeout-issue-20260220185702"
38
38
  },
39
39
  "peerDependencies": {
40
- "@mastra/core": "0.0.0-workflow-timeout-issue-20260213181535"
40
+ "@mastra/core": "0.0.0-workflow-timeout-issue-20260220185702"
41
41
  },
42
42
  "files": [
43
43
  "dist",