@mastra/auth-supabase 0.10.1 → 0.10.2-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.
@@ -1,30 +1,30 @@
1
1
 
2
- > @mastra/auth-supabase@0.10.1-alpha.0 build /home/runner/work/mastra/mastra/auth/supabase
2
+ > @mastra/auth-supabase@0.10.2-alpha.0 build /home/runner/work/mastra/mastra/auth/supabase
3
3
  > tsup src/index.ts --format esm,cjs --experimental-dts --clean --treeshake
4
4
 
5
5
  CLI Building entry: src/index.ts
6
6
  CLI Using tsconfig: tsconfig.json
7
7
  CLI tsup v8.5.0
8
8
  TSC Build start
9
- TSC ⚡️ Build success in 8574ms
9
+ TSC ⚡️ Build success in 9480ms
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 10210ms
16
+ DTS ⚡️ Build success in 11482ms
17
17
  CLI Cleaning output folder
18
18
  ESM Build start
19
19
  CJS Build start
20
- CJS dist/index.cjs 54.24 KB
21
- CJS ⚡️ Build success in 2547ms
22
- ESM dist/getMachineId-darwin-UJH25LDA.js 770.00 B
23
20
  ESM dist/index.js 12.29 KB
21
+ ESM dist/getMachineId-darwin-UJH25LDA.js 770.00 B
24
22
  ESM dist/getMachineId-linux-YF3RLZNP.js 440.00 B
25
- ESM dist/getMachineId-bsd-IPBZSYCM.js 564.00 B
26
23
  ESM dist/getMachineId-win-PKATJI4A.js 738.00 B
24
+ ESM dist/getMachineId-bsd-IPBZSYCM.js 564.00 B
27
25
  ESM dist/chunk-N62AETLJ.js 334.00 B
28
26
  ESM dist/getMachineId-unsupported-UOUTBEEW.js 382.00 B
29
27
  ESM dist/chunk-JLXWUSDO.js 32.51 KB
30
- ESM ⚡️ Build success in 2552ms
28
+ ESM ⚡️ Build success in 2365ms
29
+ CJS dist/index.cjs 54.24 KB
30
+ CJS ⚡️ Build success in 2365ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @mastra/auth-supabase
2
2
 
3
+ ## 0.10.2-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 2d7098e: dependencies updates:
8
+ - Updated dependency [`@supabase/supabase-js@^2.50.3` ↗︎](https://www.npmjs.com/package/@supabase/supabase-js/v/2.50.3) (from `^2.50.0`, in `dependencies`)
9
+
3
10
  ## 0.10.1
4
11
 
5
12
  ### Patch Changes
package/README.md CHANGED
@@ -41,7 +41,6 @@ const mastra = new Mastra({
41
41
  The package can be configured in two ways:
42
42
 
43
43
  1. **Environment Variables**:
44
-
45
44
  - `SUPABASE_URL`: Your Supabase project URL
46
45
  - `SUPABASE_ANON_KEY`: Your Supabase anonymous key
47
46
 
package/dist/index.cjs CHANGED
@@ -1173,7 +1173,7 @@ var init_esm = __esm({
1173
1173
  }
1174
1174
  });
1175
1175
 
1176
- // ../../packages/core/dist/chunk-IFQGBW42.js
1176
+ // ../../packages/core/dist/chunk-TC2SCOTE.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-IFQGBW42.js
4
+ // ../../packages/core/dist/chunk-TC2SCOTE.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.10.1",
3
+ "version": "0.10.2-alpha.0",
4
4
  "description": "Mastra Supabase Auth integration",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -20,16 +20,16 @@
20
20
  },
21
21
  "license": "Elastic-2.0",
22
22
  "dependencies": {
23
- "@supabase/supabase-js": "^2.50.0"
23
+ "@supabase/supabase-js": "^2.50.3"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@types/node": "^20.19.0",
27
- "eslint": "^9.28.0",
27
+ "eslint": "^9.29.0",
28
28
  "tsup": "^8.5.0",
29
29
  "typescript": "^5.8.3",
30
- "vitest": "^2.1.9",
31
- "@internal/lint": "0.0.13",
32
- "@mastra/core": "0.10.6"
30
+ "vitest": "^3.2.4",
31
+ "@internal/lint": "0.0.17",
32
+ "@mastra/core": "0.10.11-alpha.2"
33
33
  },
34
34
  "scripts": {
35
35
  "build": "tsup src/index.ts --format esm,cjs --experimental-dts --clean --treeshake",