diff --git a/.turbo/cache/1c9102b79471b0f5-meta.json b/.turbo/cache/1c9102b79471b0f5-meta.json new file mode 100644 index 0000000..5c77f27 --- /dev/null +++ b/.turbo/cache/1c9102b79471b0f5-meta.json @@ -0,0 +1 @@ +{ "hash": "1c9102b79471b0f5", "duration": 1607 } diff --git a/.turbo/cache/1c9102b79471b0f5.tar.zst b/.turbo/cache/1c9102b79471b0f5.tar.zst new file mode 100644 index 0000000..86fca09 Binary files /dev/null and b/.turbo/cache/1c9102b79471b0f5.tar.zst differ diff --git a/.turbo/cache/4883f8ac8b0355de-meta.json b/.turbo/cache/4883f8ac8b0355de-meta.json new file mode 100644 index 0000000..bf34ce2 --- /dev/null +++ b/.turbo/cache/4883f8ac8b0355de-meta.json @@ -0,0 +1 @@ +{ "hash": "4883f8ac8b0355de", "duration": 1970 } diff --git a/.turbo/cache/4883f8ac8b0355de.tar.zst b/.turbo/cache/4883f8ac8b0355de.tar.zst new file mode 100644 index 0000000..ce3fa86 Binary files /dev/null and b/.turbo/cache/4883f8ac8b0355de.tar.zst differ diff --git a/.turbo/cache/572ab72c4c2dda9e-meta.json b/.turbo/cache/572ab72c4c2dda9e-meta.json new file mode 100644 index 0000000..5d73f4c --- /dev/null +++ b/.turbo/cache/572ab72c4c2dda9e-meta.json @@ -0,0 +1 @@ +{ "hash": "572ab72c4c2dda9e", "duration": 1852 } diff --git a/.turbo/cache/572ab72c4c2dda9e.tar.zst b/.turbo/cache/572ab72c4c2dda9e.tar.zst new file mode 100644 index 0000000..bbf78f6 Binary files /dev/null and b/.turbo/cache/572ab72c4c2dda9e.tar.zst differ diff --git a/.turbo/cache/7ac2a161e1aa81b0-meta.json b/.turbo/cache/7ac2a161e1aa81b0-meta.json new file mode 100644 index 0000000..54fc39f --- /dev/null +++ b/.turbo/cache/7ac2a161e1aa81b0-meta.json @@ -0,0 +1 @@ +{ "hash": "7ac2a161e1aa81b0", "duration": 1703 } diff --git a/.turbo/cache/7ac2a161e1aa81b0.tar.zst b/.turbo/cache/7ac2a161e1aa81b0.tar.zst new file mode 100644 index 0000000..e49d198 Binary files /dev/null and b/.turbo/cache/7ac2a161e1aa81b0.tar.zst differ diff --git a/.turbo/cookies/1.cookie b/.turbo/cookies/1.cookie new file mode 100644 index 0000000..e69de29 diff --git a/.turbo/cookies/2.cookie b/.turbo/cookies/2.cookie new file mode 100644 index 0000000..e69de29 diff --git a/.turbo/cookies/3.cookie b/.turbo/cookies/3.cookie new file mode 100644 index 0000000..e69de29 diff --git a/.turbo/cookies/4.cookie b/.turbo/cookies/4.cookie new file mode 100644 index 0000000..e69de29 diff --git a/.turbo/cookies/5.cookie b/.turbo/cookies/5.cookie new file mode 100644 index 0000000..e69de29 diff --git a/.turbo/cookies/6.cookie b/.turbo/cookies/6.cookie new file mode 100644 index 0000000..e69de29 diff --git a/.turbo/cookies/7.cookie b/.turbo/cookies/7.cookie new file mode 100644 index 0000000..e69de29 diff --git a/.turbo/cookies/8.cookie b/.turbo/cookies/8.cookie new file mode 100644 index 0000000..e69de29 diff --git a/.turbo/cookies/9.cookie b/.turbo/cookies/9.cookie new file mode 100644 index 0000000..e69de29 diff --git a/.turbo/daemon/8c827086adca0deb-turbo.log.2024-08-03 b/.turbo/daemon/8c827086adca0deb-turbo.log.2024-08-03 new file mode 100644 index 0000000..e69de29 diff --git a/bun.lockb b/bun.lockb index b7a1fcf..07a95b9 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 78bf995..d95fef3 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "mina-js", "private": true, "scripts": { - "build": "bun run --filter '*' build", + "build": "turbo build", "test": "bun run --filter '*' test", "lint": "bunx biome check .", "format": "bunx biome check . --write", @@ -14,7 +14,9 @@ "@tsconfig/bun": "1.0.7", "@types/bun": "1.1.6", "tsup": "8.2.3", + "turbo": "^2.0.11", "typescript": "5.5.4" }, - "workspaces": ["packages/*"] + "workspaces": ["packages/*"], + "packageManager": "yarn@1.1.21" } diff --git a/packages/accounts/.turbo/turbo-build.log b/packages/accounts/.turbo/turbo-build.log new file mode 100644 index 0000000..4e7594e --- /dev/null +++ b/packages/accounts/.turbo/turbo-build.log @@ -0,0 +1,23 @@ + +yarn run v1.22.19 +warning package.json: No license field +$ tsup +CLI Building entry: src/index.ts +CLI Using tsconfig: ../../tsconfig.json +CLI tsup v8.2.3 +CLI Using tsup config: /Users/tomek/repos/mina-js/packages/accounts/tsup.config.ts +CLI Target: esnext +CLI Cleaning output folder +ESM Build start +CJS Build start +CJS dist/index.js 2.25 KB +CJS dist/index.js.map 1.44 KB +CJS ⚡️ Build success in 8ms +ESM dist/index.mjs 575.00 B +ESM dist/index.mjs.map 1.35 KB +ESM ⚡️ Build success in 9ms +DTS Build start +DTS ⚡️ Build success in 608ms +DTS dist/index.d.mts 631.00 B +DTS dist/index.d.ts 631.00 B +✨ Done in 1.39s. diff --git a/packages/connect/.turbo/turbo-build.log b/packages/connect/.turbo/turbo-build.log new file mode 100644 index 0000000..6c3e9a6 --- /dev/null +++ b/packages/connect/.turbo/turbo-build.log @@ -0,0 +1,23 @@ + +yarn run v1.22.19 +warning package.json: No license field +$ tsup +CLI Building entry: src/index.ts +CLI Using tsconfig: ../../tsconfig.json +CLI tsup v8.2.3 +CLI Using tsup config: /Users/tomek/repos/mina-js/packages/connect/tsup.config.ts +CLI Target: esnext +CLI Cleaning output folder +ESM Build start +CJS Build start +ESM dist/index.mjs 1.99 KB +ESM dist/index.mjs.map 5.61 KB +ESM ⚡️ Build success in 6ms +CJS dist/index.js 3.07 KB +CJS dist/index.js.map 6.11 KB +CJS ⚡️ Build success in 6ms +DTS Build start +DTS ⚡️ Build success in 632ms +DTS dist/index.d.mts 2.51 KB +DTS dist/index.d.ts 2.51 KB +✨ Done in 1.49s. diff --git a/packages/providers/.turbo/turbo-build.log b/packages/providers/.turbo/turbo-build.log new file mode 100644 index 0000000..98a36ab --- /dev/null +++ b/packages/providers/.turbo/turbo-build.log @@ -0,0 +1,23 @@ + +yarn run v1.22.19 +warning package.json: No license field +$ tsup +CLI Building entry: src/index.ts +CLI Using tsconfig: ../../tsconfig.json +CLI tsup v8.2.3 +CLI Using tsup config: /Users/tomek/repos/mina-js/packages/providers/tsup.config.ts +CLI Target: esnext +CLI Cleaning output folder +ESM Build start +CJS Build start +CJS dist/index.cjs 3.67 KB +CJS dist/index.cjs.map 3.75 KB +CJS ⚡️ Build success in 8ms +ESM dist/index.js 1.70 KB +ESM dist/index.js.map 3.58 KB +ESM ⚡️ Build success in 8ms +DTS Build start +DTS ⚡️ Build success in 849ms +DTS dist/index.d.ts 12.34 KB +DTS dist/index.d.cts 12.34 KB +✨ Done in 1.64s. diff --git a/packages/shared/.turbo/turbo-build.log b/packages/shared/.turbo/turbo-build.log new file mode 100644 index 0000000..29c0aa7 --- /dev/null +++ b/packages/shared/.turbo/turbo-build.log @@ -0,0 +1,23 @@ + +yarn run v1.22.19 +warning package.json: No license field +$ tsup +CLI Building entry: src/index.ts +CLI Using tsconfig: ../../tsconfig.json +CLI tsup v8.2.3 +CLI Using tsup config: /Users/tomek/repos/mina-js/packages/shared/tsup.config.ts +CLI Target: esnext +CLI Cleaning output folder +ESM Build start +CJS Build start +ESM dist/index.js 33.00 B +ESM dist/index.js.map 71.00 B +ESM ⚡️ Build success in 11ms +CJS dist/index.cjs 788.00 B +CJS dist/index.cjs.map 447.00 B +CJS ⚡️ Build success in 12ms +DTS Build start +DTS ⚡️ Build success in 724ms +DTS dist/index.d.ts 4.46 KB +DTS dist/index.d.cts 4.46 KB +✨ Done in 1.76s. diff --git a/turbo.json b/turbo.json new file mode 100644 index 0000000..004ddcd --- /dev/null +++ b/turbo.json @@ -0,0 +1,12 @@ +{ + "$schema": "https://turbo.build/schema.json", + "tasks": { + "build": { + "outputs": ["dist/**"] + }, + "dev": { + "persistent": true, + "cache": false + } + } +}