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

@@ -58,7 +58,7 @@
"lodash.merge": "^4.6.2",
"lodash.set": "^4.3.2",
"luxon": "^2.3.0",
"riot-tmpl": "github:n8n-io/tmpl",
"@n8n_io/riot-tmpl": "^1.0.1",
"xml2js": "^0.4.23"
},
"jest": {

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