@mastra/google-cloud-pubsub 0.0.0-dynamic-model-router-20251010193247 → 0.0.0-dynamic-model-router-20251010230835

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/inngest
2
2
 
3
- ## 0.0.0-dynamic-model-router-20251010193247
3
+ ## 0.0.0-dynamic-model-router-20251010230835
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -15,8 +15,8 @@
15
15
 
16
16
  - Update peer dependencies to match core package version bump (0.21.0) ([#8686](https://github.com/mastra-ai/mastra/pull/8686))
17
17
 
18
- - Updated dependencies [[`1ed9670`](https://github.com/mastra-ai/mastra/commit/1ed9670d3ca50cb60dc2e517738c5eef3968ed27), [`b5a66b7`](https://github.com/mastra-ai/mastra/commit/b5a66b748a14fc8b3f63b04642ddb9621fbcc9e0), [`7b1ef57`](https://github.com/mastra-ai/mastra/commit/7b1ef57fc071c2aa2a2e32905b18cd88719c5a39), [`ee68e82`](https://github.com/mastra-ai/mastra/commit/ee68e8289ea4408d29849e899bc6e78b3bd4e843), [`228228b`](https://github.com/mastra-ai/mastra/commit/228228b0b1de9291cb8887587f5cea1a8757ebad), [`ea33930`](https://github.com/mastra-ai/mastra/commit/ea339301e82d6318257720d811b043014ee44064), [`b5a66b7`](https://github.com/mastra-ai/mastra/commit/b5a66b748a14fc8b3f63b04642ddb9621fbcc9e0), [`135d6f2`](https://github.com/mastra-ai/mastra/commit/135d6f22a326ed1dffff858700669dff09d2c9eb), [`59d036d`](https://github.com/mastra-ai/mastra/commit/59d036d4c2706b430b0e3f1f1e0ee853ce16ca04)]:
19
- - @mastra/core@0.0.0-dynamic-model-router-20251010193247
18
+ - Updated dependencies [[`1ed9670`](https://github.com/mastra-ai/mastra/commit/1ed9670d3ca50cb60dc2e517738c5eef3968ed27), [`b5a66b7`](https://github.com/mastra-ai/mastra/commit/b5a66b748a14fc8b3f63b04642ddb9621fbcc9e0), [`37a2314`](https://github.com/mastra-ai/mastra/commit/37a23148e0e5a3b40d4f9f098b194671a8a49faf), [`7b1ef57`](https://github.com/mastra-ai/mastra/commit/7b1ef57fc071c2aa2a2e32905b18cd88719c5a39), [`ee68e82`](https://github.com/mastra-ai/mastra/commit/ee68e8289ea4408d29849e899bc6e78b3bd4e843), [`228228b`](https://github.com/mastra-ai/mastra/commit/228228b0b1de9291cb8887587f5cea1a8757ebad), [`ea33930`](https://github.com/mastra-ai/mastra/commit/ea339301e82d6318257720d811b043014ee44064), [`b5a66b7`](https://github.com/mastra-ai/mastra/commit/b5a66b748a14fc8b3f63b04642ddb9621fbcc9e0), [`135d6f2`](https://github.com/mastra-ai/mastra/commit/135d6f22a326ed1dffff858700669dff09d2c9eb), [`59d036d`](https://github.com/mastra-ai/mastra/commit/59d036d4c2706b430b0e3f1f1e0ee853ce16ca04)]:
19
+ - @mastra/core@0.0.0-dynamic-model-router-20251010230835
20
20
 
21
21
  ## 0.1.9-alpha.0
22
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/google-cloud-pubsub",
3
- "version": "0.0.0-dynamic-model-router-20251010193247",
3
+ "version": "0.0.0-dynamic-model-router-20251010230835",
4
4
  "description": "Mastra Google Cloud PubSub integration",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -36,14 +36,14 @@
36
36
  "eslint": "^9.36.0",
37
37
  "vitest": "^3.2.4",
38
38
  "tsup": "^8.4.0",
39
- "@internal/lint": "0.0.0-dynamic-model-router-20251010193247",
40
- "@mastra/core": "0.0.0-dynamic-model-router-20251010193247",
41
- "@internal/types-builder": "0.0.0-dynamic-model-router-20251010193247",
42
- "@mastra/deployer": "0.0.0-dynamic-model-router-20251010193247",
43
- "@mastra/libsql": "0.0.0-dynamic-model-router-20251010193247"
39
+ "@internal/lint": "0.0.0-dynamic-model-router-20251010230835",
40
+ "@internal/types-builder": "0.0.0-dynamic-model-router-20251010230835",
41
+ "@mastra/libsql": "0.0.0-dynamic-model-router-20251010230835",
42
+ "@mastra/deployer": "0.0.0-dynamic-model-router-20251010230835",
43
+ "@mastra/core": "0.0.0-dynamic-model-router-20251010230835"
44
44
  },
45
45
  "peerDependencies": {
46
- "@mastra/core": "0.0.0-dynamic-model-router-20251010193247"
46
+ "@mastra/core": "0.0.0-dynamic-model-router-20251010230835"
47
47
  },
48
48
  "homepage": "https://mastra.ai",
49
49
  "repository": {