@ndnci/translify 0.0.3 → 0.0.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.
Files changed (2) hide show
  1. package/README.md +3 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -3,6 +3,9 @@
3
3
  <p><strong>Intelligent i18n CLI — extract, sync, detect, translate.</strong></p>
4
4
  <p>Automate your entire internationalization workflow from a single terminal command.</p>
5
5
 
6
+ <a href="https://ndnci.github.io/translify/">
7
+ <img alt="Documentation" src="https://img.shields.io/badge/docs-ndnci.github.io%2Ftranslify-0070f3?style=flat-square" />
8
+ </a>
6
9
  <a href="https://www.npmjs.com/package/@ndnci/translify">
7
10
  <img alt="npm version" src="https://img.shields.io/npm/v/@ndnci/translify?style=flat-square&color=0070f3" />
8
11
  </a>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ndnci/translify",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "description": "Intelligent i18n CLI — extract, sync, detect, and translate your app",
5
5
  "keywords": [
6
6
  "i18n",
@@ -51,8 +51,8 @@
51
51
  "typescript": "^5.7.2",
52
52
  "vitest": "^2.1.8",
53
53
  "@ndnci/translify-ai": "0.0.1",
54
- "@ndnci/translify-core": "0.0.1",
55
54
  "@ndnci/translify-config": "0.0.1",
55
+ "@ndnci/translify-core": "0.0.1",
56
56
  "@ndnci/translify-shared": "0.0.1"
57
57
  },
58
58
  "engines": {