From 976016c5c746d01b03872456c836f65f32b3a5bb Mon Sep 17 00:00:00 2001 From: Peter Date: Wed, 30 Aug 2023 18:19:00 -0600 Subject: [PATCH] bump jr awcp dep --- jrx/jex.eterms | 2 +- jrx/src/b_lib.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jrx/jex.eterms b/jrx/jex.eterms index 99cf73a..ea0b11f 100644 --- a/jrx/jex.eterms +++ b/jrx/jex.eterms @@ -3,7 +3,7 @@ {name, jrx}. {version, "0.1.0"}. {deps, ["local-tweetnacl-1.0.3", - "local-awcp-0.2.2", + "local-awcp-0.2.3", "local-blakejs-1.2.1", "local-vdk_aeser-0.1.0", "local-vdk_binary-0.1.0"]}. diff --git a/jrx/src/b_lib.ts b/jrx/src/b_lib.ts index 526e91a..60e23f5 100644 --- a/jrx/src/b_lib.ts +++ b/jrx/src/b_lib.ts @@ -51,7 +51,7 @@ */ -import * as awcp from './jex_include/local-awcp-0.2.2/dist/awcp.js'; +import * as awcp from './jex_include/local-awcp-0.2.3/dist/awcp.js'; // @ts-ignore yes i know blake is stupid import * as blake2b from './jex_include/local-blakejs-1.2.1/dist/blake2b.js'; //import * as vdk_aecrypt from './jex_include/local-vdk_aecrypt-0.1.0/dist/vdk_aecrypt.js';