osai-agent 4.0.5 → 4.0.7

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/LICENSE +5 -5
  2. package/package.json +1 -1
package/LICENSE CHANGED
@@ -1,7 +1,7 @@
1
- OS AI AGENT
1
+ Copyright (c) 2026 OLOJEDE Samuel (olojedesamuel09@gmail.com)
2
2
 
3
- Copyright © 2026 OLOJEDE Samuel. All rights reserved.
3
+ All rights reserved.
4
4
 
5
- This software and its source code are proprietary and confidential.
6
- Unauthorized copying, distribution, modification, or use is strictly
7
- prohibited without prior written permission from the copyright holder.
5
+ This source code and compiled binaries are proprietary and confidential.
6
+ Unauthorized copying, distribution, modification, or use of this software,
7
+ via any medium, is strictly prohibited without prior written permission.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "osai-agent",
3
- "version": "4.0.5",
3
+ "version": "4.0.7",
4
4
  "type": "module",
5
5
  "description": "OS AI Agent - YOUR AI AGENT",
6
6
  "main": "src/index.js",