anpord 0.1.4 → 0.1.5

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/dist/cli.cjs CHANGED
@@ -8,7 +8,7 @@ let effect = require("effect");
8
8
  let _effect_cli = require("@effect/cli");
9
9
  let _effect_platform_node = require("@effect/platform-node");
10
10
  //#region package.json
11
- var version$1 = "0.1.4";
11
+ var version$1 = "0.1.5";
12
12
  //#endregion
13
13
  //#region ../template/src/extract.ts
14
14
  /**
package/dist/cli.mjs CHANGED
@@ -8,7 +8,7 @@ import { Cause, Clock, Console, Data, Duration, Effect, Layer, Option, Ref } fro
8
8
  import { Args, Command, Options } from "@effect/cli";
9
9
  import { NodeContext, NodeRuntime } from "@effect/platform-node";
10
10
  //#region package.json
11
- var version$1 = "0.1.4";
11
+ var version$1 = "0.1.5";
12
12
  //#endregion
13
13
  //#region ../template/src/extract.ts
14
14
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "anpord",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "TypeScript SDK and CLI for coding agent evals and prompt management.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -71,12 +71,12 @@
71
71
  },
72
72
  "devDependencies": {
73
73
  "@anpord/schema": "workspace:*",
74
+ "@anpord/template": "workspace:*",
74
75
  "publint": "catalog:",
75
76
  "tsdown": "catalog:",
76
77
  "typescript": "catalog:"
77
78
  },
78
79
  "dependencies": {
79
- "@anpord/template": "workspace:*",
80
80
  "@effect/cli": "^0.75.2",
81
81
  "@effect/platform": "^0.96.1",
82
82
  "@effect/platform-node": "^0.107.0",