@mastra/auth-supabase 0.10.2-alpha.0 → 0.10.2
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 +10 -10
- package/CHANGELOG.md +7 -0
- package/LICENSE.md +12 -4
- package/package.json +4 -4
package/.turbo/turbo-build.log
CHANGED
|
@@ -6,25 +6,25 @@
|
|
|
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 9432ms
|
|
10
10
|
[34mDTS[39m Build start
|
|
11
11
|
[34mCLI[39m Target: es2022
|
|
12
|
+
[34mCLI[39m Cleaning output folder
|
|
13
|
+
[34mESM[39m Build start
|
|
14
|
+
[34mCJS[39m Build start
|
|
12
15
|
Analysis will use the bundled TypeScript version 5.8.3
|
|
13
16
|
[36mWriting package typings: /home/runner/work/mastra/mastra/auth/supabase/dist/_tsup-dts-rollup.d.ts[39m
|
|
14
17
|
Analysis will use the bundled TypeScript version 5.8.3
|
|
15
18
|
[36mWriting package typings: /home/runner/work/mastra/mastra/auth/supabase/dist/_tsup-dts-rollup.d.cts[39m
|
|
16
|
-
[32mDTS[39m ⚡️ Build success in
|
|
17
|
-
[
|
|
18
|
-
[
|
|
19
|
-
[34mCJS[39m Build start
|
|
20
|
-
[32mESM[39m [1mdist/index.js [22m[32m12.29 KB[39m
|
|
19
|
+
[32mDTS[39m ⚡️ Build success in 11440ms
|
|
20
|
+
[32mCJS[39m [1mdist/index.cjs [22m[32m54.24 KB[39m
|
|
21
|
+
[32mCJS[39m ⚡️ Build success in 13923ms
|
|
21
22
|
[32mESM[39m [1mdist/getMachineId-darwin-UJH25LDA.js [22m[32m770.00 B[39m
|
|
23
|
+
[32mESM[39m [1mdist/index.js [22m[32m12.29 KB[39m
|
|
22
24
|
[32mESM[39m [1mdist/getMachineId-linux-YF3RLZNP.js [22m[32m440.00 B[39m
|
|
23
|
-
[32mESM[39m [1mdist/getMachineId-win-PKATJI4A.js [22m[32m738.00 B[39m
|
|
24
25
|
[32mESM[39m [1mdist/getMachineId-bsd-IPBZSYCM.js [22m[32m564.00 B[39m
|
|
25
26
|
[32mESM[39m [1mdist/chunk-N62AETLJ.js [22m[32m334.00 B[39m
|
|
26
27
|
[32mESM[39m [1mdist/getMachineId-unsupported-UOUTBEEW.js [22m[32m382.00 B[39m
|
|
28
|
+
[32mESM[39m [1mdist/getMachineId-win-PKATJI4A.js [22m[32m738.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 2365ms
|
|
30
|
+
[32mESM[39m ⚡️ Build success in 13924ms
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @mastra/auth-supabase
|
|
2
2
|
|
|
3
|
+
## 0.10.2
|
|
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.2-alpha.0
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
package/LICENSE.md
CHANGED
|
@@ -1,7 +1,15 @@
|
|
|
1
|
-
|
|
1
|
+
# Apache License 2.0
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Copyright (c) 2025 Kepler Software, Inc.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
|
+
you may not use this file except in compliance with the License.
|
|
7
|
+
You may obtain a copy of the License at
|
|
6
8
|
|
|
7
|
-
|
|
9
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
+
|
|
11
|
+
Unless required by applicable law or agreed to in writing, software
|
|
12
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
|
13
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
14
|
+
See the License for the specific language governing permissions and
|
|
15
|
+
limitations under the License.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/auth-supabase",
|
|
3
|
-
"version": "0.10.2
|
|
3
|
+
"version": "0.10.2",
|
|
4
4
|
"description": "Mastra Supabase Auth integration",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
},
|
|
19
19
|
"./package.json": "./package.json"
|
|
20
20
|
},
|
|
21
|
-
"license": "
|
|
21
|
+
"license": "Apache-2.0",
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@supabase/supabase-js": "^2.50.3"
|
|
24
24
|
},
|
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
"tsup": "^8.5.0",
|
|
29
29
|
"typescript": "^5.8.3",
|
|
30
30
|
"vitest": "^3.2.4",
|
|
31
|
-
"@internal/lint": "0.0.
|
|
32
|
-
"@mastra/core": "0.10.11
|
|
31
|
+
"@internal/lint": "0.0.18",
|
|
32
|
+
"@mastra/core": "0.10.11"
|
|
33
33
|
},
|
|
34
34
|
"scripts": {
|
|
35
35
|
"build": "tsup src/index.ts --format esm,cjs --experimental-dts --clean --treeshake",
|