0
1
Fork 0

refs #3971 Promise polyfill removed

This commit is contained in:
Juan Ferrer 2022-11-17 23:54:13 +01:00
parent ac62118a20
commit ed4b93330a
3 changed files with 3 additions and 3 deletions

2
app.js
View File

@ -1,6 +1,6 @@
__webpack_public_path__ = _PUBLIC_PATH; __webpack_public_path__ = _PUBLIC_PATH;
import 'promise-polyfill/src/polyfill'; //import 'promise-polyfill/src/polyfill';
import 'hedera/hedera'; import 'hedera/hedera';
const locales = require('./import').locales; const locales = require('./import').locales;
const packageJson = require('./package.json'); const packageJson = require('./package.json');

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
hedera-web (22.44.17) stable; urgency=low hedera-web (22.46.1) stable; urgency=low
* Initial Release. * Initial Release.

View File

@ -1,6 +1,6 @@
{ {
"name": "hedera-web", "name": "hedera-web",
"version": "22.44.17", "version": "22.46.1",
"description": "Verdnatura web page", "description": "Verdnatura web page",
"license": "GPL-3.0", "license": "GPL-3.0",
"repository": { "repository": {