@mastra/auth-supabase 0.0.0-fix-generate-title-20250616171351 → 0.0.0-gl-test-20250917080133

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.
Files changed (47) hide show
  1. package/CHANGELOG.md +57 -1
  2. package/LICENSE.md +12 -4
  3. package/README.md +0 -5
  4. package/dist/chunk-FID6GZ7C.cjs +979 -0
  5. package/dist/chunk-FID6GZ7C.cjs.map +1 -0
  6. package/dist/{chunk-N62AETLJ.js → chunk-G7ML3FDV.js} +2 -0
  7. package/dist/chunk-G7ML3FDV.js.map +1 -0
  8. package/dist/{chunk-JLXWUSDO.js → chunk-NFPWCYXA.js} +34 -32
  9. package/dist/chunk-NFPWCYXA.js.map +1 -0
  10. package/dist/chunk-UYPX6MT6.cjs +32 -0
  11. package/dist/chunk-UYPX6MT6.cjs.map +1 -0
  12. package/dist/{getMachineId-bsd-IPBZSYCM.js → getMachineId-bsd-33IUL36D.js} +4 -2
  13. package/dist/getMachineId-bsd-33IUL36D.js.map +1 -0
  14. package/dist/getMachineId-bsd-7LX32PWC.cjs +25 -0
  15. package/dist/getMachineId-bsd-7LX32PWC.cjs.map +1 -0
  16. package/dist/getMachineId-darwin-2GRB6VRE.cjs +26 -0
  17. package/dist/getMachineId-darwin-2GRB6VRE.cjs.map +1 -0
  18. package/dist/{getMachineId-darwin-UJH25LDA.js → getMachineId-darwin-Y4EF6EE5.js} +4 -2
  19. package/dist/getMachineId-darwin-Y4EF6EE5.js.map +1 -0
  20. package/dist/getMachineId-linux-6PTMU7AF.cjs +21 -0
  21. package/dist/getMachineId-linux-6PTMU7AF.cjs.map +1 -0
  22. package/dist/{getMachineId-linux-YF3RLZNP.js → getMachineId-linux-ZMMZL7AP.js} +3 -1
  23. package/dist/getMachineId-linux-ZMMZL7AP.js.map +1 -0
  24. package/dist/{getMachineId-unsupported-UOUTBEEW.js → getMachineId-unsupported-AM53N2Q3.js} +3 -1
  25. package/dist/getMachineId-unsupported-AM53N2Q3.js.map +1 -0
  26. package/dist/getMachineId-unsupported-VSEGAZUW.cjs +13 -0
  27. package/dist/getMachineId-unsupported-VSEGAZUW.cjs.map +1 -0
  28. package/dist/getMachineId-win-GHQJSLHS.cjs +47 -0
  29. package/dist/getMachineId-win-GHQJSLHS.cjs.map +1 -0
  30. package/dist/{getMachineId-win-PKATJI4A.js → getMachineId-win-RSU6GP4O.js} +4 -2
  31. package/dist/getMachineId-win-RSU6GP4O.js.map +1 -0
  32. package/dist/index.cjs +108 -1201
  33. package/dist/index.cjs.map +1 -0
  34. package/dist/index.d.ts +15 -1
  35. package/dist/index.d.ts.map +1 -0
  36. package/dist/index.js +101 -23
  37. package/dist/index.js.map +1 -0
  38. package/package.json +24 -10
  39. package/.turbo/turbo-build.log +0 -30
  40. package/dist/_tsup-dts-rollup.d.cts +0 -18
  41. package/dist/_tsup-dts-rollup.d.ts +0 -18
  42. package/dist/index.d.cts +0 -1
  43. package/eslint.config.js +0 -6
  44. package/src/index.test.ts +0 -152
  45. package/src/index.ts +0 -55
  46. package/tsconfig.json +0 -5
  47. package/vitest.config.ts +0 -8
package/CHANGELOG.md CHANGED
@@ -1,6 +1,62 @@
1
1
  # @mastra/auth-supabase
2
2
 
3
- ## 0.0.0-fix-generate-title-20250616171351
3
+ ## 0.0.0-gl-test-20250917080133
4
+
5
+ ### Patch Changes
6
+
7
+ - Update package.json and README ([#7886](https://github.com/mastra-ai/mastra/pull/7886))
8
+
9
+ ## 0.10.6-alpha.0
10
+
11
+ ### Patch Changes
12
+
13
+ - Update package.json and README ([#7886](https://github.com/mastra-ai/mastra/pull/7886))
14
+
15
+ ## 0.10.5
16
+
17
+ ### Patch Changes
18
+
19
+ - de3cbc6: Update the `package.json` file to include additional fields like `repository`, `homepage` or `files`.
20
+
21
+ ## 0.10.5-alpha.0
22
+
23
+ ### Patch Changes
24
+
25
+ - [#7343](https://github.com/mastra-ai/mastra/pull/7343) [`de3cbc6`](https://github.com/mastra-ai/mastra/commit/de3cbc61079211431bd30487982ea3653517278e) Thanks [@LekoArts](https://github.com/LekoArts)! - Update the `package.json` file to include additional fields like `repository`, `homepage` or `files`.
26
+
27
+ ## 0.10.4
28
+
29
+ ### Patch Changes
30
+
31
+ - [`c6113ed`](https://github.com/mastra-ai/mastra/commit/c6113ed7f9df297e130d94436ceee310273d6430) Thanks [@wardpeet](https://github.com/wardpeet)! - Fix peerdpes for @mastra/core
32
+
33
+ ## 0.10.3
34
+
35
+ ### Patch Changes
36
+
37
+ - 4a406ec: fixes TypeScript declaration file imports to ensure proper ESM compatibility
38
+
39
+ ## 0.10.3-alpha.0
40
+
41
+ ### Patch Changes
42
+
43
+ - 4a406ec: fixes TypeScript declaration file imports to ensure proper ESM compatibility
44
+
45
+ ## 0.10.2
46
+
47
+ ### Patch Changes
48
+
49
+ - 2d7098e: dependencies updates:
50
+ - 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`)
51
+
52
+ ## 0.10.2-alpha.0
53
+
54
+ ### Patch Changes
55
+
56
+ - 2d7098e: dependencies updates:
57
+ - 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`)
58
+
59
+ ## 0.10.1
4
60
 
5
61
  ### Patch Changes
6
62
 
package/LICENSE.md CHANGED
@@ -1,7 +1,15 @@
1
- Copyright 2025 Mastra AI, Inc.
1
+ # Apache License 2.0
2
2
 
3
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
3
+ Copyright (c) 2025 Kepler Software, Inc.
4
4
 
5
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
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
- THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
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/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
 
@@ -75,7 +74,3 @@ Checks if a user has the required permissions (currently checks for admin status
75
74
  - Node.js 16 or higher
76
75
  - Supabase project with authentication enabled
77
76
  - Supabase URL and anonymous key
78
-
79
- ## License
80
-
81
- Elastic-2.0