@mastra/google-cloud-pubsub 0.1.0 → 0.1.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.
@@ -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 7841ms
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 5716ms
18
18
  CLI Cleaning output folder
19
19
  ESM Build start
20
20
  CJS Build start
21
21
  ESM dist/index.js 4.26 KB
22
22
  ESM dist/index.js.map 10.27 KB
23
- ESM ⚡️ Build success in 196ms
23
+ ESM ⚡️ Build success in 174ms
24
24
  CJS dist/index.cjs 4.29 KB
25
25
  CJS dist/index.cjs.map 10.29 KB
26
- CJS ⚡️ Build success in 197ms
26
+ CJS ⚡️ Build success in 174ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @mastra/inngest
2
2
 
3
+ ## 0.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`c6113ed`](https://github.com/mastra-ai/mastra/commit/c6113ed7f9df297e130d94436ceee310273d6430) Thanks [@wardpeet](https://github.com/wardpeet)! - Fix peerdpes for @mastra/core
8
+
9
+ - Updated dependencies []:
10
+ - @mastra/core@0.15.2
11
+
3
12
  ## 0.11.3
4
13
 
5
14
  ### 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.1",
4
4
  "description": "Mastra Google Cloud PubSub integration",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -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
+ "@internal/types-builder": "0.0.9",
37
+ "@mastra/core": "0.15.2",
38
+ "@mastra/deployer": "0.15.2",
39
+ "@mastra/libsql": "0.13.7"
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",