Skip to content

Commit 8f01705

Browse files
committed
chore: wip
1 parent f0c9e44 commit 8f01705

File tree

64 files changed

+12
-66
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+12
-66
lines changed

bun.lockb

240 Bytes
Binary file not shown.

storage/framework/cloud/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
],
2727
"exports": {
2828
".": {
29-
"bun": "./src/index.ts",
3029
"import": "./dist/index.js"
3130
},
3231
"./*": {

storage/framework/core/ai/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
],
2727
"exports": {
2828
".": {
29-
"bun": "./src/index.ts",
3029
"import": "./dist/index.js"
3130
},
3231
"./*": {

storage/framework/core/alias/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
"keywords": ["alias", "stacks"],
2020
"exports": {
2121
".": {
22-
"bun": "./src/index.ts",
2322
"import": "./dist/index.js"
2423
}
2524
},

storage/framework/core/analytics/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
],
3232
"exports": {
3333
".": {
34-
"bun": "./src/index.ts",
3534
"import": "./dist/index.js"
3635
}
3736
},

storage/framework/core/api/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
],
2727
"exports": {
2828
".": {
29-
"bun": "./src/index.ts",
3029
"import": "./dist/index.js"
3130
},
3231
"./*": {

storage/framework/core/arrays/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
],
2727
"exports": {
2828
".": {
29-
"bun": "./src/index.ts",
3029
"import": "./dist/index.js"
3130
},
3231
"./*": {

storage/framework/core/auth/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
"keywords": ["auth", "authenticate", "stacks"],
2020
"exports": {
2121
".": {
22-
"bun": "./src/index.ts",
2322
"import": "./dist/index.js"
2423
},
2524
"./*": {

storage/framework/core/browser/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
"keywords": ["frontend", "browser", "stacks", "api"],
2020
"exports": {
2121
".": {
22-
"bun": "./src/index.ts",
2322
"import": "./dist/index.js"
2423
},
2524
"./*": {

storage/framework/core/buddy/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,11 @@
3838
],
3939
"exports": {
4040
".": {
41-
"bun": "./src/index.ts"
41+
"import": "./dist/index.js"
4242
},
4343
"./cli": {
44-
"bun": "./src/cli.ts",
4544
"types": "./dist/cli.d.ts",
46-
"import": "./dist/cli.mjs"
45+
"import": "./dist/cli.js"
4746
},
4847
"./*": {
4948
"bun": "./*"

0 commit comments

Comments
 (0)