@stacksjs/types 0.70.43 → 0.70.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.
package/dist/cli.d.ts CHANGED
@@ -205,6 +205,7 @@ export type DevOption = | 'components'
205
205
  | 'frontend'
206
206
  | 'api'
207
207
  | 'desktop'
208
+ | 'native'
208
209
  | 'all'
209
210
  | 'email'
210
211
  | 'system-tray'
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/types",
3
3
  "type": "module",
4
- "version": "0.70.43",
4
+ "version": "0.70.45",
5
5
  "description": "The Stacks framework types.",
6
6
  "author": "Chris Breuer",
7
7
  "contributors": [
@@ -50,7 +50,7 @@
50
50
  "bun-query-builder": "^0.1.21"
51
51
  },
52
52
  "devDependencies": {
53
- "@stacksjs/validation": "^0.70.43",
53
+ "@stacksjs/validation": "^0.70.45",
54
54
  "@types/bun": "^1.3.11",
55
55
  "typescript": "^5.9.3"
56
56
  },
package/src/cli.ts CHANGED
@@ -250,6 +250,7 @@ export type DevOption =
250
250
  | 'frontend'
251
251
  | 'api'
252
252
  | 'desktop'
253
+ | 'native'
253
254
  | 'all'
254
255
  | 'email'
255
256
  | 'system-tray'