@mastra/cloudflare 0.13.0 → 0.13.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 +13 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @mastra/cloudflare
2
2
 
3
+ ## 0.13.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Fix peerdependencies ([`eb7c1c8`](https://github.com/mastra-ai/mastra/commit/eb7c1c8c592d8fb16dfd250e337d9cdc73c8d5de))
8
+
9
+ - Updated dependencies []:
10
+ - @mastra/core@0.23.1
11
+
3
12
  ## 0.13.0
4
13
 
5
14
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/cloudflare",
3
- "version": "0.13.0",
3
+ "version": "0.13.1",
4
4
  "description": "Cloudflare provider for Mastra - includes db storage capabilities",
5
5
  "type": "module",
6
6
  "files": [
@@ -36,13 +36,13 @@
36
36
  "tsup": "^8.5.0",
37
37
  "typescript": "^5.8.3",
38
38
  "vitest": "^3.2.4",
39
- "@internal/lint": "0.0.51",
40
- "@internal/storage-test-utils": "0.0.47",
41
- "@mastra/core": "0.22.0",
42
- "@internal/types-builder": "0.0.26"
39
+ "@internal/lint": "0.0.55",
40
+ "@internal/storage-test-utils": "0.0.51",
41
+ "@mastra/core": "0.23.1",
42
+ "@internal/types-builder": "0.0.30"
43
43
  },
44
44
  "peerDependencies": {
45
- "@mastra/core": ">=0.21.2-0 <0.23.0-0"
45
+ "@mastra/core": ">=0.21.2-0 <0.24.0-0"
46
46
  },
47
47
  "homepage": "https://mastra.ai",
48
48
  "repository": {
@@ -53,6 +53,13 @@
53
53
  "bugs": {
54
54
  "url": "https://github.com/mastra-ai/mastra/issues"
55
55
  },
56
+ "publishConfig": {
57
+ "access": "public",
58
+ "publish-branch": [
59
+ "main",
60
+ "0.x"
61
+ ]
62
+ },
56
63
  "scripts": {
57
64
  "build": "tsup --silent --config tsup.config.ts",
58
65
  "build:watch": "tsup --watch --silent --config tsup.config.ts",