@mastra/auth-workos 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-workos@0.10.1-alpha.0 build /home/runner/work/mastra/mastra/auth/workos
2
+ > @mastra/auth-workos@0.10.2-alpha.0 build /home/runner/work/mastra/mastra/auth/workos
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 7410ms
9
+ TSC ⚡️ Build success in 8016ms
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/workos/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/workos/dist/_tsup-dts-rollup.d.cts
16
- DTS ⚡️ Build success in 11216ms
16
+ DTS ⚡️ Build success in 10868ms
17
17
  CLI Cleaning output folder
18
18
  ESM Build start
19
19
  CJS Build start
20
- ESM dist/index.js 12.40 KB
20
+ CJS dist/index.cjs 54.34 KB
21
+ CJS ⚡️ Build success in 2763ms
21
22
  ESM dist/getMachineId-darwin-UJH25LDA.js 770.00 B
23
+ ESM dist/index.js 12.40 KB
22
24
  ESM dist/getMachineId-linux-YF3RLZNP.js 440.00 B
23
25
  ESM dist/getMachineId-bsd-IPBZSYCM.js 564.00 B
24
26
  ESM dist/getMachineId-win-PKATJI4A.js 738.00 B
25
27
  ESM dist/chunk-N62AETLJ.js 334.00 B
26
28
  ESM dist/getMachineId-unsupported-UOUTBEEW.js 382.00 B
27
29
  ESM dist/chunk-JLXWUSDO.js 32.51 KB
28
- ESM ⚡️ Build success in 2521ms
29
- CJS dist/index.cjs 54.34 KB
30
- CJS ⚡️ Build success in 2521ms
30
+ ESM ⚡️ Build success in 2765ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @mastra/auth-workos
2
2
 
3
+ ## 0.10.2-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 9c159ee: dependencies updates:
8
+ - Updated dependency [`@workos-inc/node@^7.57.0` ↗︎](https://www.npmjs.com/package/@workos-inc/node/v/7.57.0) (from `^7.54.0`, in `dependencies`)
9
+
3
10
  ## 0.10.1
4
11
 
5
12
  ### Patch Changes
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/dist/index.cjs CHANGED
@@ -1174,7 +1174,7 @@ var init_esm = __esm({
1174
1174
  }
1175
1175
  });
1176
1176
 
1177
- // ../../packages/core/dist/chunk-IFQGBW42.js
1177
+ // ../../packages/core/dist/chunk-TC2SCOTE.js
1178
1178
  init_esm();
1179
1179
  function hasActiveTelemetry(tracerName = "default-tracer") {
1180
1180
  try {
package/dist/index.js CHANGED
@@ -2,7 +2,7 @@ import { SpanKind, trace, context, propagation, SpanStatusCode } from './chunk-J
2
2
  import { verifyJwks } from '@mastra/auth';
3
3
  import { WorkOS } from '@workos-inc/node';
4
4
 
5
- // ../../packages/core/dist/chunk-IFQGBW42.js
5
+ // ../../packages/core/dist/chunk-TC2SCOTE.js
6
6
  function hasActiveTelemetry(tracerName = "default-tracer") {
7
7
  try {
8
8
  return !!trace.getTracer(tracerName);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/auth-workos",
3
- "version": "0.10.1",
3
+ "version": "0.10.2-alpha.0",
4
4
  "description": "Mastra WorkOS Auth integration",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -18,19 +18,19 @@
18
18
  },
19
19
  "./package.json": "./package.json"
20
20
  },
21
- "license": "Elastic-2.0",
21
+ "license": "Apache-2.0",
22
22
  "dependencies": {
23
- "@workos-inc/node": "^7.54.0",
23
+ "@workos-inc/node": "^7.57.0",
24
24
  "@mastra/auth": "0.1.0"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@types/node": "^20.19.0",
28
- "eslint": "^9.28.0",
28
+ "eslint": "^9.29.0",
29
29
  "tsup": "^8.5.0",
30
30
  "typescript": "^5.8.3",
31
- "vitest": "^2.1.9",
32
- "@internal/lint": "0.0.13",
33
- "@mastra/core": "0.10.6"
31
+ "vitest": "^3.2.4",
32
+ "@internal/lint": "0.0.17",
33
+ "@mastra/core": "0.10.11-alpha.4"
34
34
  },
35
35
  "scripts": {
36
36
  "build": "tsup src/index.ts --format esm,cjs --experimental-dts --clean --treeshake",