stacks 0.58.44 → 0.58.45

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (82) hide show
  1. package/core/actions/dist/src/upgrade.js +1 -1
  2. package/core/actions/package.json +1 -1
  3. package/core/ai/package.json +3 -3
  4. package/core/alias/package.json +1 -1
  5. package/core/analytics/package.json +1 -1
  6. package/core/api/package.json +1 -1
  7. package/core/arrays/package.json +1 -1
  8. package/core/auth/package.json +1 -1
  9. package/core/buddy/package.json +1 -1
  10. package/core/build/package.json +1 -1
  11. package/core/bun-create/bud/package.json +1 -1
  12. package/core/bun-create/buddy/package.json +1 -1
  13. package/core/bun-create/stack/package.json +1 -1
  14. package/core/bun-create/stacks/package.json +1 -1
  15. package/core/bun-create/stx/package.json +1 -1
  16. package/core/bun-plugin-yaml/package.json +1 -1
  17. package/core/cache/package.json +2 -2
  18. package/core/chat/package.json +1 -1
  19. package/core/cli/dist/index.js +1 -1
  20. package/core/cli/package.json +1 -1
  21. package/core/cloud/package.json +30 -30
  22. package/core/cloud/src/cloud/aws-sdk-layer/nodejs/package-lock.json +6 -6
  23. package/core/cloud/src/cloud/aws-sdk-layer/nodejs/package.json +2 -2
  24. package/core/collections/package.json +1 -1
  25. package/core/config/package.json +1 -1
  26. package/core/database/package.json +1 -1
  27. package/core/datetime/package.json +1 -1
  28. package/core/desktop/package.json +1 -1
  29. package/core/development/package.json +4 -4
  30. package/core/dns/package.json +4 -4
  31. package/core/docs/package.json +1 -1
  32. package/core/email/package.json +1 -1
  33. package/core/enums/package.json +1 -1
  34. package/core/env/package.json +1 -1
  35. package/core/error-handling/package.json +1 -1
  36. package/core/eslint-config/package.json +5 -4
  37. package/core/events/package.json +1 -1
  38. package/core/faker/package.json +1 -1
  39. package/core/git/package.json +1 -1
  40. package/core/health/package.json +1 -1
  41. package/core/http/package.json +1 -1
  42. package/core/lint/package.json +3 -3
  43. package/core/logging/package.json +1 -1
  44. package/core/notifications/package.json +1 -1
  45. package/core/objects/package.json +1 -1
  46. package/core/orm/package.json +1 -1
  47. package/core/path/package.json +1 -1
  48. package/core/payments/package.json +1 -1
  49. package/core/push/package.json +1 -1
  50. package/core/query-builder/package.json +1 -1
  51. package/core/queue/package.json +1 -1
  52. package/core/raycast/package.json +1 -1
  53. package/core/realtime/package.json +1 -1
  54. package/core/repl/package.json +1 -1
  55. package/core/router/package.json +1 -1
  56. package/core/scheduler/package.json +1 -1
  57. package/core/search-engine/package.json +1 -1
  58. package/core/security/package.json +1 -1
  59. package/core/server/package.json +1 -1
  60. package/core/signals/package.json +1 -1
  61. package/core/slug/package.json +1 -1
  62. package/core/sms/package.json +1 -1
  63. package/core/storage/package.json +1 -1
  64. package/core/strings/package.json +1 -1
  65. package/core/tables/package.json +1 -1
  66. package/core/testing/package.json +1 -1
  67. package/core/tinker/package.json +1 -1
  68. package/core/tunnel/package.json +1 -1
  69. package/core/types/package.json +2 -2
  70. package/core/ui/package.json +1 -1
  71. package/core/utils/dist/index.js +1 -1
  72. package/core/utils/package.json +1 -1
  73. package/core/validation/package.json +1 -1
  74. package/core/vite/dist/index.js +1 -1
  75. package/core/vite/package.json +1 -1
  76. package/core/whois/package.json +1 -1
  77. package/core/x-ray/package.json +1 -1
  78. package/core/zsh-buddy/package.json +2 -2
  79. package/ide/vscode/package.json +1 -1
  80. package/package.json +1 -1
  81. package/vcs/github/workflows/ci.yml +41 -19
  82. package/vcs/github/workflows/release.yml +19 -7
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/lint",
3
3
  "type": "module",
4
- "version": "0.58.44",
4
+ "version": "0.58.45",
5
5
  "description": "The Stacks way to lint.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -50,7 +50,7 @@
50
50
  "peerDependencies": {
51
51
  "@stacksjs/eslint-config": "workspace:*",
52
52
  "@types/eslint": "^8.56.2",
53
- "eslint": "npm:eslint-ts-patch@^8.55.0-1",
53
+ "eslint": "^8.56.0",
54
54
  "eslint-ts-patch": "^8.55.0-1",
55
55
  "lint-staged": "^15.2.0",
56
56
  "publint": "^0.2.7"
@@ -58,7 +58,7 @@
58
58
  "dependencies": {
59
59
  "@stacksjs/eslint-config": "workspace:*",
60
60
  "@types/eslint": "^8.56.2",
61
- "eslint": "npm:eslint-ts-patch@^8.55.0-1",
61
+ "eslint": "^8.56.0",
62
62
  "eslint-ts-patch": "^8.55.0-1",
63
63
  "lint-staged": "^15.2.0",
64
64
  "publint": "^0.2.7"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/logging",
3
3
  "type": "module",
4
- "version": "0.58.44",
4
+ "version": "0.58.45",
5
5
  "description": "The Stacks logging system.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/notifications",
3
3
  "type": "module",
4
- "version": "0.58.44",
4
+ "version": "0.58.45",
5
5
  "description": "The Stacks notifications integration.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/objects",
3
3
  "type": "module",
4
- "version": "0.58.44",
4
+ "version": "0.58.45",
5
5
  "description": "The Stacks objects.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/orm",
3
3
  "type": "module",
4
- "version": "0.58.44",
4
+ "version": "0.58.45",
5
5
  "description": "The Stacks ORM integration",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/path",
3
3
  "type": "module",
4
- "version": "0.58.44",
4
+ "version": "0.58.45",
5
5
  "description": "The Stacks path.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/payments",
3
3
  "type": "module",
4
- "version": "0.58.44",
4
+ "version": "0.58.45",
5
5
  "description": "The Stacks payments package. Currently supporting Stripe.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/push",
3
3
  "type": "module",
4
- "version": "0.58.44",
4
+ "version": "0.58.45",
5
5
  "description": "The Stacks Push integration",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/query-builder",
3
3
  "type": "module",
4
- "version": "0.58.44",
4
+ "version": "0.58.45",
5
5
  "description": "The Stacks Query Builder integration",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/queue",
3
3
  "type": "module",
4
- "version": "0.58.44",
4
+ "version": "0.58.45",
5
5
  "description": "The Stacks Queue system.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "stacks-raycast",
3
3
  "type": "module",
4
- "version": "0.58.44",
4
+ "version": "0.58.45",
5
5
  "description": "The Stacks Raycast plugin.",
6
6
  "scripts": {
7
7
  "build": "echo 'No build step required yet.'"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/realtime",
3
3
  "type": "module",
4
- "version": "0.58.44",
4
+ "version": "0.58.45",
5
5
  "description": "The Stacks realtime integration.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/repl",
3
3
  "type": "module",
4
- "version": "0.58.44",
4
+ "version": "0.58.45",
5
5
  "description": "A Stacks optimized TS & Vue REPL.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/router",
3
3
  "type": "module",
4
- "version": "0.58.44",
4
+ "version": "0.58.45",
5
5
  "description": "The Stacks framework router.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/scheduler",
3
3
  "type": "module",
4
- "version": "0.58.44",
4
+ "version": "0.58.45",
5
5
  "description": "The Stacks scheduler.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/search-engine",
3
3
  "type": "module",
4
- "version": "0.58.44",
4
+ "version": "0.58.45",
5
5
  "description": "The Stacks search engine integrations.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/security",
3
3
  "type": "module",
4
- "version": "0.58.44",
4
+ "version": "0.58.45",
5
5
  "description": "The Stacks framework security.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/server",
3
3
  "type": "module",
4
- "version": "0.58.44",
4
+ "version": "0.58.45",
5
5
  "description": "Local development and production-ready.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/signals",
3
3
  "type": "module",
4
- "version": "0.58.44",
4
+ "version": "0.58.45",
5
5
  "description": "The Stacks signals integration, based on Maverick.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/slug",
3
3
  "type": "module",
4
- "version": "0.58.44",
4
+ "version": "0.58.45",
5
5
  "description": "The Stacks slug functionality.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/sms",
3
3
  "type": "module",
4
- "version": "0.58.44",
4
+ "version": "0.58.45",
5
5
  "description": "The Stacks SMS integration. Painlessly create & manage your inboxes, templates, and send sms.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/storage",
3
3
  "type": "module",
4
- "version": "0.58.44",
4
+ "version": "0.58.45",
5
5
  "description": "The Stacks file system.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/strings",
3
3
  "type": "module",
4
- "version": "0.58.44",
4
+ "version": "0.58.45",
5
5
  "description": "The Stacks string utilities.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stacksjs/tables",
3
- "version": "0.58.44",
3
+ "version": "0.58.45",
4
4
  "description": "The easy & modern way to work with tables. Facet filtering, searching, pagination, ...",
5
5
  "author": "Open Web Labs",
6
6
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/testing",
3
3
  "type": "module",
4
- "version": "0.58.44",
4
+ "version": "0.58.45",
5
5
  "description": "The Stacks way of testing.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/tinker",
3
3
  "type": "module",
4
- "version": "0.58.44",
4
+ "version": "0.58.45",
5
5
  "description": "All you need to tinker.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/tunnel",
3
3
  "type": "module",
4
- "version": "0.58.44",
4
+ "version": "0.58.45",
5
5
  "description": "Local development tunnel.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/types",
3
3
  "type": "module",
4
- "version": "0.58.44",
4
+ "version": "0.58.45",
5
5
  "description": "The Stacks framework types.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -61,7 +61,7 @@
61
61
  "@types/fs-extra": "^11.0.4",
62
62
  "@types/markdown-it-link-attributes": "^3.0.4",
63
63
  "@types/minimatch": "^5.1.2",
64
- "@types/node": "^20.11.10",
64
+ "@types/node": "^20.11.13",
65
65
  "@types/nprogress": "^0.2.3",
66
66
  "@vinejs/vine": "^1.7.1",
67
67
  "cac": "^6.7.14",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/ui",
3
3
  "type": "module",
4
- "version": "0.58.44",
4
+ "version": "0.58.45",
5
5
  "description": "The Stacks UI engine.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -884,7 +884,7 @@ function prettyBytes(number, options) {
884
884
  return prefix + numberString + separator + unit;
885
885
  }
886
886
  // package.json
887
- var version = "0.58.44";
887
+ var version = "0.58.45";
888
888
  export {
889
889
  wordChar,
890
890
  wordBoundary,
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/utils",
3
3
  "type": "module",
4
- "version": "0.58.44",
4
+ "version": "0.58.45",
5
5
  "description": "The Stacks helper functions.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/validation",
3
3
  "type": "module",
4
- "version": "0.58.44",
4
+ "version": "0.58.45",
5
5
  "description": "The Stacks Validation ways.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -609,7 +609,7 @@ var web_components_default = defineConfig6(({ command }) => {
609
609
  // src/plugin/docs.ts
610
610
  import {kolorist as c2} from "@stacksjs/cli";
611
611
  // package.json
612
- var version = "0.58.44";
612
+ var version = "0.58.45";
613
613
 
614
614
  // src/plugin/docs.ts
615
615
  var docsEngine = {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/vite",
3
3
  "type": "module",
4
- "version": "0.58.44",
4
+ "version": "0.58.45",
5
5
  "description": "The Stacks Vite plugin.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/whois",
3
3
  "type": "module",
4
- "version": "0.58.44",
4
+ "version": "0.58.45",
5
5
  "description": "Easily get whois info.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/x-ray",
3
3
  "type": "module",
4
- "version": "0.58.44",
4
+ "version": "0.58.45",
5
5
  "description": "All you need to debug, log & analyze.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "zsh-buddy",
3
3
  "type": "module",
4
- "version": "0.58.44",
4
+ "version": "0.58.45",
5
5
  "description": "A better Stacks zsh experience.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -27,7 +27,7 @@
27
27
  "buddy.plugin.zsh"
28
28
  ],
29
29
  "engines": {
30
- "node": ">=10.0.0"
30
+ "node": ">=20.11.0"
31
31
  },
32
32
  "scripts": {
33
33
  "build": "echo 'No build step required.'"
@@ -2,7 +2,7 @@
2
2
  "publisher": "Stacks",
3
3
  "name": "vscode-stacks",
4
4
  "displayName": "Stacks",
5
- "version": "0.58.44",
5
+ "version": "0.58.45",
6
6
  "description": "A modern Stacks development environment.",
7
7
  "license": "MIT",
8
8
  "funding": "https://github.com/sponsors/chrisbbreuer",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "stacks",
3
3
  "type": "module",
4
- "version": "0.58.44",
4
+ "version": "0.58.45",
5
5
  "description": "The Stacks framework.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -24,7 +24,6 @@ jobs:
24
24
  lint:
25
25
  strategy:
26
26
  matrix:
27
- node-version: [18.x]
28
27
  os: [ubuntu-latest]
29
28
  fail-fast: false
30
29
 
@@ -32,69 +31,85 @@ jobs:
32
31
 
33
32
  steps:
34
33
  - name: Checkout Code
35
- uses: actions/checkout@v3
34
+ uses: actions/checkout@v4
36
35
 
37
36
  - name: Setup Bun
38
37
  uses: oven-sh/setup-bun@v1
39
38
 
39
+ - name: Use cached node_modules
40
+ uses: actions/cache@v4
41
+ with:
42
+ path: node_modules
43
+ key: node-modules-${{ hashFiles('**/bun.lockb') }}
44
+ restore-keys: |
45
+ node-modules-
46
+
40
47
  - name: Install Dependencies
41
48
  run: bun install
42
49
 
43
- - name: Set Application Key
44
- run: ./buddy key:generate
45
-
46
50
  - name: Lint
47
- run: ./buddy lint
51
+ run: bun buddy lint
48
52
 
49
53
  typecheck:
50
54
  runs-on: ${{ matrix.os }}
51
55
 
52
56
  strategy:
53
57
  matrix:
54
- node-version: [18.x]
55
58
  os: [ubuntu-latest]
56
59
  fail-fast: false
57
60
 
58
61
  steps:
59
62
  - name: Checkout Code
60
- uses: actions/checkout@v3
63
+ uses: actions/checkout@v4
61
64
 
62
65
  - name: Setup Bun
63
66
  uses: oven-sh/setup-bun@v1
64
67
 
68
+ - name: Use cached node_modules
69
+ uses: actions/cache@v4
70
+ with:
71
+ path: node_modules
72
+ key: node-modules-${{ hashFiles('**/bun.lockb') }}
73
+ restore-keys: |
74
+ node-modules-
75
+
65
76
  - name: Install dependencies
66
77
  run: bun install
67
78
 
68
79
  - name: Set Application Key
69
- run: ./buddy key:generate
80
+ run: bun buddy key:generate
70
81
 
71
82
  - name: Typecheck
72
- run: ./buddy test:types
83
+ run: bun buddy test:types
73
84
 
74
85
  test:
75
86
  runs-on: ${{ matrix.os }}
76
87
 
77
88
  strategy:
78
89
  matrix:
79
- node-version: [18.x]
80
90
  os: [ubuntu-latest]
81
91
  fail-fast: false
82
92
 
83
93
  steps:
84
94
  - name: Checkout Code
85
- uses: actions/checkout@v3
95
+ uses: actions/checkout@v4
86
96
 
87
97
  - name: Setup Bun
88
98
  uses: oven-sh/setup-bun@v1
89
99
 
100
+ - name: Use cached node_modules
101
+ uses: actions/cache@v4
102
+ with:
103
+ path: node_modules
104
+ key: node-modules-${{ hashFiles('**/bun.lockb') }}
105
+ restore-keys: |
106
+ node-modules-
107
+
90
108
  - name: Install Dependencies
91
109
  run: bun install
92
110
 
93
- - name: Setup Memcache
94
- uses: niden/actions-memcached@v7
95
-
96
111
  - name: Set Application Key
97
- run: ./buddy key:generate
112
+ run: bun buddy key:generate
98
113
 
99
114
  - name: Test Suite
100
115
  run: bun --bun run test
@@ -108,20 +123,27 @@ jobs:
108
123
  strategy:
109
124
  matrix:
110
125
  os: [ubuntu-latest]
111
- node-version: [18]
112
126
 
113
127
  steps:
114
128
  - name: Checkout Code
115
- uses: actions/checkout@v3
129
+ uses: actions/checkout@v4
116
130
 
117
131
  - name: Setup Bun
118
132
  uses: oven-sh/setup-bun@v1
119
133
 
134
+ - name: Use cached node_modules
135
+ uses: actions/cache@v4
136
+ with:
137
+ path: node_modules
138
+ key: node-modules-${{ hashFiles('**/bun.lockb') }}
139
+ restore-keys: |
140
+ node-modules-
141
+
120
142
  - name: Install Dependencies
121
143
  run: bun install
122
144
 
123
145
  - name: Set Application Key
124
- run: ./buddy key:generate
146
+ run: bun buddy key:generate
125
147
 
126
148
  - name: Prepare Git User
127
149
  run: |
@@ -16,16 +16,23 @@ jobs:
16
16
  with:
17
17
  fetch-depth: 0
18
18
 
19
+ # this is only needed while `bun publish` is not yet available (npm publish is used instead)
20
+ - name: Setup Node.js
21
+ uses: actions/setup-node@v4
22
+ with:
23
+ node-version: "lts/*"
24
+ registry-url: "https://registry.npmjs.org"
25
+
19
26
  - name: Setup Bun
20
27
  uses: oven-sh/setup-bun@v1
21
28
 
22
29
  - name: Use cached node_modules
23
- uses: actions/cache@v3
30
+ uses: actions/cache@v4
24
31
  with:
25
32
  path: node_modules
26
- key: nodeModules-${{ hashFiles('**/bun.lockb') }}
33
+ key: node-modules-${{ hashFiles('**/bun.lockb') }}
27
34
  restore-keys: |
28
- nodeModules-
35
+ node-modules-
29
36
 
30
37
  - name: Install Dependencies
31
38
  run: bun install
@@ -34,20 +41,25 @@ jobs:
34
41
  run: bun buddy key:generate
35
42
 
36
43
  - name: Prepublish # these packages are required for the "Publish framework" step
37
- run: cd storage/framework/core && bun run build
44
+ run: bunx pnpm --filter='./storage/framework' build
38
45
 
39
46
  - name: Publish framework
40
- run: cd storage/framework/core && bun publish:framework
47
+ run: ./storage/framework/scripts/publish
41
48
  env:
42
49
  NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
43
50
 
44
51
  - name: Publish dummy libraries
45
- run: bunx pnpm --filter='./storage/framework/core' publish:dummy-libs
52
+ run: bunx pnpm --filter='./storage/framework' publish:dummy-libs
46
53
  env:
47
54
  NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
48
55
 
56
+ # temporary workaround until npm publish is replaced with bun publish
57
+ - name: Install VS Code Extension Dependencies
58
+ run: cd storage/framework/ide/vscode && bun install && cd ../../../../
59
+
60
+ # TODO: remove npm once bun publish is available
49
61
  - name: Publish VS Code Extension
50
- run: bunx pnpm --filter './storage/framework/ide/vscode' release
62
+ run: cd storage/framework/ide/vscode && npm run release && cd ../../../../
51
63
  env:
52
64
  VSCE_PAT: ${{ secrets.VSCE_PAT }}
53
65