feat: Migrated to npm release of riot-tmpl fork (#3581)

* feat: Migrated to npm release of riot-tmpl fork.

* fix: Updated imports to use @n8n_io/riot-tmpl

* fix: Fixed Logger.ts types.

Co-authored-by: Jan Oberhauser <janober@users.noreply.github.com>
This commit is contained in:
Alex Grozav
2022-06-23 17:07:56 +03:00
committed by GitHub
parent 3cb693d5d4
commit 891844ea8b
4 changed files with 154 additions and 120 deletions

View File

@@ -1,6 +1,6 @@
/* eslint-disable id-denylist */
// @ts-ignore
import * as tmpl from 'riot-tmpl';
import * as tmpl from '@n8n_io/riot-tmpl';
import { DateTime, Duration, Interval } from 'luxon';
// eslint-disable-next-line import/no-cycle