@ank1015/agents-runtime 0.1.11 → 0.1.12

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.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  All notable changes to `@ank1015/agents-runtime` will be documented in this file.
4
4
 
5
+ ## 0.1.12
6
+
7
+ - Republish to repair npm package metadata visibility.
8
+
5
9
  ## 0.1.11
6
10
 
7
11
  - First public npm release of the generic agent loop runtime.
package/README.md CHANGED
@@ -89,4 +89,4 @@ agent.use({
89
89
 
90
90
  ## Versioning
91
91
 
92
- This package is currently `0.1.11`. Until `1.0.0`, public runtime APIs may still evolve as the agent contract and plugin surface settle.
92
+ This package is currently `0.1.12`. Until `1.0.0`, public runtime APIs may still evolve as the agent contract and plugin surface settle.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ank1015/agents-runtime",
3
- "version": "0.1.11",
3
+ "version": "0.1.12",
4
4
  "description": "Generic agent loop runtime for @ank1015/agents.",
5
5
  "keywords": [
6
6
  "agents",