Skip to content

Commit eea4d3a

Browse files
chore: wip
1 parent fd74132 commit eea4d3a

File tree

12 files changed

+353
-930
lines changed

12 files changed

+353
-930
lines changed

bun.lock

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

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
"stacks": "workspace:*"
6666
},
6767
"workspaces": [
68+
"bun-queue",
6869
"storage/framework/**",
6970
"!storage/framework/cloud/cdk.out",
7071
"!storage/framework/cloud/cdk.out/**",

storage/framework/cloud/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@
5050
"@stacksjs/router": "workspace:*",
5151
"@stacksjs/storage": "workspace:*",
5252
"@stacksjs/utils": "workspace:*",
53-
"@stacksjs/validation": "workspace:*",
54-
"ts-cloud": "link:ts-cloud"
53+
"@stacksjs/validation": "workspace:*"
5554
},
5655
"devDependencies": {
5756
"@stacksjs/cli": "workspace:*",

storage/framework/core/actions/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@
6262
"@stacksjs/storage": "workspace:*",
6363
"@stacksjs/strings": "workspace:*",
6464
"@stacksjs/utils": "workspace:*",
65-
"@stacksjs/validation": "workspace:*",
66-
"ts-md": "workspace:*"
65+
"@stacksjs/validation": "workspace:*"
6766
}
6867
}

storage/framework/core/api/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
},
4545
"devDependencies": {
4646
"better-dx": "^0.2.5",
47-
"@stacksjs/utils": "workspace:*",
48-
"ts-open-api": "workspace:*"
47+
"@stacksjs/utils": "workspace:*"
4948
}
5049
}

storage/framework/core/cloud/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@
5555
"@stacksjs/router": "workspace:*",
5656
"@stacksjs/storage": "workspace:*",
5757
"@stacksjs/utils": "workspace:*",
58-
"@stacksjs/validation": "workspace:*",
59-
"ts-cloud": "link:ts-cloud"
58+
"@stacksjs/validation": "workspace:*"
6059
}
6160
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "name": "@stacksjs/auth", "version": "0.0.1", "main": "index.ts" }
1+
{ "name": "@stacksjs/auth-components", "version": "0.0.1", "main": "index.ts" }

storage/framework/core/deploy/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,5 @@
1010
"import": "./index.ts"
1111
}
1212
},
13-
"dependencies": {
14-
"ts-cloud": "workspace:*"
15-
}
13+
"dependencies": {}
1614
}

storage/framework/core/realtime/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@
3434
"typecheck": "bun tsc --noEmit",
3535
"prepublishOnly": "bun run build"
3636
},
37-
"dependencies": {
38-
"ts-broadcasting": "*"
39-
},
37+
"dependencies": {},
4038
"devDependencies": {
4139
"better-dx": "^0.2.5"
4240
}

storage/framework/core/security/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@
3434
"typecheck": "bun tsc --noEmit",
3535
"prepublishOnly": "bun run build"
3636
},
37-
"dependencies": {
38-
"ts-security-crypto": "workspace:*"
39-
},
37+
"dependencies": {},
4038
"devDependencies": {
4139
"@stacksjs/config": "workspace:*",
4240
"better-dx": "^0.2.5",

0 commit comments

Comments
 (0)