devwing 0.1.9 → 0.1.10
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.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2128,7 +2128,7 @@ var DEMO_WORKSPACE = {
|
|
|
2128
2128
|
name: "Kano State Government",
|
|
2129
2129
|
plan: "enterprise"};
|
|
2130
2130
|
var DEMO_PROJECT = {
|
|
2131
|
-
name: "
|
|
2131
|
+
name: "Tallon SaaS ERP"};
|
|
2132
2132
|
var DEMO_MEMORIES = [
|
|
2133
2133
|
{ id: "mem_001", type: "rule", content: "All API responses must include Hausa language support", created_at: "2026-03-01T10:00:00Z" },
|
|
2134
2134
|
{ id: "mem_002", type: "context", content: "Auth uses JWT with RS256 signing, 1hr expiry, refresh tokens in Redis", created_at: "2026-03-05T14:00:00Z" },
|
|
@@ -2791,7 +2791,7 @@ var DEMO_WORKSPACE2 = {
|
|
|
2791
2791
|
name: "Kano State Government",
|
|
2792
2792
|
plan: "enterprise"};
|
|
2793
2793
|
var DEMO_PROJECT2 = {
|
|
2794
|
-
name: "
|
|
2794
|
+
name: "Tallon SaaS ERP"};
|
|
2795
2795
|
var DEMO_MODELS = [
|
|
2796
2796
|
{ name: "devwing-general-1", display_name: "DevWing General", domain: "general", status: "active", min_plan: "free", context_window: 32768, tokens_per_sec: 85, version: "1.0" },
|
|
2797
2797
|
{ name: "devwing-frontend-1", display_name: "DevWing Frontend", domain: "frontend", status: "active", min_plan: "pro", context_window: 32768, tokens_per_sec: 78, version: "1.0" },
|