@mastra/auth-workos 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.
@@ -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 8016ms
9
+ TSC ⚡️ Build success in 7846ms
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 10868ms
16
+ DTS ⚡️ Build success in 9429ms
17
17
  CLI Cleaning output folder
18
18
  ESM Build start
19
19
  CJS Build start
20
- CJS dist/index.cjs 54.34 KB
21
- CJS ⚡️ Build success in 2763ms
22
20
  ESM dist/getMachineId-darwin-UJH25LDA.js 770.00 B
23
- ESM dist/index.js 12.40 KB
24
21
  ESM dist/getMachineId-linux-YF3RLZNP.js 440.00 B
25
22
  ESM dist/getMachineId-bsd-IPBZSYCM.js 564.00 B
26
23
  ESM dist/getMachineId-win-PKATJI4A.js 738.00 B
27
24
  ESM dist/chunk-N62AETLJ.js 334.00 B
28
25
  ESM dist/getMachineId-unsupported-UOUTBEEW.js 382.00 B
26
+ ESM dist/index.js 12.40 KB
29
27
  ESM dist/chunk-JLXWUSDO.js 32.51 KB
30
- ESM ⚡️ Build success in 2765ms
28
+ ESM ⚡️ Build success in 1424ms
29
+ CJS dist/index.cjs 54.34 KB
30
+ CJS ⚡️ Build success in 1423ms
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @mastra/auth-workos
2
2
 
3
+ ## 0.10.2
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
+ - @mastra/auth@0.1.0
10
+
3
11
  ## 0.10.2-alpha.0
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/auth-workos",
3
- "version": "0.10.2-alpha.0",
3
+ "version": "0.10.2",
4
4
  "description": "Mastra WorkOS Auth integration",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -29,8 +29,8 @@
29
29
  "tsup": "^8.5.0",
30
30
  "typescript": "^5.8.3",
31
31
  "vitest": "^3.2.4",
32
- "@internal/lint": "0.0.17",
33
- "@mastra/core": "0.10.11-alpha.4"
32
+ "@internal/lint": "0.0.18",
33
+ "@mastra/core": "0.10.11"
34
34
  },
35
35
  "scripts": {
36
36
  "build": "tsup src/index.ts --format esm,cjs --experimental-dts --clean --treeshake",