@riotprompt/riotplan 1.0.2-dev.0 → 1.0.4

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 +1 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -375,3 +375,4 @@ Apache-2.0
375
375
 
376
376
  <!-- v1.0.0 -->
377
377
 
378
+ TEST
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riotprompt/riotplan",
3
- "version": "1.0.2-dev.0",
3
+ "version": "1.0.4",
4
4
  "description": "Framework for long-lived, stateful AI workflows (plans)",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -42,7 +42,7 @@
42
42
  "url": "https://github.com/kjerneverk/riotplan"
43
43
  },
44
44
  "dependencies": {
45
- "@theunwalked/cardigantime": "^0.0.22",
45
+ "@theunwalked/cardigantime": "^0.0.23",
46
46
  "@types/inquirer": "^9.0.9",
47
47
  "chalk": "^5.4.1",
48
48
  "commander": "^14.0.2",