Skip to content

Commit df8301d

Browse files
committed
chore: wip
1 parent 2a7b8fc commit df8301d

File tree

6 files changed

+10
-8
lines changed

6 files changed

+10
-8
lines changed

.stacks/core/alias/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"exports": {
2323
".": {
2424
"types": "./dist/index.d.ts",
25-
"import": "./dist/index.mjs"
25+
"import": "./dist/index.js"
2626
}
2727
},
2828
"module": "dist/index.mjs",

.stacks/core/path/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"exports": {
2727
".": {
2828
"types": "./dist/index.d.ts",
29-
"import": "./dist/index.mjs"
29+
"import": "./dist/index.js"
3030
}
3131
},
3232
"module": "dist/index.mjs",

.stacks/scripts/ensure.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
#!/bin/sh
2+
3+
## This script ensures that Bun is installed.
4+
25
REQUIRED_BUN_VERSION=$(awk '/bun.sh/{print substr($2, 2)}' ../../tea.yaml | tr -d "'")
36

47
# Remove the '>=v' prefix from the version string

bun.lockb

-24 Bytes
Binary file not shown.

tea.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
# this is the tea config for core stacks development
21
dependencies:
3-
bun.sh: ^0.7.0
2+
bun.sh: ^0.7.1
43
npmjs.com: ^9.7.2
54
sqlite.org: ^3.42.0
65
redis.io: ^7.0.11

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14180,14 +14180,14 @@ rimraf@^5.0.1:
1418014180
dependencies:
1418114181
glob "^10.2.5"
1418214182

14183-
"rollup@^1.20.0 || ^2.0.0", "rollup@^1.20.0||^2.0.0||^3.0.0", rollup@^2.0.0, rollup@^2.42.0, rollup@^2.43.1, rollup@^2.58.0:
14183+
"rollup@^1.20.0 || ^2.0.0", rollup@^2.0.0, rollup@^2.42.0, rollup@^2.43.1, rollup@^2.58.0:
1418414184
version "2.79.1"
1418514185
resolved "https://registry.npmjs.org/rollup/-/rollup-2.79.1.tgz"
1418614186
integrity sha512-uKxbd0IhMZOhjAiD5oAFp7BqvkA4Dv47qpOCtaNvng4HBwdbWtdOh8f5nZNuk2rp51PMGk3bzfWu5oayNEuYnw==
1418714187
optionalDependencies:
1418814188
fsevents "~2.3.2"
1418914189

14190-
rollup@^3.25.2:
14190+
"rollup@^1.20.0||^2.0.0||^3.0.0", rollup@^3.25.2:
1419114191
version "3.27.0"
1419214192
resolved "https://registry.npmjs.org/rollup/-/rollup-3.27.0.tgz"
1419314193
integrity sha512-aOltLCrYZ0FhJDm7fCqwTjIUEVjWjcydKBV/Zeid6Mn8BWgDCUBBWT5beM5ieForYNo/1ZHuGJdka26kvQ3Gzg==
@@ -15403,7 +15403,7 @@ terminal-link@^3.0.0:
1540315403
ansi-escapes "^5.0.0"
1540415404
supports-hyperlinks "^2.2.0"
1540515405

15406-
terser@^5.0.0, terser@^5.4.0, terser@^5.9.0:
15406+
terser@^5.0.0, terser@^5.9.0:
1540715407
version "5.19.2"
1540815408
resolved "https://registry.npmjs.org/terser/-/terser-5.19.2.tgz"
1540915409
integrity sha512-qC5+dmecKJA4cpYxRa5aVkKehYsQKc+AHeKl0Oe62aYjBL8ZA33tTljktDHJSaxxMnbI5ZYw+o/S2DxxLu8OfA==
@@ -15561,7 +15561,7 @@ ts-map@^1.0.3:
1556115561
resolved "https://registry.npmjs.org/ts-map/-/ts-map-1.0.3.tgz"
1556215562
integrity sha512-vDWbsl26LIcPGmDpoVzjEP6+hvHZkBkLW7JpvwbCv/5IYPJlsbzCVXY3wsCeAxAUeTclNOUZxnLdGh3VBD/J6w==
1556315563

15564-
ts-node@>=10, ts-node@>=9.0.0, ts-node@^10.8.1:
15564+
ts-node@>=10, ts-node@^10.8.1:
1556515565
version "10.9.1"
1556615566
resolved "https://registry.npmjs.org/ts-node/-/ts-node-10.9.1.tgz"
1556715567
integrity sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==

0 commit comments

Comments
 (0)