@rfprodz/client-util-eliza 1.2.11 → 1.2.13
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/LICENSE +1 -1
- package/README.md +1 -1
- package/package.json +3 -2
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -80,7 +80,7 @@ export class AppModule {
|
|
|
80
80
|
|
|
81
81
|
Example [chatbot-root.component.ts](https://github.com/rfprod/nx-ng-starter/blob/main/libs/client-chatbot/src/lib/components/chatbot-root/chatbot-root.component.ts)
|
|
82
82
|
|
|
83
|
-
##
|
|
83
|
+
## Developer commands reference
|
|
84
84
|
|
|
85
85
|
```bash
|
|
86
86
|
npx nx run tools:help --search client-util-eliza:
|
package/package.json
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rfprodz/client-util-eliza",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.13",
|
|
4
4
|
"description": "Angular chatbot logic based on Eliza (https://en.wikipedia.org/wiki/ELIZA).",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular-chatbot",
|
|
7
7
|
"angular-chatbot-module",
|
|
8
8
|
"angular-chatbot-service",
|
|
9
|
-
"angular-eliza-bot"
|
|
9
|
+
"angular-eliza-bot",
|
|
10
|
+
"eliza-bot"
|
|
10
11
|
],
|
|
11
12
|
"homepage": "https://github.com/rfprod/nx-ng-starter",
|
|
12
13
|
"bugs": {
|