Skip to content

Commit 3084390

Browse files
committed
chore: wip
1 parent cfdf509 commit 3084390

File tree

8 files changed

+31
-13
lines changed

8 files changed

+31
-13
lines changed

.github/workflows/export-size.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
# with:
2727
# github_token: ${{ secrets.GITHUB_TOKEN }}
2828
# paths: ./storage/framework/core/actions,./storage/framework/core/ai,./storage/framework/core/alias,./storage/framework/core/analytics,./storage/framework/core/arrays,./storage/framework/core/auth,./storage/framework/core/buddy,./storage/framework/core/build,./storage/framework/core/cache,./storage/framework/core/cli,./storage/framework/core/cloud,./storage/framework/core/collections,./storage/framework/core/config,./storage/framework/core/database,./storage/framework/core/development,./storage/framework/core/dns,./storage/framework/core/docs,./storage/framework/core/email,./storage/framework/core/error-handling,./storage/framework/core/events,./storage/framework/core/git,./storage/framework/core/health,./storage/framework/core/logging,./storage/framework/core/lint,./storage/framework/core/modules,./storage/framework/core/notifications,./storage/framework/core/objects,./storage/framework/core/orm,./storage/framework/core/pages,./storage/framework/core/path,./storage/framework/core/query-builder,./storage/framework/core/payments,./storage/framework/core/push,./storage/framework/core/realtime,./storage/framework/core/repl,./storage/framework/core/router,./storage/framework/core/scheduler,./storage/framework/core/search-engine,./storage/framework/core/security,./storage/framework/core/server,./storage/framework/core/signals,./storage/framework/core/slug,./storage/framework/core/sms,./storage/framework/core/storage,./storage/framework/core/strings,./storage/framework/core/testing,./storage/framework/core/tinker,./storage/framework/core/types,./storage/framework/core/ui,./storage/framework/core/utils,./storage/framework/core/validation,./storage/framework/core/vite-plugin
29-
# build_script: pnpm --filter=./storage/framework/core build
29+
# build_script: bun --filter=./storage/framework/core build

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
4444

4545
- name: Publish Dummy Libraries
46-
run: bunx pnpm --filter='./storage/framework' publish:dummy-libs
46+
run: bun --filter='./storage/framework/core' run publish:dummy-libs
4747
env:
4848
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
4949

bun.lockb

9.35 KB
Binary file not shown.

pkgx.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# https://stacksjs.org/docs/dependency-management
1010

1111
dependencies:
12-
bun.sh: ^1.1.3
12+
bun.sh: ^1.1.6
1313
aws.amazon.com/cli: ^2.15.30
1414
dns.lookup.dog: ^0.1.0
1515
info-zip.org/zip: ^3.0

storage/framework/core/components/notification/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,14 @@
4545
"dependencies": {
4646
"@stacksjs/ui": "workspace:*",
4747
"highlight.js": "^11.9.0",
48+
"vue": "^3.4.22",
4849
"vue-sonner": "^1.1.2"
4950
},
5051
"devDependencies": {
5152
"@microsoft/api-extractor": "^7.43.1",
53+
"@stacksjs/alias": "workspace:*",
54+
"@stacksjs/development": "workspace:*",
55+
"@types/clean-css": "^4.2.11",
5256
"@vue/tsconfig": "^0.5.1",
5357
"clean-css": "^5.3.3",
5458
"unplugin-icons": "^0.18.5"

storage/framework/core/components/notification/tsconfig.build.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,5 @@
1111
},
1212
"vueCompilerOptions": {
1313
"skipTemplateCodegen": true
14-
},
15-
"include": [
16-
"packages/**/*.ts",
17-
"packages/**/*.d.ts",
18-
"packages/**/*.tsx",
19-
"packages/**/*.vue"
20-
]
14+
}
2115
}

storage/framework/core/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -344,9 +344,7 @@
344344
"buddy": "bun --bun run ./buddy/src/cli.ts",
345345
"build": "cd config && bun run build && cd ../env && bun run build && cd ../storage && bun run build && cd .. && bun ./build.ts",
346346
"types": "bunx tsc --project ./tsconfig-core-types.json",
347-
"up": "bunx taze major -I",
348-
"publish:framework": "./scripts/publish",
349-
"publish:dummy-libs": "bun --bun run generate:entries && bunx pnpm --filter './libs/components/vue' --filter './libs/components/web' --filter './libs/functions' publish --access public --no-git-checks"
347+
"up": "bunx taze major -I"
350348
},
351349
"web-types": "./web-types.json",
352350
"peerDependencies": {

storage/framework/package.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"name": "stacks-framework",
3+
"type": "module",
4+
"version": "0.60.3",
5+
"private": true,
6+
"description": "The Stacks framework.",
7+
"author": "Chris Breuer",
8+
"license": "MIT",
9+
"funding": "https://github.com/sponsors/chrisbbreuer",
10+
"homepage": "https://github.com/stacksjs/stacks/tree/main/storage/framework",
11+
"repository": {
12+
"type": "git",
13+
"url": "git+https://github.com/stacksjs/stacks.git",
14+
"directory": "./storage/framework"
15+
},
16+
"scripts": {
17+
"dev": "wip: needs to start each dev server (views, api, components, docs, desktop)",
18+
"build": "bun --filter='./core/*' run build",
19+
"publish:framework": "./scripts/publish",
20+
"publish:dummy-libs": "bun --bun ./core/buddy/src/cli.ts generate:entries && bun --filter './libs/components/vue' --filter './libs/components/web' --filter './libs/functions' publish --access public --no-git-checks"
21+
}
22+
}

0 commit comments

Comments
 (0)