ai-i18n-tools 1.4.0 → 1.4.1

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.
@@ -1,3 +1,3 @@
1
1
  /** Auto-generated by scripts/write-build-info.mjs — do not edit */
2
- export declare const BUILD_TIMESTAMP_ISO = "2026-05-06T21:09:27.537Z";
2
+ export declare const BUILD_TIMESTAMP_ISO = "2026-05-06T22:24:28.496Z";
3
3
  //# sourceMappingURL=build-info.generated.d.ts.map
@@ -1,3 +1,3 @@
1
1
  /** Auto-generated by scripts/write-build-info.mjs — do not edit */
2
- export const BUILD_TIMESTAMP_ISO = "2026-05-06T21:09:27.537Z";
2
+ export const BUILD_TIMESTAMP_ISO = "2026-05-06T22:24:28.496Z";
3
3
  //# sourceMappingURL=build-info.generated.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ai-i18n-tools",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "packageManager": "pnpm@10.33.4",
5
5
  "description": "Unified internationalization toolkit for Node.js apps and documentation with AI translation",
6
6
  "type": "module",
@@ -44,7 +44,7 @@
44
44
  "format:check": "prettier --check \"src/**/*.ts\" \"tests/**/*.ts\"",
45
45
  "clean": "rm -rf dist/",
46
46
  "prepublishOnly": "pnpm run clean && pnpm run build && pnpm test",
47
- "pre-release": "pnpm run format && pnpm run lint && pnpm run clean && pnpm run build && pnpm test",
47
+ "pre-release": "pnpm run format && pnpm run lint && pnpm run clean && pnpm run build && pnpm test && cd examples/nextjs-app/docs-site && pnpm build",
48
48
  "i18n:extract": "ai-i18n-tools extract",
49
49
  "i18n:sync": "ai-i18n-tools sync",
50
50
  "i18n:translate:ui": "ai-i18n-tools translate-ui",
@@ -89,7 +89,7 @@
89
89
  "commander": "^14.0.3",
90
90
  "csv-parse": "^6.2.1",
91
91
  "emoji-regex": "^10.6.0",
92
- "express": "^5.2.1",
92
+ "express": "^4.22.1",
93
93
  "gray-matter-es": "^0.2.1",
94
94
  "i18next-scanner": "^4.6.0",
95
95
  "ignore": "^7.0.5",
@@ -102,7 +102,7 @@
102
102
  },
103
103
  "devDependencies": {
104
104
  "@eslint/js": "^10.0.1",
105
- "@types/express": "^5.0.6",
105
+ "@types/express": "^4.17.21",
106
106
  "@types/mdast": "^4.0.4",
107
107
  "@types/node": "^25.6.0",
108
108
  "@types/unist": "^3.0.3",