Skip to content

Commit 0d43ac5

Browse files
chore: wip
1 parent 53b3b01 commit 0d43ac5

File tree

9 files changed

+38
-27
lines changed

9 files changed

+38
-27
lines changed

bun.lock

Lines changed: 28 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dump.rdb

245 Bytes
Binary file not shown.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@
5858
"stx": "./buddy"
5959
},
6060
"dependencies": {
61-
"@cwcss/crosswind": "link:@cwcss/crosswind",
61+
"@cwcss/crosswind": "^0.1.6",
6262
"@stacksjs/clarity": "^0.3.24",
63-
"@stacksjs/rpx": "link:@stacksjs/rpx",
64-
"@stacksjs/stx": "link:@stacksjs/stx",
65-
"bun-plugin-stx": "link:bun-plugin-stx",
63+
"@stacksjs/rpx": "^0.11.0",
64+
"@stacksjs/stx": "^0.2.5",
65+
"bun-plugin-stx": "^0.2.5",
6666
"stacks": "workspace:*"
6767
},
6868
"workspaces": [

storage/framework/core/actions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@stacksjs/cli": "workspace:*",
5151
"@stacksjs/config": "workspace:*",
5252
"@stacksjs/database": "workspace:*",
53-
"@stacksjs/tlsx": "link:@stacksjs/tlsx",
53+
"@stacksjs/tlsx": "^0.13.0",
5454
"better-dx": "^0.2.5",
5555
"@stacksjs/dns": "workspace:*",
5656
"@stacksjs/enums": "workspace:*",

storage/framework/core/buddy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
},
8484
"dependencies": {
8585
"@aws-sdk/client-cloudfront": "^3.911.0",
86-
"@stacksjs/rpx": "link:@stacksjs/rpx",
86+
"@stacksjs/rpx": "^0.11.0",
8787
"@stacksjs/actions": "^0.70.23",
8888
"@stacksjs/ai": "^0.70.23",
8989
"@stacksjs/alias": "^0.70.23",

storage/framework/core/database/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"dependencies": {
4646
"@aws-sdk/client-dynamodb": "^3.876.0",
4747
"@aws-sdk/lib-dynamodb": "^3.883.0",
48-
"bun-query-builder": "link:bun-query-builder",
48+
"bun-query-builder": "^0.1.13",
4949
"dynamodb-toolbox": "^2.7.1",
5050
"pg": "^8.16.3"
5151
},

storage/framework/core/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@shikijs/vitepress-twoslash": "^3.12.2",
4040
"@vite-pwa/assets-generator": "^1.0.0",
4141
"@vite-pwa/vitepress": "^1.0.0",
42-
"@cwcss/crosswind": "link:@cwcss/crosswind",
42+
"@cwcss/crosswind": "^0.1.6",
4343
"unplugin-icons": "^22.2.0",
4444
"unplugin-vue-components": "^28.8.0",
4545
"vite-plugin-pwa": "^1.0.3",

storage/framework/core/router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"prepublishOnly": "bun run build"
3737
},
3838
"dependencies": {
39-
"@stacksjs/bun-router": "link:@stacksjs/bun-router",
39+
"@stacksjs/bun-router": "^0.0.2",
4040
"ts-rate-limiter": "^0.4.0"
4141
},
4242
"devDependencies": {

storage/framework/core/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@
5757
"@stacksjs/config": "workspace:*",
5858
"better-dx": "^0.2.5",
5959
"@stacksjs/router": "workspace:*",
60-
"@cwcss/crosswind": "link:@cwcss/crosswind"
60+
"@cwcss/crosswind": "^0.1.6"
6161
}
6262
}

0 commit comments

Comments
 (0)