locadex 1.0.167 → 1.0.168
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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "locadex",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.168",
|
|
4
4
|
"description": "An AI agent for internationalization",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -17,13 +17,12 @@
|
|
|
17
17
|
"commander": "^12.1.0",
|
|
18
18
|
"dotenv": "^16.4.5",
|
|
19
19
|
"open": "^10.1.1",
|
|
20
|
-
"gt": "2.14.
|
|
20
|
+
"gt": "2.14.33"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
23
|
"@types/jest": "^29.5.14",
|
|
24
24
|
"@types/micromatch": "^4.0.9",
|
|
25
25
|
"@types/node": ">=20.0.0",
|
|
26
|
-
"prettier": "^3.4.2",
|
|
27
26
|
"tsx": "^4.16.5",
|
|
28
27
|
"typescript": "^5.7.3"
|
|
29
28
|
},
|
|
@@ -62,6 +61,7 @@
|
|
|
62
61
|
"release:latest": "pnpm run build:release && pnpm publish --access public --tag latest",
|
|
63
62
|
"test": "vitest run",
|
|
64
63
|
"test:watch": "vitest",
|
|
65
|
-
"sentry:sourcemaps": "sentry-cli sourcemaps inject --org general-translation --project locadex ./dist && sentry-cli sourcemaps upload --org general-translation --project locadex ./dist --release=${npm_package_version}"
|
|
64
|
+
"sentry:sourcemaps": "sentry-cli sourcemaps inject --org general-translation --project locadex ./dist && sentry-cli sourcemaps upload --org general-translation --project locadex ./dist --release=${npm_package_version}",
|
|
65
|
+
"typecheck": "tsc --noEmit"
|
|
66
66
|
}
|
|
67
67
|
}
|