@rfprodz/client-util-eliza 1.2.12 → 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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
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
- ## Print related commands
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,6 +1,6 @@
1
1
  {
2
2
  "name": "@rfprodz/client-util-eliza",
3
- "version": "1.2.12",
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",