@fayz-ai/plugin-tables 0.3.0 → 0.8.0

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/README.md +2 -0
  2. package/package.json +8 -5
package/README.md CHANGED
@@ -5,6 +5,8 @@
5
5
  [![npm](https://img.shields.io/npm/v/@fayz-ai/plugin-tables.svg)](https://www.npmjs.com/package/@fayz-ai/plugin-tables)
6
6
  [![license](https://img.shields.io/npm/l/@fayz-ai/plugin-tables.svg)](https://github.com/FayaLabs/fayz-sdk/blob/main/LICENSE)
7
7
 
8
+ **Status:** beta — pre-1.0. Core surface is stable; some backend facets (see `PLUGIN_PATTERNS.md`) are still landing. APIs may change before 1.0.
9
+
8
10
  Restaurants don't run on records — they run on the room. plugin-tables gives the food vertical a real floor plan: zones, tables, and live status (available, occupied, reserved, cleaning), with seat and close flows wired to your own backend. It's the difference between a generic CRM and software a host can actually work a Friday night on.
9
11
 
10
12
  It snaps into a `defineSaas` app as the vertical surface for food. Configure zones, toggle reservations and session history, and hand the AI assistant the ability to answer "which tables are free?" or seat guests by table number — all permission-gated, all in the same app as bookings and payments.
package/package.json CHANGED
@@ -1,6 +1,9 @@
1
1
  {
2
2
  "name": "@fayz-ai/plugin-tables",
3
- "version": "0.3.0",
3
+ "fayz": {
4
+ "status": "beta"
5
+ },
6
+ "version": "0.8.0",
4
7
  "description": "Fayz SDK — plugin-tables plugin",
5
8
  "type": "module",
6
9
  "main": "./dist/index.cjs",
@@ -26,10 +29,10 @@
26
29
  "lucide-react": "^0.400.0",
27
30
  "sonner": "^2.0.7",
28
31
  "zustand": "^4.5.0",
29
- "@fayz-ai/core": "^0.7.0",
30
- "@fayz-ai/sdk": "^0.6.5",
31
- "@fayz-ai/saas": "^0.7.0",
32
- "@fayz-ai/ui": "^0.7.0"
32
+ "@fayz-ai/saas": "^0.8.0",
33
+ "@fayz-ai/core": "^0.8.0",
34
+ "@fayz-ai/sdk": "^0.8.0",
35
+ "@fayz-ai/ui": "^0.8.0"
33
36
  },
34
37
  "devDependencies": {
35
38
  "@types/react": "^18.3.0",