diff --git a/x/chacha20poly1305/test/runtimes/bun/bun.lockb b/x/chacha20poly1305/test/runtimes/bun/bun.lockb index b44ec09b1..4b6d5ba10 100755 Binary files a/x/chacha20poly1305/test/runtimes/bun/bun.lockb and b/x/chacha20poly1305/test/runtimes/bun/bun.lockb differ diff --git a/x/chacha20poly1305/test/runtimes/bun/package.json b/x/chacha20poly1305/test/runtimes/bun/package.json index 1c2d59281..c875f1444 100644 --- a/x/chacha20poly1305/test/runtimes/bun/package.json +++ b/x/chacha20poly1305/test/runtimes/bun/package.json @@ -9,7 +9,7 @@ "typescript": "^5.0.0" }, "dependencies": { - "@hpke/chacha20poly1305": "file:../../../../../npm-packages/x/chacha20poly1305/hpke-chacha20poly1305-1.3.0.tgz", - "@hpke/core": "file:../../../../../npm-packages/x/core/hpke-core-1.3.0.tgz" + "@hpke/chacha20poly1305": "^1.3.0", + "@hpke/core": "^1.3.0" } } diff --git a/x/core/test/runtimes/bun/bun.lockb b/x/core/test/runtimes/bun/bun.lockb index eb9f558d1..9405022d2 100755 Binary files a/x/core/test/runtimes/bun/bun.lockb and b/x/core/test/runtimes/bun/bun.lockb differ diff --git a/x/core/test/runtimes/bun/package.json b/x/core/test/runtimes/bun/package.json index 33deb0fd9..1ff5a3c7b 100644 --- a/x/core/test/runtimes/bun/package.json +++ b/x/core/test/runtimes/bun/package.json @@ -9,6 +9,6 @@ "typescript": "^5.0.0" }, "dependencies": { - "@hpke/core": "file:../../../../../npm-packages/x/core/hpke-core-1.3.0.tgz" + "@hpke/core": "^1.3.0" } } diff --git a/x/dhkem-secp256k1/test/runtimes/bun/bun.lockb b/x/dhkem-secp256k1/test/runtimes/bun/bun.lockb index 1ba92b21e..bbdc4df33 100755 Binary files a/x/dhkem-secp256k1/test/runtimes/bun/bun.lockb and b/x/dhkem-secp256k1/test/runtimes/bun/bun.lockb differ diff --git a/x/dhkem-secp256k1/test/runtimes/bun/package.json b/x/dhkem-secp256k1/test/runtimes/bun/package.json index 8fbc98165..12fa835c2 100644 --- a/x/dhkem-secp256k1/test/runtimes/bun/package.json +++ b/x/dhkem-secp256k1/test/runtimes/bun/package.json @@ -9,7 +9,7 @@ "typescript": "^5.0.0" }, "dependencies": { - "@hpke/core": "../../../../../npm-packages/x/core/hpke-core-1.3.0.tgz", - "@hpke/dhkem-secp256k1": "../../../../../npm-packages/x/dhkem-secp256k1/hpke-dhkem-secp256k1-1.3.0.tgz" + "@hpke/core": "^1.3.0", + "@hpke/dhkem-secp256k1": "^1.3.0" } } diff --git a/x/dhkem-x25519/test/runtimes/bun/bun.lockb b/x/dhkem-x25519/test/runtimes/bun/bun.lockb index 9148fe7b9..35ea16475 100755 Binary files a/x/dhkem-x25519/test/runtimes/bun/bun.lockb and b/x/dhkem-x25519/test/runtimes/bun/bun.lockb differ diff --git a/x/dhkem-x25519/test/runtimes/bun/package.json b/x/dhkem-x25519/test/runtimes/bun/package.json index ea0b26a05..4d9bfaf53 100644 --- a/x/dhkem-x25519/test/runtimes/bun/package.json +++ b/x/dhkem-x25519/test/runtimes/bun/package.json @@ -9,7 +9,7 @@ "typescript": "^5.0.0" }, "dependencies": { - "@hpke/core": "file:../../../../../npm-packages/x/core/hpke-core-1.3.0.tgz", - "@hpke/dhkem-x25519": "file:../../../../../npm-packages/x/dhkem-x25519/hpke-dhkem-x25519-1.3.0.tgz" + "@hpke/core": "^1.3.0", + "@hpke/dhkem-x25519": "^1.3.0" } } diff --git a/x/dhkem-x448/test/runtimes/bun/bun.lockb b/x/dhkem-x448/test/runtimes/bun/bun.lockb index ba58116d8..cc6930370 100755 Binary files a/x/dhkem-x448/test/runtimes/bun/bun.lockb and b/x/dhkem-x448/test/runtimes/bun/bun.lockb differ diff --git a/x/dhkem-x448/test/runtimes/bun/package.json b/x/dhkem-x448/test/runtimes/bun/package.json index a8df7596c..47d292730 100644 --- a/x/dhkem-x448/test/runtimes/bun/package.json +++ b/x/dhkem-x448/test/runtimes/bun/package.json @@ -9,7 +9,7 @@ "typescript": "^5.0.0" }, "dependencies": { - "@hpke/core": "file:../../../../../npm-packages/x/core/hpke-core-1.3.0.tgz", - "@hpke/dhkem-x448": "file:../../../../../npm-packages/x/dhkem-x448/hpke-dhkem-x448-1.3.0.tgz" + "@hpke/core": "^1.3.0", + "@hpke/dhkem-x448": "^1.3.0" } } diff --git a/x/hpke-js/test/runtimes/bun/bun.lockb b/x/hpke-js/test/runtimes/bun/bun.lockb index 834e3cba0..981163ca9 100755 Binary files a/x/hpke-js/test/runtimes/bun/bun.lockb and b/x/hpke-js/test/runtimes/bun/bun.lockb differ diff --git a/x/hpke-js/test/runtimes/bun/package.json b/x/hpke-js/test/runtimes/bun/package.json index 6a63c8bb9..784368fb0 100644 --- a/x/hpke-js/test/runtimes/bun/package.json +++ b/x/hpke-js/test/runtimes/bun/package.json @@ -9,7 +9,6 @@ "typescript": "^5.0.0" }, "dependencies": { - "@hpke/hpke-js": "file:../../../../../npm-packages/x/hpke-js/hpke-js-1.3.0.tgz", - "@hpke/core": "file:../../../../../npm-packages/x/core/hpke-core-1.3.0.tgz" + "hpke-js": "^1.3.0" } } diff --git a/x/hpke-js/test/runtimes/bun/src/server.ts b/x/hpke-js/test/runtimes/bun/src/server.ts index 47e7d1d3c..a553fc482 100644 --- a/x/hpke-js/test/runtimes/bun/src/server.ts +++ b/x/hpke-js/test/runtimes/bun/src/server.ts @@ -1,4 +1,4 @@ -import { CipherSuite } from "@hpke/hpke-js"; +import { CipherSuite } from "hpke-js"; export async function testServer(request: Request): Promise { const url = new URL(request.url); diff --git a/x/hybridkem-x25519-kyber768/test/runtimes/bun/bun.lockb b/x/hybridkem-x25519-kyber768/test/runtimes/bun/bun.lockb index 3b2d3a533..62035cea1 100755 Binary files a/x/hybridkem-x25519-kyber768/test/runtimes/bun/bun.lockb and b/x/hybridkem-x25519-kyber768/test/runtimes/bun/bun.lockb differ diff --git a/x/hybridkem-x25519-kyber768/test/runtimes/bun/package.json b/x/hybridkem-x25519-kyber768/test/runtimes/bun/package.json index b5bb9574d..e342c170a 100644 --- a/x/hybridkem-x25519-kyber768/test/runtimes/bun/package.json +++ b/x/hybridkem-x25519-kyber768/test/runtimes/bun/package.json @@ -9,7 +9,7 @@ "typescript": "^5.0.0" }, "dependencies": { - "@hpke/core": "file:../../../../../npm-packages/x/core/hpke-core-1.3.0.tgz", - "@hpke/hybridkem-x25519-kyber768": "file:../../../../../npm-packages/x/hybridkem-x25519-kyber768/hpke-hybridkem-x25519-kyber768-1.3.0.tgz" + "@hpke/core": "^1.3.0", + "@hpke/hybridkem-x25519-kyber768": "^1.3.0" } }