From ed4b93330aa9a69139182d6dd97210b8521cbf90 Mon Sep 17 00:00:00 2001 From: Juan Ferrer Toribio Date: Thu, 17 Nov 2022 23:54:13 +0100 Subject: [PATCH] refs #3971 Promise polyfill removed --- app.js | 2 +- debian/changelog | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app.js b/app.js index dc8b10cc..2cc62de5 100644 --- a/app.js +++ b/app.js @@ -1,6 +1,6 @@ __webpack_public_path__ = _PUBLIC_PATH; -import 'promise-polyfill/src/polyfill'; +//import 'promise-polyfill/src/polyfill'; import 'hedera/hedera'; const locales = require('./import').locales; const packageJson = require('./package.json'); diff --git a/debian/changelog b/debian/changelog index 692c458f..ce9e61cb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -hedera-web (22.44.17) stable; urgency=low +hedera-web (22.46.1) stable; urgency=low * Initial Release. diff --git a/package.json b/package.json index e99f7508..91ae6ce0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hedera-web", - "version": "22.44.17", + "version": "22.46.1", "description": "Verdnatura web page", "license": "GPL-3.0", "repository": {