@generaltranslation/supported-locales 2.0.70 → 2.0.71
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/CHANGELOG.md +7 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @generaltranslation/supported-locales
|
|
2
2
|
|
|
3
|
+
## 2.0.71
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`e88fd39`](https://github.com/generaltranslation/gt/commit/e88fd399683868d5af1fe2b0ba2974fe5b17d7a7), [`95f852a`](https://github.com/generaltranslation/gt/commit/95f852ae086ac79d2c446f4d3072d8fd18688796)]:
|
|
8
|
+
- generaltranslation@8.2.13
|
|
9
|
+
|
|
3
10
|
## 2.0.70
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@generaltranslation/supported-locales",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.71",
|
|
4
4
|
"description": "List of supported locales for General Translation",
|
|
5
5
|
"main": "dist/index.cjs",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -38,17 +38,17 @@
|
|
|
38
38
|
}
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"generaltranslation": "8.2.
|
|
41
|
+
"generaltranslation": "8.2.13"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"tsdown": "^0.21.10",
|
|
45
|
-
"typescript": "^5.
|
|
45
|
+
"typescript": "^5.9.2"
|
|
46
46
|
},
|
|
47
47
|
"scripts": {
|
|
48
48
|
"build:release": "pnpm run build:clean",
|
|
49
49
|
"build:clean": "sh ../../scripts/clean.sh && pnpm run build",
|
|
50
50
|
"build": "tsdown",
|
|
51
|
-
"test": "vitest run",
|
|
51
|
+
"test": "vitest run --passWithNoTests",
|
|
52
52
|
"test:watch": "vitest",
|
|
53
53
|
"release": "pnpm run build:clean && pnpm publish",
|
|
54
54
|
"release:alpha": "pnpm run build:clean && pnpm publish --tag alpha",
|