@ndnci/translify 0.0.2 → 0.0.3

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/dist/index.js +1 -1
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -73913,7 +73913,7 @@ ${c.dim("Examples:")}
73913
73913
  ${c.dim("$")} translify sync --dry-run
73914
73914
  ${c.dim("$")} translify audit --config ./config/translify.config.ts
73915
73915
 
73916
- ${c.dim("Documentation:")} https://translify.dev
73916
+ ${c.dim("Documentation:")} https://ndnci.github.io/translify/
73917
73917
  `
73918
73918
  );
73919
73919
  const getLogger = () => createLogger({ verbose: program.opts().verbose ?? false });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ndnci/translify",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "Intelligent i18n CLI — extract, sync, detect, and translate your app",
5
5
  "keywords": [
6
6
  "i18n",
@@ -14,7 +14,7 @@
14
14
  "react",
15
15
  "nextjs"
16
16
  ],
17
- "homepage": "https://translify.dev",
17
+ "homepage": "https://ndnci.github.io/translify/",
18
18
  "repository": {
19
19
  "type": "git",
20
20
  "url": "https://github.com/ndnci/translify.git",
@@ -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-config": "0.0.1",
55
54
  "@ndnci/translify-core": "0.0.1",
55
+ "@ndnci/translify-config": "0.0.1",
56
56
  "@ndnci/translify-shared": "0.0.1"
57
57
  },
58
58
  "engines": {