@stacksjs/types 0.70.160 → 0.70.161

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.
package/dist/cli.d.ts CHANGED
@@ -178,6 +178,7 @@ export type BuildOption = | 'components'
178
178
  | 'webComponents'
179
179
  | 'elements'
180
180
  | 'functions'
181
+ | 'desktop'
181
182
  | 'docs'
182
183
  | 'views'
183
184
  | 'stacks'
@@ -195,7 +196,6 @@ export type CreateStringOption = 'name';
195
196
  export type CreateBooleanOption = | 'ui'
196
197
  | 'components'
197
198
  | 'web-components'
198
- | 'vue'
199
199
  | 'views'
200
200
  | 'functions'
201
201
  | 'api'
@@ -265,7 +265,7 @@ export type UpgradeOptions = {
265
265
  [key in UpgradeString]?: string
266
266
  } & CliOptions;
267
267
  export type ExamplesString = 'version';
268
- export type ExamplesBoolean = 'components' | 'vue' | 'webComponents' | 'elements' | 'all' | 'force';
268
+ export type ExamplesBoolean = 'components' | 'webComponents' | 'elements' | 'all' | 'force';
269
269
  export type ExamplesOption = ExamplesString & ExamplesBoolean;
270
270
  export type ExamplesOptions = {
271
271
  [key in ExamplesString]: string
package/dist/email.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * i18n bag passed to STX email templates at render time. Stacks emails
3
- * are STX, not vue-email keys/values are user-defined per template.
3
+ * are STX templates, so keys and values are user-defined per template.
4
4
  * The shape is intentionally open: each template declares its own
5
5
  * placeholders and the renderer interpolates them as-is.
6
6
  */
package/dist/i18n.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Vite plugin options for Vue I18n
2
+ * Internationalization plugin options for STX
3
3
  */
4
4
  declare interface VitePluginVueI18nOptions {
5
5
  forceStringify?: boolean
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/types",
3
3
  "type": "module",
4
- "version": "0.70.160",
4
+ "version": "0.70.161",
5
5
  "description": "The Stacks framework types.",
6
6
  "author": "Chris Breuer",
7
7
  "contributors": [
@@ -51,7 +51,7 @@
51
51
  "prepublishOnly": "bun run build"
52
52
  },
53
53
  "dependencies": {
54
- "@stacksjs/bunpress": "^0.1.14",
54
+ "@stacksjs/bunpress": "^0.1.18",
55
55
  "@stacksjs/clapp": "^0.2.12",
56
56
  "@stacksjs/stx": "^0.2.99",
57
57
  "@stacksjs/ts-validation": "^0.5.0",
@@ -66,7 +66,7 @@
66
66
  }
67
67
  },
68
68
  "devDependencies": {
69
- "@stacksjs/validation": "0.70.160",
69
+ "@stacksjs/validation": "0.70.161",
70
70
  "@types/bun": "^1.3.11",
71
71
  "meilisearch": "^0.59.0",
72
72
  "typescript": "^7.0.2"