@mastra/auth-supabase 0.0.0-workflow-deno-20250616132510 → 0.10.1-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.
@@ -6,25 +6,25 @@
6
6
  CLI Using tsconfig: tsconfig.json
7
7
  CLI tsup v8.5.0
8
8
  TSC Build start
9
- TSC ⚡️ Build success in 11067ms
9
+ TSC ⚡️ Build success in 8597ms
10
10
  DTS Build start
11
11
  CLI Target: es2022
12
12
  Analysis will use the bundled TypeScript version 5.8.3
13
13
  Writing package typings: /home/runner/work/mastra/mastra/auth/supabase/dist/_tsup-dts-rollup.d.ts
14
14
  Analysis will use the bundled TypeScript version 5.8.3
15
15
  Writing package typings: /home/runner/work/mastra/mastra/auth/supabase/dist/_tsup-dts-rollup.d.cts
16
- DTS ⚡️ Build success in 12870ms
16
+ DTS ⚡️ Build success in 11111ms
17
17
  CLI Cleaning output folder
18
18
  ESM Build start
19
19
  CJS Build start
20
20
  CJS dist/index.cjs 54.24 KB
21
- CJS ⚡️ Build success in 2373ms
22
- ESM dist/index.js 12.29 KB
23
- ESM dist/getMachineId-darwin-UJH25LDA.js 770.00 B
21
+ CJS ⚡️ Build success in 2667ms
24
22
  ESM dist/getMachineId-linux-YF3RLZNP.js 440.00 B
23
+ ESM dist/getMachineId-darwin-UJH25LDA.js 770.00 B
25
24
  ESM dist/getMachineId-bsd-IPBZSYCM.js 564.00 B
25
+ ESM dist/index.js 12.29 KB
26
26
  ESM dist/getMachineId-win-PKATJI4A.js 738.00 B
27
27
  ESM dist/chunk-N62AETLJ.js 334.00 B
28
28
  ESM dist/getMachineId-unsupported-UOUTBEEW.js 382.00 B
29
29
  ESM dist/chunk-JLXWUSDO.js 32.51 KB
30
- ESM ⚡️ Build success in 2401ms
30
+ ESM ⚡️ Build success in 2672ms
package/CHANGELOG.md CHANGED
@@ -1,12 +1,5 @@
1
1
  # @mastra/auth-supabase
2
2
 
3
- ## 0.0.0-workflow-deno-20250616132510
4
-
5
- ### Patch Changes
6
-
7
- - 63f6b7d: dependencies updates:
8
- - Updated dependency [`@supabase/supabase-js@^2.50.0` ↗︎](https://www.npmjs.com/package/@supabase/supabase-js/v/2.50.0) (from `^2.49.7`, in `dependencies`)
9
-
10
3
  ## 0.10.1-alpha.0
11
4
 
12
5
  ### Patch Changes
package/dist/index.cjs CHANGED
@@ -1173,7 +1173,7 @@ var init_esm = __esm({
1173
1173
  }
1174
1174
  });
1175
1175
 
1176
- // ../../packages/core/dist/chunk-BE2B3X5T.js
1176
+ // ../../packages/core/dist/chunk-6PQRSQZF.js
1177
1177
  init_esm();
1178
1178
  function hasActiveTelemetry(tracerName = "default-tracer") {
1179
1179
  try {
package/dist/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import { SpanKind, trace, context, propagation, SpanStatusCode } from './chunk-JLXWUSDO.js';
2
2
  import { createClient } from '@supabase/supabase-js';
3
3
 
4
- // ../../packages/core/dist/chunk-BE2B3X5T.js
4
+ // ../../packages/core/dist/chunk-6PQRSQZF.js
5
5
  function hasActiveTelemetry(tracerName = "default-tracer") {
6
6
  try {
7
7
  return !!trace.getTracer(tracerName);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/auth-supabase",
3
- "version": "0.0.0-workflow-deno-20250616132510",
3
+ "version": "0.10.1-alpha.0",
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-workflow-deno-20250616132510",
32
- "@mastra/core": "0.0.0-workflow-deno-20250616132510"
31
+ "@internal/lint": "0.0.12",
32
+ "@mastra/core": "0.10.6-alpha.0"
33
33
  },
34
34
  "scripts": {
35
35
  "build": "tsup src/index.ts --format esm,cjs --experimental-dts --clean --treeshake",