From bc25b7b035b3035a0b3e291db9497276513fe6b1 Mon Sep 17 00:00:00 2001 From: tngan Date: Sun, 5 Sep 2021 15:15:14 +0800 Subject: [PATCH] Packages upgrade --- package.json | 2 +- tsconfig.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index c671a237..ac9eeea9 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ }, "license": "MIT", "dependencies": { - "@authenio/xml-encryption": "^1.2.4", + "@authenio/xml-encryption": "^1.3.0", "@xmldom/xmldom": "^0.7.4", "camelcase": "^6.2.0", "node-forge": "^0.10.0", diff --git a/tsconfig.json b/tsconfig.json index 946e97a7..7a6108c6 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,6 +13,7 @@ "baseUrl": "./", "removeComments": false, "strictNullChecks": true, + "esModuleInterop": true, "paths": {}, "lib": [ "dom",