diff --git a/package.json b/package.json index 5f57686..2ead9a3 100644 --- a/package.json +++ b/package.json @@ -39,10 +39,10 @@ "test": "pnpm run build && ajs module test ." }, "dependencies": { - "@antelopejs/interface-core": "^0.0.3", "ioredis": "^5.10.1" }, "devDependencies": { + "@antelopejs/interface-core": ">=0.0.3 <1.0.0", "@biomejs/biome": "2.3.2", "@types/chai": "^4.3.20", "@types/mocha": "^10.0.10", @@ -53,6 +53,9 @@ "rimraf": "^6.1.3", "typescript": "^5.9.3" }, + "peerDependencies": { + "@antelopejs/interface-core": ">=0.0.3 <1.0.0" + }, "publishConfig": { "access": "public" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6c2fb5a..247adb2 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -8,13 +8,13 @@ importers: .: dependencies: - '@antelopejs/interface-core': - specifier: ^0.0.3 - version: 0.0.3 ioredis: specifier: ^5.10.1 version: 5.10.1 devDependencies: + '@antelopejs/interface-core': + specifier: '>=0.0.3 <1.0.0' + version: 0.0.3 '@biomejs/biome': specifier: 2.3.2 version: 2.3.2