@stacksjs/types 0.70.369 → 0.70.371

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/deploy.d.ts +1 -1
  2. package/package.json +5 -5
package/dist/deploy.d.ts CHANGED
@@ -54,4 +54,4 @@ export declare interface DeploymentPreview {
54
54
  operations: DeploymentPreviewOperation[]
55
55
  warnings: string[]
56
56
  }
57
- export type DeploymentSiteKind = 'bucket' | 'server-app' | 'server-static' | 'server-php' | 'redirect';
57
+ export type DeploymentSiteKind = 'bucket' | 'server-app' | 'server-static' | 'server-php' | 'redirect' | 'proxy';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/types",
3
3
  "type": "module",
4
- "version": "0.70.369",
4
+ "version": "0.70.371",
5
5
  "description": "The Stacks framework types.",
6
6
  "author": "Chris Breuer",
7
7
  "contributors": [
@@ -56,11 +56,11 @@
56
56
  "prepublishOnly": "bun run build"
57
57
  },
58
58
  "dependencies": {
59
- "@stacksjs/bunpress": "^0.1.18",
59
+ "@stacksjs/bunpress": "^0.2.2",
60
60
  "@stacksjs/clapp": "^0.2.12",
61
61
  "@stacksjs/stx": "^0.2.176",
62
- "@stacksjs/ts-validation": "^0.5.0",
63
- "bun-query-builder": "^0.2.25"
62
+ "@stacksjs/ts-validation": "^0.5.4",
63
+ "bun-query-builder": "^0.2.29"
64
64
  },
65
65
  "peerDependencies": {
66
66
  "meilisearch": "^0.59.0"
@@ -71,7 +71,7 @@
71
71
  }
72
72
  },
73
73
  "devDependencies": {
74
- "@stacksjs/validation": "0.70.369",
74
+ "@stacksjs/validation": "0.70.371",
75
75
  "better-dx": "^0.2.17",
76
76
  "meilisearch": "^0.59.0"
77
77
  },