create-mirta 0.2.3 → 0.2.4

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
@@ -494,7 +494,10 @@ const finalMessageRu = `\
494
494
  Если вам нравится фреймворк, поставьте ему звёздочку на Гитхабе:
495
495
  https://github.com/wb-mirta/core
496
496
 
497
- Поблагодарить разработчика можно через сервис для безналичных чаевых от Т‑Банка и CloudPayments:
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.3"
12
+ "mirta": "0.2.4"
13
13
  },
14
14
  "devDependencies": {
15
- "@mirta/rollup": "0.2.3",
15
+ "@mirta/rollup": "0.2.4",
16
16
  "cross-env": "^10.0.0",
17
- "rollup": "^4.48.1"
17
+ "rollup": "^4.50.0"
18
18
  }
19
19
  }
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "dependencies": {
3
- "@mirta/store": "0.2.3"
3
+ "@mirta/store": "0.2.4"
4
4
  }
5
5
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "devDependencies": {
3
- "@mirta/globals": "0.2.3",
4
- "@mirta/tsconfig": "0.2.3",
3
+ "@mirta/globals": "0.2.4",
4
+ "@mirta/tsconfig": "0.2.4",
5
5
  "@types/node": "^24.3.0",
6
6
  "typescript": "^5.8.3"
7
7
  }
@@ -3,7 +3,7 @@
3
3
  "test": "vitest run"
4
4
  },
5
5
  "devDependencies": {
6
- "@mirta/testing": "0.2.3",
6
+ "@mirta/testing": "0.2.4",
7
7
  "vitest": "^3.2.4",
8
8
  "vitest-mock-extended": "^3.1.0"
9
9
  }
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.3",
4
+ "version": "0.2.4",
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.4",
48
+ "@vitest/eslint-plugin": "^1.3.7",
49
49
  "globals": "^16.3.0",
50
50
  "typescript-eslint": "^8.41.0"
51
51
  },