acme-engine 0.1.1 → 0.1.2

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 +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -18,5 +18,5 @@ import { createAcmeModelRuntime } from 'acme-engine';
18
18
  `@acme-engine/model-runtime` package. It does not own application cognition,
19
19
  memory, prompts, tool policy, or model-selection strategy.
20
20
 
21
- Version 0.1.0 intentionally replaces the experimental 0.0.1 CLI-only package
22
- role with an importable library API.
21
+ Version 0.1.1 is the first installable registry release of the importable library API.
22
+ Version 0.1.0 was published with unresolved workspace protocol dependencies and must not be used.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "acme-engine",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "ACME model execution runtime for provider-neutral AI systems",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
@@ -18,7 +18,7 @@
18
18
  }
19
19
  },
20
20
  "dependencies": {
21
- "@acme-engine/model-runtime": "0.1.1"
21
+ "@acme-engine/model-runtime": "0.1.2"
22
22
  },
23
23
  "engines": {
24
24
  "node": ">=24.0.0 <25"