symposium 0.12.10 → 0.12.11

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 +4 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,6 +4,10 @@ Symposium is an npm library designed to simplify the deployment and management o
4
4
 
5
5
  ---
6
6
 
7
+ Note: I am as lazy as all devs are, hence this README is written by an AI as well :)) I will improve it with time if needed
8
+
9
+ ---
10
+
7
11
  ## Table of Contents
8
12
 
9
13
  - [Overview](#overview)
@@ -145,6 +149,4 @@ Symposium is released under the ISC License.
145
149
 
146
150
  ---
147
151
 
148
- Developed by **Domenico Giambra**
149
-
150
152
  For more details or to report issues, please refer to the repository's issue tracker. Enjoy building your AI-driven applications with Symposium!
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "symposium",
4
- "version": "0.12.10",
4
+ "version": "0.12.11",
5
5
  "description": "Agents",
6
6
  "main": "index.js",
7
7
  "author": "Domenico Giambra",