@mastra/deployer-cloudflare 0.0.0-standard-schema-20260123120255 → 0.0.0-standard-schema-20260126101119

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 +3 -3
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @mastra/deployer-cloudflare
2
2
 
3
- ## 0.0.0-standard-schema-20260123120255
3
+ ## 0.0.0-standard-schema-20260126101119
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -10,8 +10,8 @@
10
10
  - dependencies updates: ([#9737](https://github.com/mastra-ai/mastra/pull/9737))
11
11
  - Updated dependency [`rollup@~4.55.1` ↗︎](https://www.npmjs.com/package/rollup/v/4.55.1) (from `~4.50.2`, in `dependencies`)
12
12
  - Updated dependencies [[`90fc0e5`](https://github.com/mastra-ai/mastra/commit/90fc0e5717cb280c2d4acf4f0410b510bb4c0a72), [`906a097`](https://github.com/mastra-ai/mastra/commit/906a0973027f496ebb6a8031721a9d2b6c0802ea), [`c818902`](https://github.com/mastra-ai/mastra/commit/c81890204437500e0c3cbd8d505d56177e850a1f), [`1cf5d2e`](https://github.com/mastra-ai/mastra/commit/1cf5d2ea1b085be23e34fb506c80c80a4e6d9c2b), [`3efbe5a`](https://github.com/mastra-ai/mastra/commit/3efbe5ae20864c4f3143457f4f3ee7dc2fa5ca76), [`7e00234`](https://github.com/mastra-ai/mastra/commit/7e002343589efc095f854bde70c72538a4bf8868), [`bc9fa00`](https://github.com/mastra-ai/mastra/commit/bc9fa00859c5c4a796d53a0a5cae46ab4a3072e4), [`90fc0e5`](https://github.com/mastra-ai/mastra/commit/90fc0e5717cb280c2d4acf4f0410b510bb4c0a72)]:
13
- - @mastra/core@0.0.0-standard-schema-20260123120255
14
- - @mastra/deployer@0.0.0-standard-schema-20260123120255
13
+ - @mastra/core@0.0.0-standard-schema-20260126101119
14
+ - @mastra/deployer@0.0.0-standard-schema-20260126101119
15
15
 
16
16
  ## 1.0.1
17
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/deployer-cloudflare",
3
- "version": "0.0.0-standard-schema-20260123120255",
3
+ "version": "0.0.0-standard-schema-20260126101119",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "files": [
@@ -41,12 +41,12 @@
41
41
  "cloudflare": "^4.5.0",
42
42
  "rollup": "~4.55.1",
43
43
  "rollup-plugin-esbuild": "^6.2.1",
44
- "@mastra/deployer": "0.0.0-standard-schema-20260123120255"
44
+ "@mastra/deployer": "0.0.0-standard-schema-20260126101119"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@babel/types": "^7.28.6",
48
48
  "@types/babel__core": "^7.20.5",
49
- "@types/node": "22.19.3",
49
+ "@types/node": "22.19.7",
50
50
  "@vitest/coverage-v8": "4.0.12",
51
51
  "@vitest/ui": "4.0.12",
52
52
  "eslint": "^9.37.0",
@@ -55,9 +55,9 @@
55
55
  "vitest": "4.0.16",
56
56
  "wrangler": "^4.54.0",
57
57
  "zod": "^3.25.76",
58
- "@internal/types-builder": "0.0.0-standard-schema-20260123120255",
59
- "@mastra/core": "0.0.0-standard-schema-20260123120255",
60
- "@internal/lint": "0.0.0-standard-schema-20260123120255"
58
+ "@internal/lint": "0.0.0-standard-schema-20260126101119",
59
+ "@mastra/core": "0.0.0-standard-schema-20260126101119",
60
+ "@internal/types-builder": "0.0.0-standard-schema-20260126101119"
61
61
  },
62
62
  "homepage": "https://mastra.ai",
63
63
  "repository": {
@@ -71,7 +71,7 @@
71
71
  "peerDependencies": {
72
72
  "wrangler": "^4.0.0",
73
73
  "zod": "^3.25.0 || ^4.0.0",
74
- "@mastra/core": "0.0.0-standard-schema-20260123120255"
74
+ "@mastra/core": "0.0.0-standard-schema-20260126101119"
75
75
  },
76
76
  "peerDependenciesMeta": {
77
77
  "wrangler": {