@doderasoftware/restify-ai 0.1.0-beta.3 → 0.1.0-beta.5
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/README.md +523 -406
- package/dist/restify-ai.js +462 -456
- package/dist/restify-ai.umd.cjs +11 -11
- package/dist/store.d.ts.map +1 -1
- package/package.json +21 -9
package/dist/store.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"store.d.ts","sourceRoot":"","sources":["../src/store.ts"],"names":[],"mappings":"AAEA,OAAO,EAAoB,KAAK,kBAAkB,EAAE,MAAM,+BAA+B,CAAA;AACzF,OAAO,KAAK,EAEV,cAAc,EACd,OAAO,EAGP,WAAW,EACX,YAAY,EACZ,UAAU,EAGX,MAAM,SAAS,CAAA;
|
|
1
|
+
{"version":3,"file":"store.d.ts","sourceRoot":"","sources":["../src/store.ts"],"names":[],"mappings":"AAEA,OAAO,EAAoB,KAAK,kBAAkB,EAAE,MAAM,+BAA+B,CAAA;AACzF,OAAO,KAAK,EAEV,cAAc,EACd,OAAO,EAGP,WAAW,EACX,YAAY,EACZ,UAAU,EAGX,MAAM,SAAS,CAAA;AA0PhB,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sBAiEF,OAAO,CAAC,IAAI,CAAC;8BAQX,kBAAkB,GAAG,MAAM,GAAG,IAAI;0BAYhD,MAAM,gBACH,cAAc,EAAE,aACnB,OAAO,EAAE,qBACD,OAAO,GACxB,OAAO,CAAC,OAAO,CAAC;qBAwRF,IAAI;wBAUD,IAAI;aAeT,OAAO,CAAC,OAAO,CAAC;kBAmBjB,IAAI;yBAYG,IAAI;kBAIL,OAAO,CAAC,IAAI,CAAC;qBA4CV,IAAI,GAAG,OAAO,CAAC,cAAc,GAAG,IAAI,CAAC;4BAwFpC,WAAW,GAAG,IAAI,GAAG,IAAI;oBAIjC,IAAI;kBAMN,IAAI;mBAMH,IAAI;2BAMI,IAAI;4BAIH,IAAI;qCAMK,cAAc,GAAG,IAAI;sBAMpC,IAAI;uBAWH,UAAU,CAAC,aAAa,CAAC,GAAG,IAAI;uBAIhC,MAAM,GAAG,IAAI;sBAIR,OAAO,CAAC,OAAO,CAAC;qBAkDvB,IAAI;iBAOR,IAAI;EAKnB,CAAA;AAEF,MAAM,MAAM,cAAc,GAAG,UAAU,CAAC,OAAO,iBAAiB,CAAC,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@doderasoftware/restify-ai",
|
|
3
|
-
"version": "0.1.0-beta.
|
|
4
|
-
"description": "Professional AI Chatbot Vue 3 component for Laravel Restify backends.
|
|
3
|
+
"version": "0.1.0-beta.5",
|
|
4
|
+
"description": "Professional AI Chatbot Vue 3 component for Laravel Restify backends. SSE streaming, file uploads, @mentions, context-aware suggestions, and full TypeScript support.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/restify-ai.umd.cjs",
|
|
7
7
|
"module": "./dist/restify-ai.js",
|
|
@@ -83,37 +83,49 @@
|
|
|
83
83
|
"chatbot",
|
|
84
84
|
"chat",
|
|
85
85
|
"assistant",
|
|
86
|
+
"ai-assistant",
|
|
86
87
|
"laravel",
|
|
87
88
|
"restify",
|
|
88
89
|
"laravel-restify",
|
|
90
|
+
"binarcode",
|
|
89
91
|
"sse",
|
|
90
92
|
"streaming",
|
|
91
93
|
"component",
|
|
92
94
|
"openai",
|
|
93
95
|
"anthropic",
|
|
94
96
|
"claude",
|
|
97
|
+
"gpt",
|
|
98
|
+
"llm",
|
|
95
99
|
"tailwindcss",
|
|
96
|
-
"typescript"
|
|
100
|
+
"typescript",
|
|
101
|
+
"pinia",
|
|
102
|
+
"vue-component",
|
|
103
|
+
"chatgpt",
|
|
104
|
+
"ai-chat"
|
|
97
105
|
],
|
|
98
106
|
"author": {
|
|
99
|
-
"name": "
|
|
100
|
-
"email": "
|
|
101
|
-
"url": "https://
|
|
107
|
+
"name": "BinarCode",
|
|
108
|
+
"email": "hello@binarcode.com",
|
|
109
|
+
"url": "https://binarcode.com"
|
|
102
110
|
},
|
|
103
111
|
"license": "MIT",
|
|
104
112
|
"repository": {
|
|
105
113
|
"type": "git",
|
|
106
|
-
"url": "git+https://github.com/
|
|
114
|
+
"url": "git+https://github.com/BinarCode/restify-ai.git"
|
|
107
115
|
},
|
|
108
116
|
"bugs": {
|
|
109
|
-
"url": "https://github.com/
|
|
117
|
+
"url": "https://github.com/BinarCode/restify-ai/issues"
|
|
110
118
|
},
|
|
111
|
-
"homepage": "https://
|
|
119
|
+
"homepage": "https://laravel-restify.com",
|
|
112
120
|
"publishConfig": {
|
|
113
121
|
"access": "public",
|
|
114
122
|
"registry": "https://registry.npmjs.org/"
|
|
115
123
|
},
|
|
116
124
|
"engines": {
|
|
117
125
|
"node": ">=18.0.0"
|
|
126
|
+
},
|
|
127
|
+
"funding": {
|
|
128
|
+
"type": "github",
|
|
129
|
+
"url": "https://github.com/sponsors/binarcode"
|
|
118
130
|
}
|
|
119
131
|
}
|