stacks 0.58.40 → 0.58.43

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 (128) hide show
  1. package/core/actions/dist/src/build/core.js +10 -14
  2. package/core/actions/dist/src/lint/index.js +11 -15
  3. package/core/actions/dist/src/upgrade/index.js +62 -0
  4. package/core/actions/dist/src/upgrade.js +10 -5
  5. package/core/actions/package.json +1 -1
  6. package/core/actions/src/build/cli.ts +7 -0
  7. package/core/actions/src/build/core.ts +16 -48
  8. package/core/actions/src/dev/api.ts +1 -1
  9. package/core/actions/src/lint/index.ts +20 -12
  10. package/core/actions/src/upgrade/index.ts +16 -20
  11. package/core/actions/src/upgrade.ts +5 -5
  12. package/core/ai/dist/index.js +10372 -0
  13. package/core/ai/package.json +3 -3
  14. package/core/alias/package.json +1 -1
  15. package/core/analytics/package.json +1 -1
  16. package/core/api/dist/index.js +636 -0
  17. package/core/api/package.json +1 -1
  18. package/core/arrays/package.json +1 -1
  19. package/core/auth/package.json +1 -1
  20. package/core/buddy/{src/compile.ts → compile.ts} +1 -2
  21. package/core/buddy/dist/{chunk-c58676a39cd23812.js → chunk-b32089b9556f373c.js} +48 -14
  22. package/core/buddy/dist/cli.js +6 -2
  23. package/core/buddy/dist/index.js +1 -1
  24. package/core/buddy/package.json +1 -1
  25. package/core/buddy/src/cli.ts +2 -3
  26. package/core/buddy/src/commands/build.ts +55 -10
  27. package/core/buddy/src/commands/lint.ts +2 -1
  28. package/core/buddy/src/commands/upgrade.ts +2 -2
  29. package/core/build/package.json +1 -1
  30. package/core/bun-create/bud/package.json +1 -1
  31. package/core/bun-create/buddy/package.json +1 -1
  32. package/core/bun-create/stack/package.json +1 -1
  33. package/core/bun-create/stacks/package.json +1 -1
  34. package/core/bun-create/stx/package.json +1 -1
  35. package/core/bun-plugin-yaml/package.json +1 -1
  36. package/core/cache/package.json +2 -2
  37. package/core/chat/package.json +1 -1
  38. package/core/cli/dist/index.js +1 -1
  39. package/core/cli/package.json +1 -1
  40. package/core/cloud/build.ts +4 -0
  41. package/core/cloud/dist/index.js +2718 -0
  42. package/core/cloud/package.json +29 -29
  43. package/core/cloud/src/cloud/ai.ts +4 -34
  44. package/core/cloud/src/cloud/aws-sdk-layer/nodejs/package-lock.json +6 -6
  45. package/core/cloud/src/cloud/aws-sdk-layer/nodejs/package.json +2 -2
  46. package/core/cloud/src/cloud/cdn.ts +23 -23
  47. package/core/cloud/src/cloud/compute.ts +1 -0
  48. package/core/cloud/src/cloud/index.ts +1 -0
  49. package/core/collections/package.json +1 -1
  50. package/core/config/dist/index.js +2 -13
  51. package/core/config/package.json +1 -1
  52. package/core/database/package.json +2 -2
  53. package/core/datetime/package.json +1 -1
  54. package/core/desktop/package.json +3 -5
  55. package/core/development/package.json +1 -1
  56. package/core/dns/package.json +4 -4
  57. package/core/docs/package.json +1 -1
  58. package/core/email/package.json +1 -1
  59. package/core/enums/dist/index.js +3 -3
  60. package/core/enums/package.json +1 -1
  61. package/core/enums/src/index.ts +3 -3
  62. package/core/env/package.json +1 -1
  63. package/core/error-handling/package.json +1 -1
  64. package/core/eslint-config/package.json +4 -4
  65. package/core/events/package.json +1 -1
  66. package/core/faker/package.json +1 -1
  67. package/core/git/package.json +1 -1
  68. package/core/health/package.json +1 -1
  69. package/core/http/package.json +1 -1
  70. package/core/lint/package.json +1 -1
  71. package/core/logging/package.json +1 -1
  72. package/core/notifications/package.json +1 -1
  73. package/core/objects/package.json +1 -1
  74. package/core/orm/package.json +1 -1
  75. package/core/path/dist/index.js +14 -2
  76. package/core/path/package.json +1 -1
  77. package/core/path/src/index.ts +18 -2
  78. package/core/payments/package.json +1 -1
  79. package/core/push/dist/index.js +35 -0
  80. package/core/push/package.json +1 -1
  81. package/core/query-builder/package.json +1 -1
  82. package/core/queue/package.json +1 -1
  83. package/core/raycast/package.json +6 -2
  84. package/core/realtime/package.json +1 -1
  85. package/core/repl/package.json +1 -1
  86. package/core/router/dist/index.js +1 -2
  87. package/core/router/package.json +1 -1
  88. package/core/router/src/middleware.ts +1 -3
  89. package/core/scheduler/package.json +1 -1
  90. package/core/search-engine/package.json +1 -1
  91. package/core/security/package.json +1 -1
  92. package/core/server/package.json +1 -1
  93. package/core/signals/package.json +1 -1
  94. package/core/slug/package.json +1 -1
  95. package/core/sms/dist/index.js +240 -0
  96. package/core/sms/package.json +1 -1
  97. package/core/storage/package.json +1 -1
  98. package/core/strings/package.json +1 -1
  99. package/core/tables/package.json +2 -2
  100. package/core/testing/package.json +1 -1
  101. package/core/tinker/package.json +1 -1
  102. package/core/tunnel/package.json +1 -1
  103. package/core/types/package.json +2 -2
  104. package/core/types/src/cli.ts +2 -2
  105. package/core/ui/dist/index.js +55 -3
  106. package/core/ui/package.json +3 -2
  107. package/core/ui/src/uno.config.ts +7 -5
  108. package/core/utils/dist/index.js +1 -1
  109. package/core/utils/package.json +1 -1
  110. package/core/validation/package.json +3 -3
  111. package/core/vite/dist/index.js +4 -18
  112. package/core/vite/package.json +3 -3
  113. package/core/vite/src/api.ts +9 -11
  114. package/core/vite/src/example-vue.ts +1 -8
  115. package/core/vite/src/plugin/css-engine.ts +11 -9
  116. package/core/whois/package.json +1 -1
  117. package/core/x-ray/package.json +2 -3
  118. package/core/x-ray/src/desktop/main.ts +0 -6
  119. package/core/zsh-buddy/package.json +8 -2
  120. package/ide/dictionary.txt +6 -0
  121. package/ide/vscode/package.json +1 -1
  122. package/package.json +2 -2
  123. package/core/music/package.json +0 -46
  124. package/core/music/src/components/SampleComponent.stx +0 -5
  125. package/core/music/src/layouts/default.stx +0 -3
  126. package/core/music/src/pages/index.stx +0 -10
  127. package/core/music/src/pages/music.stx +0 -10
  128. package/core/music/src/styles/main.css +0 -1
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/types",
3
3
  "type": "module",
4
- "version": "0.58.40",
4
+ "version": "0.58.43",
5
5
  "description": "The Stacks framework types.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -63,7 +63,7 @@
63
63
  "@types/minimatch": "^5.1.2",
64
64
  "@types/node": "^20.11.10",
65
65
  "@types/nprogress": "^0.2.3",
66
- "@vinejs/vine": "^1.7.0",
66
+ "@vinejs/vine": "^1.7.1",
67
67
  "cac": "^6.7.14",
68
68
  "markdown-it": "^14.0.0",
69
69
  "meilisearch": "^0.37.0",
@@ -179,7 +179,7 @@ export type ActionOptions = {
179
179
  'count'?: number
180
180
  } & CliOptions & DomainsOptions
181
181
 
182
- export type BuildOption = 'components' | 'vueComponents' | 'webComponents' | 'elements' | 'functions' | 'docs' | 'pages' | 'stacks' | 'all'
182
+ export type BuildOption = 'components' | 'vueComponents' | 'webComponents' | 'elements' | 'functions' | 'docs' | 'views' | 'stacks' | 'all' | 'buddy'
183
183
  export type BuildOptions = {
184
184
  [key in BuildOption]: boolean;
185
185
  } & CliOptions
@@ -190,7 +190,7 @@ export type AddOptions = {
190
190
  } & CliOptions
191
191
 
192
192
  export type CreateStringOption = 'name'
193
- export type CreateBooleanOption = 'ui' | 'components' | 'web-components' | 'vue' | 'pages' | 'functions' | 'api' | 'database'
193
+ export type CreateBooleanOption = 'ui' | 'components' | 'web-components' | 'vue' | 'views' | 'functions' | 'api' | 'database'
194
194
  export type CreateOptions = {
195
195
  [key in CreateBooleanOption]: boolean
196
196
  } & {
@@ -9,16 +9,66 @@ import {ui as ui2} from "@stacksjs/config";
9
9
  // src/uno.config.ts
10
10
  import {
11
11
  defineConfig,
12
+ presetAttributify,
12
13
  presetIcons,
13
14
  presetTypography,
15
+ presetUno,
14
16
  presetWebFonts,
15
- presetWind,
16
17
  transformerCompileClass,
17
18
  transformerDirectives,
18
19
  transformerVariantGroup
19
20
  } from "unocss";
20
- import {presetForms} from "@julr/unocss-preset-forms";
21
+
22
+ // /home/runner/work/stacks/stacks/node_modules/unocss-preset-primitives/dist/index.mjs
23
+ var presetVariants = function(options = {}) {
24
+ const {
25
+ prefix = "ui",
26
+ variants = "open|checked|selected|active|disabled",
27
+ selector = "data-headlessui-state",
28
+ isAttrBoolean = false
29
+ } = options;
30
+ return {
31
+ name: "unocss-variant-primitives",
32
+ match: (matcher) => {
33
+ const regex = new RegExp(`^${prefix}(-not)?-(${variants})[:-]`);
34
+ const match = matcher.match(regex);
35
+ if (!match)
36
+ return matcher;
37
+ const attrGen = !isAttrBoolean ? `[${selector}~='${match[2]}']` : `[${selector}-${match[2]}]`;
38
+ return {
39
+ matcher: matcher.slice(match[0].length),
40
+ selector: (s) => match[1] === "-not" ? `${s}[${selector}]:not(${attrGen}),:where([${selector}]:not(${attrGen})) ${s}:not(${selector})` : `${s}${attrGen},:where(${attrGen}) ${s}`
41
+ };
42
+ }
43
+ };
44
+ };
45
+ var presetHeadlessUi = function(options = {}) {
46
+ const {
47
+ prefix = "ui"
48
+ } = options;
49
+ return {
50
+ name: "unocss-preset-primitives",
51
+ variants: [
52
+ presetVariants({ prefix }),
53
+ (matcher) => {
54
+ const regex = new RegExp(`${prefix}(-not)?-focus-visible[:-]`);
55
+ const match = matcher.match(regex);
56
+ if (!match)
57
+ return matcher;
58
+ return {
59
+ matcher: matcher.slice(match[0].length),
60
+ selector: (s) => {
61
+ return match[1] === "-not" ? `${s}:focus:where(:not([data-headlessui-focus-visible] ${s}))` : `:where([data-headlessui-focus-visible]) ${s}:focus`;
62
+ }
63
+ };
64
+ }
65
+ ]
66
+ };
67
+ };
68
+
69
+ // src/uno.config.ts
21
70
  import {ui} from "@stacksjs/config";
71
+ import {presetForms} from "@julr/unocss-preset-forms";
22
72
  var uno_config_default = defineConfig({
23
73
  shortcuts: ui.shortcuts,
24
74
  content: {
@@ -29,7 +79,9 @@ var uno_config_default = defineConfig({
29
79
  }
30
80
  },
31
81
  presets: [
32
- presetWind(),
82
+ presetUno(),
83
+ presetAttributify(),
84
+ presetHeadlessUi(),
33
85
  presetForms(),
34
86
  presetTypography(),
35
87
  presetIcons({
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/ui",
3
3
  "type": "module",
4
- "version": "0.58.40",
4
+ "version": "0.58.43",
5
5
  "description": "The Stacks UI engine.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -72,7 +72,7 @@
72
72
  "@iconify-json/heroicons": "^1.1.19",
73
73
  "@iconify-json/heroicons-outline": "^1.1.10",
74
74
  "@iconify-json/heroicons-solid": "^1.1.11",
75
- "@iconify/json": "^2.2.175",
75
+ "@iconify/json": "^2.2.176",
76
76
  "@julr/unocss-preset-forms": "^0.1.0",
77
77
  "@stacksjs/build": "workspace:*",
78
78
  "@stacksjs/config": "workspace:*",
@@ -81,6 +81,7 @@
81
81
  "pinia": "^2.1.7",
82
82
  "unhead": "^1.8.10",
83
83
  "unocss": "^0.58.4",
84
+ "unocss-preset-primitives": "0.0.2-beta.0",
84
85
  "vite-plugin-vue-layouts": "^0.11.0",
85
86
  "vue": "^3.4.15",
86
87
  "vue-tsc": "^1.8.27"
@@ -1,16 +1,17 @@
1
1
  import {
2
2
  defineConfig,
3
- // presetAttributify,
3
+ presetAttributify,
4
4
  presetIcons,
5
5
  presetTypography,
6
+ presetUno,
6
7
  presetWebFonts,
7
- presetWind,
8
8
  transformerCompileClass,
9
9
  transformerDirectives,
10
10
  transformerVariantGroup,
11
11
  } from 'unocss'
12
- import { presetForms } from '@julr/unocss-preset-forms'
12
+ import { presetHeadlessUi } from 'unocss-preset-primitives'
13
13
  import { ui } from '@stacksjs/config'
14
+ import { presetForms } from '@julr/unocss-preset-forms'
14
15
 
15
16
  export default defineConfig({
16
17
  shortcuts: ui.shortcuts,
@@ -26,7 +27,9 @@ export default defineConfig({
26
27
  },
27
28
 
28
29
  presets: [
29
- presetWind(), // allows for Tailwind utility classes
30
+ presetUno(), // allows for Tailwind utility classes
31
+ presetAttributify(),
32
+ presetHeadlessUi(),
30
33
  presetForms(), // allows for form Tailwind's form styling
31
34
  presetTypography(),
32
35
  presetIcons({
@@ -48,7 +51,6 @@ export default defineConfig({
48
51
  },
49
52
  }),
50
53
 
51
- // presetAttributify(),
52
54
  ],
53
55
 
54
56
  transformers: [
@@ -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.40";
887
+ var version = "0.58.43";
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.40",
4
+ "version": "0.58.43",
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.40",
4
+ "version": "0.58.43",
5
5
  "description": "The Stacks Validation ways.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -49,12 +49,12 @@
49
49
  "peerDependencies": {
50
50
  "@stacksjs/strings": "workspace:*",
51
51
  "@stacksjs/types": "workspace:*",
52
- "@vinejs/vine": "^1.7.0"
52
+ "@vinejs/vine": "^1.7.1"
53
53
  },
54
54
  "dependencies": {
55
55
  "@stacksjs/strings": "workspace:*",
56
56
  "@stacksjs/types": "workspace:*",
57
- "@vinejs/vine": "^1.7.0"
57
+ "@vinejs/vine": "^1.7.1"
58
58
  },
59
59
  "devDependencies": {
60
60
  "@stacksjs/development": "workspace:*",
@@ -13,11 +13,6 @@ var __export = (target, all) => {
13
13
  // src/example-vue.ts
14
14
  var exports_example_vue = {};
15
15
  __export(exports_example_vue, {
16
- vueComponentsExampleConfig: () => {
17
- {
18
- return vueComponentsExampleConfig;
19
- }
20
- },
21
16
  default: () => {
22
17
  {
23
18
  return example_vue_default;
@@ -28,7 +23,7 @@ import {examplesPath} from "@stacksjs/path";
28
23
  import {server as server2} from "@stacksjs/server";
29
24
  import {alias as alias2} from "@stacksjs/alias";
30
25
  import {defineConfig} from "vite";
31
- var vueComponentsExampleConfig = {
26
+ var example_vue_default = defineConfig({
32
27
  root: examplesPath("vue-components"),
33
28
  resolve: {
34
29
  alias: alias2
@@ -36,9 +31,6 @@ var vueComponentsExampleConfig = {
36
31
  server: server2({
37
32
  type: "example"
38
33
  })
39
- };
40
- var example_vue_default = defineConfig(() => {
41
- return vueComponentsExampleConfig;
42
34
  });
43
35
  // src/example-wc.ts
44
36
  var exports_example_wc = {};
@@ -191,15 +183,9 @@ function components(options) {
191
183
  // src/plugin/css-engine.ts
192
184
  import UnoCSS from "unocss/vite";
193
185
  import {path as p3} from "@stacksjs/path";
194
- function cssEngine(isWebComponent = false) {
186
+ function cssEngine() {
195
187
  return UnoCSS({
196
- configFile: p3.uiPath("src/uno.config.ts"),
197
- mode: isWebComponent ? "shadow-dom" : "vue-scoped",
198
- content: {
199
- pipeline: {
200
- include: /\.(stx|vue|js|ts|mdx?|elm|html)($|\?)/
201
- }
202
- }
188
+ configFile: p3.uiPath("src/uno.config.ts")
203
189
  });
204
190
  }
205
191
 
@@ -623,7 +609,7 @@ var web_components_default = defineConfig6(({ command }) => {
623
609
  // src/plugin/docs.ts
624
610
  import {kolorist as c2} from "@stacksjs/cli";
625
611
  // package.json
626
- var version = "0.58.40";
612
+ var version = "0.58.43";
627
613
 
628
614
  // src/plugin/docs.ts
629
615
  var docsEngine = {
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@stacksjs/vite",
3
3
  "type": "module",
4
- "version": "0.58.40",
4
+ "version": "0.58.43",
5
5
  "description": "The Stacks Vite plugin.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
8
8
  "funding": "https://github.com/sponsors/chrisbbreuer",
9
- "homepage": "https://github.com/stacksjs/stacks/tree/main/storage/framework/core/vite-plugin#readme",
9
+ "homepage": "https://github.com/stacksjs/stacks/tree/main/storage/framework/core/vite#readme",
10
10
  "repository": {
11
11
  "type": "git",
12
12
  "url": "git+https://github.com/stacksjs/stacks.git",
13
- "directory": "./storage/framework/core/vite-plugin"
13
+ "directory": "./storage/framework/core/vite"
14
14
  },
15
15
  "bugs": {
16
16
  "url": "https://github.com/stacksjs/stacks/issues"
@@ -1,19 +1,17 @@
1
- import type { ViteConfig } from '@stacksjs/types'
1
+ import { defineConfig } from 'vite'
2
+ import { path as p } from '@stacksjs/path'
2
3
 
3
- export const apiConfig: ViteConfig = {
4
+ export default defineConfig({
4
5
  base: '/api/',
6
+
7
+ root: p.frameworkPath('api'),
8
+ publicDir: p.publicPath(),
9
+ envDir: p.projectPath(),
10
+
5
11
  server: {
6
12
  port: 3334,
7
13
  proxy: {
8
14
  '/': 'http://127.0.0.1:3999',
9
15
  },
10
16
  },
11
- }
12
-
13
- export default function (config: { command: string }): ViteConfig {
14
- if (config.command === 'serve')
15
- return apiConfig
16
-
17
- // command === 'build'
18
- return apiConfig
19
- }
17
+ })
@@ -1,12 +1,9 @@
1
- import type { ViteConfig } from '@stacksjs/types'
2
1
  import { examplesPath } from '@stacksjs/path'
3
2
  import { server } from '@stacksjs/server'
4
3
  import { alias } from '@stacksjs/alias'
5
4
  import { defineConfig } from 'vite'
6
5
 
7
- // import { uiEngine } from '.'
8
-
9
- export const vueComponentsExampleConfig: ViteConfig = {
6
+ export default defineConfig({
10
7
  root: examplesPath('vue-components'),
11
8
 
12
9
  resolve: {
@@ -20,8 +17,4 @@ export const vueComponentsExampleConfig: ViteConfig = {
20
17
  // plugins: [
21
18
  // uiEngine(),
22
19
  // ],
23
- }
24
-
25
- export default defineConfig(() => {
26
- return vueComponentsExampleConfig
27
20
  })
@@ -1,16 +1,18 @@
1
1
  import UnoCSS from 'unocss/vite'
2
2
  import { path as p } from '@stacksjs/path'
3
3
 
4
- export function cssEngine(isWebComponent = false) {
4
+ export function cssEngine() {
5
+ // export function cssEngine(isWebComponent = false) {
6
+ // return UnoCSS()
5
7
  return UnoCSS({
6
8
  configFile: p.uiPath('src/uno.config.ts'),
7
- mode: isWebComponent ? 'shadow-dom' : 'vue-scoped',
8
- content: {
9
- pipeline: {
10
- include: /\.(stx|vue|js|ts|mdx?|elm|html)($|\?)/,
11
- // exclude files
12
- // exclude: []
13
- },
14
- },
9
+ // mode: isWebComponent ? 'shadow-dom' : 'vue-scoped',
10
+ // content: {
11
+ // pipeline: {
12
+ // include: /\.(stx|vue|js|ts|mdx?|elm|html)($|\?)/,
13
+ // // exclude files
14
+ // // exclude: []
15
+ // },
16
+ // },
15
17
  })
16
18
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/whois",
3
3
  "type": "module",
4
- "version": "0.58.40",
4
+ "version": "0.58.43",
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.40",
4
+ "version": "0.58.43",
5
5
  "description": "All you need to debug, log & analyze.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -44,8 +44,7 @@
44
44
  },
45
45
  "peerDependencies": {
46
46
  "@stacksjs/desktop": "workspace:*",
47
- "@stacksjs/logging": "workspace:*",
48
- "vue3-highlightjs": "^1.0.5"
47
+ "@stacksjs/logging": "workspace:*"
49
48
  },
50
49
  "devDependencies": {
51
50
  "@stacksjs/development": "workspace:*"
@@ -1,14 +1,8 @@
1
- // import VueHighlightJS from 'vue3-highlightjs'
2
- import 'highlight.js/styles/atom-one-dark.css'
3
-
4
1
  import { createApp } from 'vue'
5
-
6
2
  import App from './app.stx'
7
-
8
3
  import '@unocss/reset/tailwind.css'
9
4
 
10
5
  // import { unifiedApp } from './plugins/unified/unified-app'
11
6
  const app = createApp(App)
12
- // app.use(VueHighlightJS)
13
7
 
14
8
  app.mount('#app')
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "zsh-buddy",
3
3
  "type": "module",
4
- "version": "0.58.40",
4
+ "version": "0.58.43",
5
5
  "description": "A better Stacks zsh experience.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -25,5 +25,11 @@
25
25
  ],
26
26
  "files": [
27
27
  "buddy.plugin.zsh"
28
- ]
28
+ ],
29
+ "engines": {
30
+ "node": ">=10.0.0"
31
+ },
32
+ "scripts": {
33
+ "build": "echo 'No build step required.'"
34
+ }
29
35
  }
@@ -93,6 +93,7 @@ elbv
93
93
  encrypter
94
94
  entrypoints
95
95
  envrc
96
+ eventstream
96
97
  execa
97
98
  Fargate
98
99
  filesize
@@ -132,6 +133,7 @@ huggingface
132
133
  huskyrc
133
134
  iconify
134
135
  iife
136
+ imds
135
137
  Imdsv
136
138
  intlify
137
139
  itemprop
@@ -142,6 +144,7 @@ jsdevtools
142
144
  jsons
143
145
  julr
144
146
  kibibytes
147
+ kleur
145
148
  kohler
146
149
  kolorist
147
150
  kstenerud
@@ -226,6 +229,7 @@ pullapprove
226
229
  pyproject
227
230
  pyrightconfig
228
231
  rangav
232
+ raycast
229
233
  releaserc
230
234
  resx
231
235
  retriable
@@ -240,6 +244,7 @@ scrollback
240
244
  seedable
241
245
  sendemail
242
246
  sendgrid
247
+ serde
243
248
  sesv
244
249
  sfc
245
250
  sfcs
@@ -279,6 +284,7 @@ unconfig
279
284
  undeploys
280
285
  unhead
281
286
  unimport
287
+ universalify
282
288
  unmanaged
283
289
  unocss
284
290
  unplugin
@@ -2,7 +2,7 @@
2
2
  "publisher": "Stacks",
3
3
  "name": "vscode-stacks",
4
4
  "displayName": "Stacks",
5
- "version": "0.58.40",
5
+ "version": "0.58.43",
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.40",
4
+ "version": "0.58.43",
5
5
  "description": "The Stacks framework.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",
@@ -370,7 +370,7 @@
370
370
  "build:functions": "bunx vite build -c ./core/vite/src/functions.ts",
371
371
  "build:docs": "bun buddy build:docs",
372
372
  "build:views": "bunx vite-ssg build ./views -c ./core/vite/src/views.ts",
373
- "build:buddy": "bun --bun run build:buddy",
373
+ "build:buddy": "bun buddy build:cli --buddy",
374
374
  "build:cli": "bun --bun run build:buddy",
375
375
  "build:runtime": "bun --bun run build:cli",
376
376
  "build:desktop": "wip",
@@ -1,46 +0,0 @@
1
- {
2
- "name": "@stacksjs/music",
3
- "type": "module",
4
- "version": "0.58.40",
5
- "description": "Stacks Music",
6
- "author": "Chris Breuer",
7
- "license": "MIT",
8
- "funding": "https://github.com/sponsors/chrisbbreuer",
9
- "homepage": "https://github.com/stacksjs/stacks/tree/main/storage/framework/core/dashboard#readme",
10
- "repository": {
11
- "type": "git",
12
- "url": "git+https://github.com/stacksjs/stacks.git",
13
- "directory": "./storage/framework/core/music"
14
- },
15
- "bugs": {
16
- "url": "https://github.com/stacksjs/stacks/issues"
17
- },
18
- "keywords": [
19
- "dashboard",
20
- "reporting",
21
- "analytics",
22
- "logs",
23
- "debugging",
24
- "requests",
25
- "stacks"
26
- ],
27
- "module": "dist/index.js",
28
- "types": "dist/index.d.ts",
29
- "contributors": [
30
- "Chris Breuer <chris@stacksjs.org>"
31
- ],
32
- "files": [
33
- "README.md",
34
- "dist"
35
- ],
36
- "scripts": {
37
- "build": "bun --bun build.ts",
38
- "build:app": "bunx vite build ../../../storage/framework/desktop/music -c ../../src/vite/src/music.ts",
39
- "dev": "bunx vite serve ../../../storage/framework/desktop/music -c ../../src/vite/src/music.ts",
40
- "dev:app": "tauri dev",
41
- "typecheck": "bun --bun tsc --noEmit"
42
- },
43
- "devDependencies": {
44
- "@stacksjs/development": "workspace:*"
45
- }
46
- }
@@ -1,5 +0,0 @@
1
- <template>
2
- <div>
3
- sample component
4
- </div>
5
- </template>
@@ -1,3 +0,0 @@
1
- <template>
2
- <RouterView />
3
- </template>
@@ -1,10 +0,0 @@
1
- <script setup lang="ts">
2
- import SampleComponent from '../components/SampleComponent.stx'
3
- </script>
4
-
5
- <template>
6
- <div>
7
- <SampleComponent />
8
- hello world music
9
- </div>
10
- </template>
@@ -1,10 +0,0 @@
1
- <script setup lang="ts">
2
- import SampleComponent from '../components/SampleComponent.stx'
3
- </script>
4
-
5
- <template>
6
- <div>
7
- <SampleComponent />
8
- hello world music
9
- </div>
10
- </template>
@@ -1 +0,0 @@
1
- /* music css is here */