@mastra/deployer-cloudflare 0.1.8-alpha.8 → 0.1.8

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/package.json CHANGED
@@ -1,8 +1,11 @@
1
1
  {
2
2
  "name": "@mastra/deployer-cloudflare",
3
- "version": "0.1.8-alpha.8",
3
+ "version": "0.1.8",
4
4
  "description": "",
5
5
  "type": "module",
6
+ "files": [
7
+ "dist"
8
+ ],
6
9
  "main": "dist/index.js",
7
10
  "types": "dist/index.d.ts",
8
11
  "exports": {
@@ -33,27 +36,27 @@
33
36
  "license": "ISC",
34
37
  "dependencies": {
35
38
  "@rollup/plugin-virtual": "^3.0.2",
36
- "cloudflare": "^4.0.0",
39
+ "cloudflare": "^4.1.0",
37
40
  "date-fns": "^4.1.0",
38
- "execa": "^9.3.1",
41
+ "execa": "^9.5.2",
39
42
  "rollup-plugin-polyfill-node": "^0.13.0",
40
43
  "rollup-plugin-shim": "^1.0.0",
41
- "wrangler": "^3.103.2",
42
- "zod": "^3.24.1",
43
- "@mastra/core": "^0.5.0-alpha.8",
44
- "@mastra/deployer": "^0.1.8-alpha.8"
44
+ "wrangler": "^3.112.0",
45
+ "zod": "^3.24.2",
46
+ "@mastra/deployer": "^0.1.8",
47
+ "@mastra/core": "^0.5.0"
45
48
  },
46
49
  "devDependencies": {
47
- "eslint": "^9.20.1",
48
- "@microsoft/api-extractor": "^7.49.2",
49
- "@types/node": "^22.13.1",
50
- "tsup": "^8.0.1",
51
- "typescript": "^5.7.3",
52
- "vitest": "^3.0.4",
53
- "@internal/lint": "0.0.0"
50
+ "@microsoft/api-extractor": "^7.52.1",
51
+ "@types/node": "^22.13.10",
52
+ "eslint": "^9.22.0",
53
+ "tsup": "^8.4.0",
54
+ "typescript": "^5.8.2",
55
+ "vitest": "^3.0.8",
56
+ "@internal/lint": "0.0.1"
54
57
  },
55
58
  "scripts": {
56
- "build": "tsup src/index.ts src/secrets-manager/index.ts --format esm,cjs --experimental-dts --clean --treeshake",
59
+ "build": "tsup src/index.ts src/secrets-manager/index.ts --format esm,cjs --experimental-dts --clean --treeshake=smallest --splitting",
57
60
  "build:watch": "pnpm build --watch",
58
61
  "test": "vitest run",
59
62
  "lint": "eslint ."
@@ -1,25 +0,0 @@
1
-
2
- > @mastra/deployer-cloudflare@0.1.8-alpha.8 build /home/runner/work/mastra/mastra/deployers/cloudflare
3
- > tsup src/index.ts src/secrets-manager/index.ts --format esm,cjs --experimental-dts --clean --treeshake
4
-
5
- CLI Building entry: src/index.ts, src/secrets-manager/index.ts
6
- CLI Using tsconfig: tsconfig.json
7
- CLI tsup v8.3.6
8
- TSC Build start
9
- TSC ⚡️ Build success in 11868ms
10
- DTS Build start
11
- CLI Target: es2022
12
- Analysis will use the bundled TypeScript version 5.7.3
13
- Writing package typings: /home/runner/work/mastra/mastra/deployers/cloudflare/dist/_tsup-dts-rollup.d.ts
14
- Analysis will use the bundled TypeScript version 5.7.3
15
- Writing package typings: /home/runner/work/mastra/mastra/deployers/cloudflare/dist/_tsup-dts-rollup.d.cts
16
- DTS ⚡️ Build success in 8128ms
17
- CLI Cleaning output folder
18
- ESM Build start
19
- CJS Build start
20
- ESM dist/index.js 2.84 KB
21
- ESM dist/secrets-manager/index.js 2.38 KB
22
- ESM ⚡️ Build success in 250ms
23
- CJS dist/index.cjs 2.87 KB
24
- CJS dist/secrets-manager/index.cjs 2.42 KB
25
- CJS ⚡️ Build success in 254ms