create-mirta 0.2.3 → 0.2.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs
CHANGED
|
@@ -398,7 +398,7 @@ function createConfig(templateDir, options = {}) {
|
|
|
398
398
|
const fileExtensions = ['ts', 'mts', 'tsx'];
|
|
399
399
|
if (addVitest) {
|
|
400
400
|
additionalConfigs.unshift({
|
|
401
|
-
devDependencies: pickDependencies(['eslint-plugin
|
|
401
|
+
devDependencies: pickDependencies(['@vitest/eslint-plugin']),
|
|
402
402
|
});
|
|
403
403
|
}
|
|
404
404
|
for (const config of additionalConfigs) {
|
|
@@ -494,7 +494,10 @@ const finalMessageRu = `\
|
|
|
494
494
|
Если вам нравится фреймворк, поставьте ему звёздочку на Гитхабе:
|
|
495
495
|
https://github.com/wb-mirta/core
|
|
496
496
|
|
|
497
|
-
Поблагодарить разработчика можно через
|
|
497
|
+
Поблагодарить разработчика можно через Boosty:
|
|
498
|
+
https://boosty.to/wihome/donate
|
|
499
|
+
|
|
500
|
+
Также доступен сервис для безналичных чаевых от Т‑Банка и CloudPayments:
|
|
498
501
|
https://pay.cloudtips.ru/p/58512cca
|
|
499
502
|
`;
|
|
500
503
|
const finalMessage = locale === 'ru-RU'
|
|
@@ -9,11 +9,11 @@
|
|
|
9
9
|
"build:dev": "cross-env NODE_ENV=development rollup -c"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"mirta": "0.2.
|
|
12
|
+
"mirta": "0.2.5"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@mirta/rollup": "0.2.
|
|
15
|
+
"@mirta/rollup": "0.2.5",
|
|
16
16
|
"cross-env": "^10.0.0",
|
|
17
|
-
"rollup": "^4.
|
|
17
|
+
"rollup": "^4.50.0"
|
|
18
18
|
}
|
|
19
19
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-mirta",
|
|
3
3
|
"description": "🛠️ The recommended way to start a Mirta project.",
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.5",
|
|
5
5
|
"license": "Unlicense",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"mirta",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"@types/fs-extra": "^11.0.4",
|
|
46
46
|
"@types/lodash.merge": "^4.6.9",
|
|
47
47
|
"eslint": "^9.34.0",
|
|
48
|
-
"@vitest/eslint-plugin": "^1.3.
|
|
48
|
+
"@vitest/eslint-plugin": "^1.3.7",
|
|
49
49
|
"globals": "^16.3.0",
|
|
50
50
|
"typescript-eslint": "^8.41.0"
|
|
51
51
|
},
|