diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..81c05ed --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.lockb binary diff=lockb diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 9e51487..991ec52 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -13,8 +13,10 @@ jobs: name: build runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: oven-sh/setup-bun@v1 + with: + bun-version: latest - run: sudo apt-get install -y xsltproc - run: bun install --verbose diff --git a/bun.lockb b/bun.lockb index 8e8d27b..553a56c 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 6ba9793..1bf3b86 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "main": "./src/client.js", "module": "./src/client.js", "dependencies": { - "qubic-crypto": "github:computor-tools/qubic-crypto" + "qubic-crypto": "github:computor-tools/qubic-crypto#ad4298266dc4bddc6cbca7a362f9f9f1d6eb2834" }, "trustedDependencies": ["qubic-crypto"], "type": "module"