@stacksjs/types 0.70.95 → 0.70.96

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/model.d.ts +0 -1
  2. package/package.json +2 -2
package/dist/model.d.ts CHANGED
@@ -206,7 +206,6 @@ export declare interface Attribute {
206
206
  required?: boolean
207
207
  nullable?: boolean
208
208
  type?: string
209
- nullable?: boolean
210
209
  default?: string | number | boolean | Date
211
210
  unique?: boolean
212
211
  order?: number
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/types",
3
3
  "type": "module",
4
- "version": "0.70.95",
4
+ "version": "0.70.96",
5
5
  "description": "The Stacks framework types.",
6
6
  "author": "Chris Breuer",
7
7
  "contributors": [
@@ -65,7 +65,7 @@
65
65
  }
66
66
  },
67
67
  "devDependencies": {
68
- "@stacksjs/validation": "0.70.95",
68
+ "@stacksjs/validation": "0.70.96",
69
69
  "@types/bun": "^1.3.11",
70
70
  "meilisearch": "^0.59.0",
71
71
  "typescript": "^7.0.2"