@mastra/auth-clerk 0.0.0-workflow-deno-20250616115451 → 0.0.0-workflow-deno-20250616130925
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 +30 -0
- package/CHANGELOG.md +1 -1
- package/package.json +3 -3
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
|
|
2
|
+
> @mastra/auth-clerk@0.10.1-alpha.0 build /home/runner/work/mastra/mastra/auth/clerk
|
|
3
|
+
> tsup src/index.ts --format esm,cjs --experimental-dts --clean --treeshake
|
|
4
|
+
|
|
5
|
+
[34mCLI[39m Building entry: src/index.ts
|
|
6
|
+
[34mCLI[39m Using tsconfig: tsconfig.json
|
|
7
|
+
[34mCLI[39m tsup v8.5.0
|
|
8
|
+
[34mTSC[39m Build start
|
|
9
|
+
[32mTSC[39m ⚡️ Build success in 7727ms
|
|
10
|
+
[34mDTS[39m Build start
|
|
11
|
+
[34mCLI[39m Target: es2022
|
|
12
|
+
Analysis will use the bundled TypeScript version 5.8.3
|
|
13
|
+
[36mWriting package typings: /home/runner/work/mastra/mastra/auth/clerk/dist/_tsup-dts-rollup.d.ts[39m
|
|
14
|
+
Analysis will use the bundled TypeScript version 5.8.3
|
|
15
|
+
[36mWriting package typings: /home/runner/work/mastra/mastra/auth/clerk/dist/_tsup-dts-rollup.d.cts[39m
|
|
16
|
+
[32mDTS[39m ⚡️ Build success in 8036ms
|
|
17
|
+
[34mCLI[39m Cleaning output folder
|
|
18
|
+
[34mESM[39m Build start
|
|
19
|
+
[34mCJS[39m Build start
|
|
20
|
+
[32mESM[39m [1mdist/getMachineId-darwin-UJH25LDA.js [22m[32m770.00 B[39m
|
|
21
|
+
[32mESM[39m [1mdist/getMachineId-bsd-IPBZSYCM.js [22m[32m564.00 B[39m
|
|
22
|
+
[32mESM[39m [1mdist/getMachineId-win-PKATJI4A.js [22m[32m738.00 B[39m
|
|
23
|
+
[32mESM[39m [1mdist/chunk-N62AETLJ.js [22m[32m334.00 B[39m
|
|
24
|
+
[32mESM[39m [1mdist/getMachineId-unsupported-UOUTBEEW.js [22m[32m382.00 B[39m
|
|
25
|
+
[32mESM[39m [1mdist/getMachineId-linux-YF3RLZNP.js [22m[32m440.00 B[39m
|
|
26
|
+
[32mESM[39m [1mdist/index.js [22m[32m12.45 KB[39m
|
|
27
|
+
[32mESM[39m [1mdist/chunk-JLXWUSDO.js [22m[32m32.51 KB[39m
|
|
28
|
+
[32mESM[39m ⚡️ Build success in 998ms
|
|
29
|
+
[32mCJS[39m [1mdist/index.cjs [22m[32m54.38 KB[39m
|
|
30
|
+
[32mCJS[39m ⚡️ Build success in 1389ms
|
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/auth-clerk",
|
|
3
|
-
"version": "0.0.0-workflow-deno-
|
|
3
|
+
"version": "0.0.0-workflow-deno-20250616130925",
|
|
4
4
|
"description": "Mastra Clerk 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": "^2.1.9",
|
|
32
|
-
"@internal/lint": "0.0.0-workflow-deno-
|
|
33
|
-
"@mastra/core": "0.0.0-workflow-deno-
|
|
32
|
+
"@internal/lint": "0.0.0-workflow-deno-20250616130925",
|
|
33
|
+
"@mastra/core": "0.0.0-workflow-deno-20250616130925"
|
|
34
34
|
},
|
|
35
35
|
"scripts": {
|
|
36
36
|
"build": "tsup src/index.ts --format esm,cjs --experimental-dts --clean --treeshake",
|