@mastra/google-cloud-pubsub 0.1.0 → 0.1.2-alpha.0

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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @mastra/google-cloud-pubsub@0.1.0 build /home/runner/work/mastra/mastra/pubsub/google-cloud-pubsub
2
+ > @mastra/google-cloud-pubsub@0.1.2-alpha.0 build /home/runner/work/mastra/mastra/pubsub/google-cloud-pubsub
3
3
  > tsup src/index.ts --format esm,cjs --experimental-dts --clean --treeshake=smallest --splitting
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -7,20 +7,20 @@
7
7
  CLI tsup v8.5.0
8
8
  CLI Using tsup config: /home/runner/work/mastra/mastra/pubsub/google-cloud-pubsub/tsup.config.ts
9
9
  TSC Build start
10
- TSC ⚡️ Build success in 6838ms
10
+ TSC ⚡️ Build success in 7816ms
11
11
  DTS Build start
12
12
  CLI Target: es2022
13
13
  Analysis will use the bundled TypeScript version 5.8.3
14
14
  Writing package typings: /home/runner/work/mastra/mastra/pubsub/google-cloud-pubsub/dist/_tsup-dts-rollup.d.ts
15
15
  Analysis will use the bundled TypeScript version 5.8.3
16
16
  Writing package typings: /home/runner/work/mastra/mastra/pubsub/google-cloud-pubsub/dist/_tsup-dts-rollup.d.cts
17
- DTS ⚡️ Build success in 5512ms
17
+ DTS ⚡️ Build success in 6087ms
18
18
  CLI Cleaning output folder
19
19
  ESM Build start
20
20
  CJS Build start
21
- ESM dist/index.js 4.26 KB
22
- ESM dist/index.js.map 10.27 KB
23
- ESM ⚡️ Build success in 196ms
24
21
  CJS dist/index.cjs 4.29 KB
25
22
  CJS dist/index.cjs.map 10.29 KB
26
- CJS ⚡️ Build success in 197ms
23
+ CJS ⚡️ Build success in 174ms
24
+ ESM dist/index.js 4.26 KB
25
+ ESM dist/index.js.map 10.27 KB
26
+ ESM ⚡️ Build success in 175ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @mastra/inngest
2
2
 
3
+ ## 0.1.2-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - [#5816](https://github.com/mastra-ai/mastra/pull/5816) [`ab48c97`](https://github.com/mastra-ai/mastra/commit/ab48c979098ea571faf998a55d3a00e7acd7a715) Thanks [@dane-ai-mastra](https://github.com/apps/dane-ai-mastra)! - dependencies updates:
8
+ - Updated dependency [`zod@^3.25.76` ↗︎](https://www.npmjs.com/package/zod/v/3.25.76) (from `^3.25.67`, in `dependencies`)
9
+ - Updated dependencies [[`ab48c97`](https://github.com/mastra-ai/mastra/commit/ab48c979098ea571faf998a55d3a00e7acd7a715), [`ff89505`](https://github.com/mastra-ai/mastra/commit/ff895057c8c7e91a5535faef46c5e5391085ddfa), [`183dc95`](https://github.com/mastra-ai/mastra/commit/183dc95596f391b977bd1a2c050b8498dac74891), [`a1111e2`](https://github.com/mastra-ai/mastra/commit/a1111e24e705488adfe5e0a6f20c53bddf26cb22), [`61debef`](https://github.com/mastra-ai/mastra/commit/61debefd80ad3a7ed5737e19df6a23d40091689a), [`9beaeff`](https://github.com/mastra-ai/mastra/commit/9beaeffa4a97b1d5fd01a7f8af8708b16067f67c), [`9eee594`](https://github.com/mastra-ai/mastra/commit/9eee594e35e0ca2a650fcc33fa82009a142b9ed0), [`979912c`](https://github.com/mastra-ai/mastra/commit/979912cfd180aad53287cda08af771df26454e2c), [`7dcf4c0`](https://github.com/mastra-ai/mastra/commit/7dcf4c04f44d9345b1f8bc5d41eae3f11ac61611), [`ad78bfc`](https://github.com/mastra-ai/mastra/commit/ad78bfc4ea6a1fff140432bf4f638e01af7af668), [`0ce418a`](https://github.com/mastra-ai/mastra/commit/0ce418a1ccaa5e125d4483a9651b635046152569), [`8387952`](https://github.com/mastra-ai/mastra/commit/838795227b4edf758c84a2adf6f7fba206c27719), [`5eca5d2`](https://github.com/mastra-ai/mastra/commit/5eca5d2655788863ea0442a46c9ef5d3c6dbe0a8)]:
10
+ - @mastra/core@0.15.3-alpha.4
11
+
12
+ ## 0.1.1
13
+
14
+ ### Patch Changes
15
+
16
+ - [`c6113ed`](https://github.com/mastra-ai/mastra/commit/c6113ed7f9df297e130d94436ceee310273d6430) Thanks [@wardpeet](https://github.com/wardpeet)! - Fix peerdpes for @mastra/core
17
+
18
+ - Updated dependencies []:
19
+ - @mastra/core@0.15.2
20
+
3
21
  ## 0.11.3
4
22
 
5
23
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/google-cloud-pubsub",
3
- "version": "0.1.0",
3
+ "version": "0.1.2-alpha.0",
4
4
  "description": "Mastra Google Cloud PubSub integration",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -23,7 +23,7 @@
23
23
  "@inngest/realtime": "^0.3.1",
24
24
  "@opentelemetry/api": "^1.9.0",
25
25
  "inngest": "^3.40.0",
26
- "zod": "^3.25.67"
26
+ "zod": "^3.25.76"
27
27
  },
28
28
  "devDependencies": {
29
29
  "ai": "^4.3.16",
@@ -32,14 +32,14 @@
32
32
  "eslint": "^9.30.1",
33
33
  "vitest": "^3.2.4",
34
34
  "tsup": "^8.4.0",
35
- "@internal/lint": "0.0.31",
36
- "@mastra/core": "0.14.2-alpha.1",
37
- "@mastra/deployer": "0.14.2-alpha.1",
38
- "@mastra/libsql": "0.13.5-alpha.0",
39
- "@internal/types-builder": "0.0.6"
35
+ "@internal/lint": "0.0.34",
36
+ "@mastra/core": "0.15.3-alpha.4",
37
+ "@mastra/libsql": "0.13.8-alpha.0",
38
+ "@mastra/deployer": "0.15.3-alpha.4",
39
+ "@internal/types-builder": "0.0.9"
40
40
  },
41
41
  "peerDependencies": {
42
- "@mastra/core": ">=0.10.11-0 <0.11.0-0"
42
+ "@mastra/core": ">=0.10.11-0 <0.16.0-0"
43
43
  },
44
44
  "scripts": {
45
45
  "build": "tsup src/index.ts --format esm,cjs --experimental-dts --clean --treeshake=smallest --splitting",