poly-lexis 0.4.0 → 0.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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "poly-lexis",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "A powerful CLI and library for managing i18n translations with validation, auto-translation, and TypeScript type generation",
5
5
  "private": false,
6
6
  "type": "module",
@@ -17,7 +17,7 @@
17
17
  }
18
18
  },
19
19
  "bin": {
20
- "lexis": "dist/cli/translations.js"
20
+ "poly-lexis": "dist/cli/translations.js"
21
21
  },
22
22
  "scripts": {
23
23
  "build": "tsup && node dist/scripts/generate-schema.js && mkdir -p dist/translations/core && cp src/translations/core/translations-config.schema.json dist/translations/core/",