@moldea.ai/adapter-eve 2.0.0 → 2.0.1

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/README.md CHANGED
@@ -19,7 +19,7 @@ const core = createCore({ adapters: [eveAdapter] });
19
19
 
20
20
  ## Verified target
21
21
 
22
- Version `2.0.0` supports Repository Format `1`, `@moldea.ai/core >=3.0.0 <4.0.0`, and direct TypeScript Eve filesystem agents using `eve >=0.39.1 <0.40.0`. The verified target recognizes:
22
+ Version `2.0.1` supports Repository Format `1`, `@moldea.ai/core ^3.0.0`, and direct TypeScript Eve filesystem agents using `eve >=0.39.1`. The verified target recognizes:
23
23
 
24
24
  - flat and nested root `agent.ts` definitions
25
25
  - recursive directory-backed local subagents
@@ -1,6 +1,6 @@
1
1
  export declare const EVE_ADAPTER_ID = "eve";
2
2
  export declare const EVE_PACKAGE_NAME = "eve";
3
- export declare const EVE_SUPPORTED_PACKAGE_RANGE = ">=0.39.1 <0.40.0";
3
+ export declare const EVE_SUPPORTED_PACKAGE_RANGE = ">=0.39.1";
4
4
  export declare const EVE_TARGET_ID = "typescript-filesystem-agent-0-39";
5
5
  export declare const EVE_SUPPORTED_REPOSITORY_FORMAT_VERSIONS: readonly [1];
6
6
  export declare const EVE_AUTHORED_MODULE_EXTENSIONS: readonly [".cts", ".mts", ".cjs", ".mjs", ".ts", ".js"];
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/constants/index.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,cAAc,QAAQ,CAAC;AACpC,eAAO,MAAM,gBAAgB,QAAQ,CAAC;AACtC,eAAO,MAAM,2BAA2B,qBAAqB,CAAC;AAC9D,eAAO,MAAM,aAAa,qCAAqC,CAAC;AAChE,eAAO,MAAM,wCAAwC,cAA8B,CAAC;AAGpF,eAAO,MAAM,8BAA8B,yDAOhC,CAAC;AAGZ,eAAO,MAAM,qBAAqB,QAAmC,CAAC;AACtE,eAAO,MAAM,sBAAsB,aAAa,CAAC;AACjD,eAAO,MAAM,6BAA6B,eAAe,CAAC;AAC1D,eAAO,MAAM,wBAAwB,6JAa1B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/constants/index.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,cAAc,QAAQ,CAAC;AACpC,eAAO,MAAM,gBAAgB,QAAQ,CAAC;AACtC,eAAO,MAAM,2BAA2B,aAAa,CAAC;AACtD,eAAO,MAAM,aAAa,qCAAqC,CAAC;AAChE,eAAO,MAAM,wCAAwC,cAA8B,CAAC;AAGpF,eAAO,MAAM,8BAA8B,yDAOhC,CAAC;AAGZ,eAAO,MAAM,qBAAqB,QAAmC,CAAC;AACtE,eAAO,MAAM,sBAAsB,aAAa,CAAC;AACjD,eAAO,MAAM,6BAA6B,eAAe,CAAC;AAC1D,eAAO,MAAM,wBAAwB,6JAa1B,CAAC"}
package/dist/index.js CHANGED
@@ -4,7 +4,7 @@ import { parseRepositoryPath } from "@moldea.ai/repository";
4
4
  import { intersects, subset, validRange } from "semver";
5
5
  import { iterateRuntimeAdapterEntries, readRuntimeAdapterFile } from "@moldea.ai/core/adapter";
6
6
  //#region src/constants/index.ts
7
- var EVE_SUPPORTED_PACKAGE_RANGE = ">=0.39.1 <0.40.0";
7
+ var EVE_SUPPORTED_PACKAGE_RANGE = ">=0.39.1";
8
8
  var EVE_TARGET_ID = "typescript-filesystem-agent-0-39";
9
9
  var EVE_SUPPORTED_REPOSITORY_FORMAT_VERSIONS = Object.freeze([1]);
10
10
  var EVE_AUTHORED_MODULE_EXTENSIONS = Object.freeze([
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moldea.ai/adapter-eve",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "Deterministic runtime evidence and diagnostics for Eve filesystem agents.",
5
5
  "homepage": "https://github.com/moldea-ai/packages/tree/main/projects/adapter-eve#readme",
6
6
  "bugs": {
@@ -33,8 +33,8 @@
33
33
  "node": ">=22.11.0"
34
34
  },
35
35
  "dependencies": {
36
- "@moldea.ai/core": "3.0.0",
37
- "@moldea.ai/repository": "2.0.0",
36
+ "@moldea.ai/core": "^3.0.0",
37
+ "@moldea.ai/repository": "^2.0.0",
38
38
  "semver": "7.8.5",
39
39
  "typescript": "6.0.3"
40
40
  },