From cc92ea5162315fa78eb30d5f355f2d775c5b86bd Mon Sep 17 00:00:00 2001 From: Kyle Peacock Date: Tue, 7 Nov 2023 10:46:43 -0800 Subject: [PATCH] changelog update --- docs/generated/changelog.html | 1 + package-lock.json | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/generated/changelog.html b/docs/generated/changelog.html index 1b8090991..4191ba4c5 100644 --- a/docs/generated/changelog.html +++ b/docs/generated/changelog.html @@ -32,6 +32,7 @@

Version x.x.x

  • new unit tests
  • new Verify export on ed25519 because why not
  • +
  • Adds support for Uint8Arrays in Principal.from()
  • chore: increases size limit for agent-js to allow for Ed25519 support for node key signature verification diff --git a/package-lock.json b/package-lock.json index b3b4e8308..40069e8b6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15311,6 +15311,7 @@ "node_modules/pkcs11js": { "version": "1.3.0", "dev": true, + "hasInstallScript": true, "license": "MIT", "dependencies": { "nan": "^2.15.0"