@mastra/auth-supabase 0.0.0-fix-generate-title-20250616171351 → 0.0.0-workflow-deno-20250616115451
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 +5 -5
- package/CHANGELOG.md +1 -1
- package/package.json +3 -3
package/.turbo/turbo-build.log
CHANGED
|
@@ -6,17 +6,19 @@
|
|
|
6
6
|
[34mCLI[39m Using tsconfig: tsconfig.json
|
|
7
7
|
[34mCLI[39m tsup v8.5.0
|
|
8
8
|
[34mTSC[39m Build start
|
|
9
|
-
[32mTSC[39m ⚡️ Build success in
|
|
9
|
+
[32mTSC[39m ⚡️ Build success in 11067ms
|
|
10
10
|
[34mDTS[39m Build start
|
|
11
11
|
[34mCLI[39m Target: es2022
|
|
12
12
|
Analysis will use the bundled TypeScript version 5.8.3
|
|
13
13
|
[36mWriting package typings: /home/runner/work/mastra/mastra/auth/supabase/dist/_tsup-dts-rollup.d.ts[39m
|
|
14
14
|
Analysis will use the bundled TypeScript version 5.8.3
|
|
15
15
|
[36mWriting package typings: /home/runner/work/mastra/mastra/auth/supabase/dist/_tsup-dts-rollup.d.cts[39m
|
|
16
|
-
[32mDTS[39m ⚡️ Build success in
|
|
16
|
+
[32mDTS[39m ⚡️ Build success in 12870ms
|
|
17
17
|
[34mCLI[39m Cleaning output folder
|
|
18
18
|
[34mESM[39m Build start
|
|
19
19
|
[34mCJS[39m Build start
|
|
20
|
+
[32mCJS[39m [1mdist/index.cjs [22m[32m54.24 KB[39m
|
|
21
|
+
[32mCJS[39m ⚡️ Build success in 2373ms
|
|
20
22
|
[32mESM[39m [1mdist/index.js [22m[32m12.29 KB[39m
|
|
21
23
|
[32mESM[39m [1mdist/getMachineId-darwin-UJH25LDA.js [22m[32m770.00 B[39m
|
|
22
24
|
[32mESM[39m [1mdist/getMachineId-linux-YF3RLZNP.js [22m[32m440.00 B[39m
|
|
@@ -25,6 +27,4 @@ Analysis will use the bundled TypeScript version 5.8.3
|
|
|
25
27
|
[32mESM[39m [1mdist/chunk-N62AETLJ.js [22m[32m334.00 B[39m
|
|
26
28
|
[32mESM[39m [1mdist/getMachineId-unsupported-UOUTBEEW.js [22m[32m382.00 B[39m
|
|
27
29
|
[32mESM[39m [1mdist/chunk-JLXWUSDO.js [22m[32m32.51 KB[39m
|
|
28
|
-
[32mESM[39m ⚡️ Build success in
|
|
29
|
-
[32mCJS[39m [1mdist/index.cjs [22m[32m54.24 KB[39m
|
|
30
|
-
[32mCJS[39m ⚡️ Build success in 2166ms
|
|
30
|
+
[32mESM[39m ⚡️ Build success in 2401ms
|
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/auth-supabase",
|
|
3
|
-
"version": "0.0.0-
|
|
3
|
+
"version": "0.0.0-workflow-deno-20250616115451",
|
|
4
4
|
"description": "Mastra Supabase Auth integration",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
"tsup": "^8.5.0",
|
|
29
29
|
"typescript": "^5.8.3",
|
|
30
30
|
"vitest": "^2.1.9",
|
|
31
|
-
"@internal/lint": "0.0.0-
|
|
32
|
-
"@mastra/core": "0.0.0-
|
|
31
|
+
"@internal/lint": "0.0.0-workflow-deno-20250616115451",
|
|
32
|
+
"@mastra/core": "0.0.0-workflow-deno-20250616115451"
|
|
33
33
|
},
|
|
34
34
|
"scripts": {
|
|
35
35
|
"build": "tsup src/index.ts --format esm,cjs --experimental-dts --clean --treeshake",
|