@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.
- package/.turbo/turbo-build.log +4 -4
- package/CHANGELOG.md +9 -0
- package/package.json +7 -7
package/.turbo/turbo-build.log
CHANGED
|
@@ -7,20 +7,20 @@
|
|
|
7
7
|
[34mCLI[39m tsup v8.5.0
|
|
8
8
|
[34mCLI[39m Using tsup config: /home/runner/work/mastra/mastra/pubsub/google-cloud-pubsub/tsup.config.ts
|
|
9
9
|
[34mTSC[39m Build start
|
|
10
|
-
[32mTSC[39m ⚡️ Build success in
|
|
10
|
+
[32mTSC[39m ⚡️ Build success in 7841ms
|
|
11
11
|
[34mDTS[39m Build start
|
|
12
12
|
[34mCLI[39m Target: es2022
|
|
13
13
|
Analysis will use the bundled TypeScript version 5.8.3
|
|
14
14
|
[36mWriting package typings: /home/runner/work/mastra/mastra/pubsub/google-cloud-pubsub/dist/_tsup-dts-rollup.d.ts[39m
|
|
15
15
|
Analysis will use the bundled TypeScript version 5.8.3
|
|
16
16
|
[36mWriting package typings: /home/runner/work/mastra/mastra/pubsub/google-cloud-pubsub/dist/_tsup-dts-rollup.d.cts[39m
|
|
17
|
-
[32mDTS[39m ⚡️ Build success in
|
|
17
|
+
[32mDTS[39m ⚡️ Build success in 5716ms
|
|
18
18
|
[34mCLI[39m Cleaning output folder
|
|
19
19
|
[34mESM[39m Build start
|
|
20
20
|
[34mCJS[39m Build start
|
|
21
21
|
[32mESM[39m [1mdist/index.js [22m[32m4.26 KB[39m
|
|
22
22
|
[32mESM[39m [1mdist/index.js.map [22m[32m10.27 KB[39m
|
|
23
|
-
[32mESM[39m ⚡️ Build success in
|
|
23
|
+
[32mESM[39m ⚡️ Build success in 174ms
|
|
24
24
|
[32mCJS[39m [1mdist/index.cjs [22m[32m4.29 KB[39m
|
|
25
25
|
[32mCJS[39m [1mdist/index.cjs.map [22m[32m10.29 KB[39m
|
|
26
|
-
[32mCJS[39m ⚡️ Build success in
|
|
26
|
+
[32mCJS[39m ⚡️ 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.
|
|
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.
|
|
36
|
-
"@
|
|
37
|
-
"@mastra/
|
|
38
|
-
"@mastra/
|
|
39
|
-
"@
|
|
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.
|
|
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",
|