@stacksjs/types 0.70.378 → 0.70.380

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 (2) hide show
  1. package/dist/images.d.ts +1 -0
  2. package/package.json +4 -4
package/dist/images.d.ts CHANGED
@@ -92,6 +92,7 @@ export declare interface ImagesConfig {
92
92
  device?: ImageDeviceConfig
93
93
  brand?: string
94
94
  mark?: string
95
+ markPlate?: false | ImageColor
95
96
  social?: SocialCardsConfig
96
97
  appStore?: AppStoreScreenshotsConfig
97
98
  appIcons?: AppIconsConfig
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/types",
3
3
  "type": "module",
4
- "version": "0.70.378",
4
+ "version": "0.70.380",
5
5
  "description": "The Stacks framework types.",
6
6
  "author": "Chris Breuer",
7
7
  "contributors": [
@@ -56,9 +56,9 @@
56
56
  "prepublishOnly": "bun run build"
57
57
  },
58
58
  "dependencies": {
59
- "@stacksjs/bunpress": "^0.2.2",
59
+ "@stacksjs/bunpress": "^0.2.6",
60
60
  "@stacksjs/clapp": "^0.2.12",
61
- "@stacksjs/stx": "^0.2.176",
61
+ "@stacksjs/stx": "^0.2.184",
62
62
  "@stacksjs/ts-validation": "^0.5.4",
63
63
  "bun-query-builder": "^0.2.30"
64
64
  },
@@ -71,7 +71,7 @@
71
71
  }
72
72
  },
73
73
  "devDependencies": {
74
- "@stacksjs/validation": "0.70.378",
74
+ "@stacksjs/validation": "0.70.380",
75
75
  "better-dx": "^0.2.17",
76
76
  "meilisearch": "^0.59.0"
77
77
  },