@mastra/azure 0.2.1-alpha.0 → 0.2.1

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 +9 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @mastra/azure
2
2
 
3
+ ## 0.2.1
4
+
5
+ ### Patch Changes
6
+
7
+ - @mastra/azure: Fixed AzureBlobFilesystem mount configs to include configured prefixes so mounts use the configured prefix instead of the entire container. ([#15874](https://github.com/mastra-ai/mastra/pull/15874))
8
+
9
+ - Updated dependencies [[`6db978c`](https://github.com/mastra-ai/mastra/commit/6db978c42e94e75540a504f7230086f0b5cd35f9), [`512a013`](https://github.com/mastra-ai/mastra/commit/512a013f285aa9c0aa8f08a35b2ce09f9938b017), [`e9becde`](https://github.com/mastra-ai/mastra/commit/e9becdeed9176b9f8392e557bde12b933f99cf7a), [`703a443`](https://github.com/mastra-ai/mastra/commit/703a44390c587d9c0b8ae94ec4edd8afb2a74044), [`808df1b`](https://github.com/mastra-ai/mastra/commit/808df1b39358b5f10b7317107e42b1fda7c87185)]:
10
+ - @mastra/core@1.29.1
11
+
3
12
  ## 0.2.1-alpha.0
4
13
 
5
14
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/azure",
3
- "version": "0.2.1-alpha.0",
3
+ "version": "0.2.1",
4
4
  "description": "Azure provider for Mastra - includes Blob Storage workspace filesystem",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -41,10 +41,10 @@
41
41
  "tsup": "^8.5.1",
42
42
  "typescript": "^6.0.3",
43
43
  "vitest": "4.1.5",
44
- "@internal/lint": "0.0.87",
45
- "@internal/workspace-test-utils": "0.0.31",
46
- "@mastra/core": "1.29.1-alpha.2",
47
- "@internal/types-builder": "0.0.62"
44
+ "@internal/lint": "0.0.88",
45
+ "@internal/workspace-test-utils": "0.0.32",
46
+ "@mastra/core": "1.29.1",
47
+ "@internal/types-builder": "0.0.63"
48
48
  },
49
49
  "peerDependencies": {
50
50
  "@mastra/core": ">=1.4.0-0 <2.0.0-0",