@porulle/plugin-pos-restaurant 0.1.0 → 0.5.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.
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * POS Restaurant Extension — RFC-024a (Complete Feature Set)
2
+ * POS Restaurant Extension — Complete Feature Set
3
3
  *
4
4
  * Extends @porulle/plugin-pos with all restaurant-specific features
5
5
  * informed by URY Restaurant ERP (ury-erp/ury) production patterns.
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * POS Restaurant Extension — RFC-024a (Complete Feature Set)
2
+ * POS Restaurant Extension — Complete Feature Set
3
3
  *
4
4
  * Extends @porulle/plugin-pos with all restaurant-specific features
5
5
  * informed by URY Restaurant ERP (ury-erp/ury) production patterns.
package/dist/schema.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * POS Restaurant Extension Schema — RFC-024a
2
+ * POS Restaurant Extension Schema
3
3
  *
4
4
  * 8 tables extending the POS Tier 0 plugin for restaurant operations:
5
5
  *
package/dist/schema.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * POS Restaurant Extension Schema — RFC-024a
2
+ * POS Restaurant Extension Schema
3
3
  *
4
4
  * 8 tables extending the POS Tier 0 plugin for restaurant operations:
5
5
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@porulle/plugin-pos-restaurant",
3
- "version": "0.1.0",
3
+ "version": "0.5.0",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "exports": {
@@ -24,13 +24,13 @@
24
24
  },
25
25
  "dependencies": {
26
26
  "@hono/zod-openapi": "^1.2.2",
27
- "@porulle/core": "workspace:*",
28
- "@porulle/plugin-pos": "workspace:*",
27
+ "@porulle/core": "^0.5.0",
28
+ "@porulle/plugin-pos": "^0.5.0",
29
29
  "hono": "^4.12.5"
30
30
  },
31
31
  "devDependencies": {
32
- "@repo/eslint-config": "*",
33
- "@repo/typescript-config": "*",
32
+ "@porulle/eslint-config": "*",
33
+ "@porulle/typescript-config": "*",
34
34
  "@types/node": "^24.5.2",
35
35
  "eslint": "^9.39.1",
36
36
  "typescript": "5.9.2",
package/src/index.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * POS Restaurant Extension — RFC-024a (Complete Feature Set)
2
+ * POS Restaurant Extension — Complete Feature Set
3
3
  *
4
4
  * Extends @porulle/plugin-pos with all restaurant-specific features
5
5
  * informed by URY Restaurant ERP (ury-erp/ury) production patterns.
package/src/schema.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * POS Restaurant Extension Schema — RFC-024a
2
+ * POS Restaurant Extension Schema
3
3
  *
4
4
  * 8 tables extending the POS Tier 0 plugin for restaurant operations:
5
5
  *