@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.
Files changed (3) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +1 -1
  3. package/package.json +3 -2
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2022 rfprod.
3
+ Copyright (c) 2023 rfprod.
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
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,12 +1,13 @@
1
1
  {
2
2
  "name": "@rfprodz/client-util-eliza",
3
- "version": "1.2.11",
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": {