@kjerneverk/agentic 1.0.7 → 1.0.8

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 +1 -1
  2. package/package.json +1 -1
package/LICENSE CHANGED
@@ -2,7 +2,7 @@
2
2
  Version 2.0, January 2004
3
3
  http://www.apache.org/licenses/
4
4
 
5
- Copyright 2025 Tim O'Brien
5
+ Copyright 2026 Tim O'Brien
6
6
 
7
7
  Licensed under the Apache License, Version 2.0 (the "License");
8
8
  you may not use this file except in compliance with the License.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kjerneverk/agentic",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "_versionReset": "2026-01-15",
5
5
  "description": "Shared agentic framework for multi-turn AI conversations and tool orchestration",
6
6
  "type": "module",