feature: cloudcmd: montag v2.0.1

This commit is contained in:
coderiaser 2026-04-21 23:29:44 +03:00
parent dc94d2db7a
commit d5cd11e812
4 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
/* global CloudCmd */
import montag from 'montag';
import {montag} from 'montag';
import {promisify} from 'es6-promisify';
import {tryToCatch} from 'try-to-catch';
import createElement from '@cloudcmd/create-element';

View file

@ -1,6 +1,6 @@
import {readFileSync} from 'node:fs';
import test from 'supertape';
import montag from 'montag';
import {montag} from 'montag';
import * as cheerio from 'cheerio';
import {
_getSize,

View file

@ -119,7 +119,7 @@
"markdown-it": "^14.0.0",
"mellow": "^3.0.0",
"mime-types": "^3.0.1",
"montag": "^1.2.1",
"montag": "^2.0.1",
"nano-memoize": "^3.0.16",
"nomine": "^4.0.0",
"once": "^1.4.0",

View file

@ -2,7 +2,7 @@ import {homedir} from 'node:os';
import {readFile as _readFile} from 'node:fs/promises';
import {join} from 'node:path';
// warm up worker cache
import montag from 'montag';
import {montag} from 'montag';
import {tryToCatch} from 'try-to-catch';
import currify from 'currify';
import {putout, codeframe} from 'putout';