intlayer-cli 9.3.2 → 9.4.0-canary.0

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 +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -327,4 +327,4 @@ Contribute on [GitHub](https://github.com/aymericzip/intlayer), [GitLab](https:/
327
327
 
328
328
  If you like Intlayer, give us a ⭐ on GitHub. It helps others discover the project! [See why GitHub Stars matter](https://github.com/aymericzip/intlayer/blob/main/CONTRIBUTING.md#why-github-stars-matter-).
329
329
 
330
- [![Star History Chart](https://api.star-history.com/svg?repos=aymericzip/intlayer&type=Date)](https://star-history.com/#aymericzip/intlayer&Date)
330
+ [![Star History Chart](https://star-history.dera.page/svg?repos=aymericzip/intlayer&type=Date)](https://star-history.dera.page/#aymericzip/intlayer&Date)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intlayer-cli",
3
- "version": "9.3.2",
3
+ "version": "9.4.0-canary.0",
4
4
  "private": false,
5
5
  "description": "Lightweight CLI tool for Intlayer, enabling content audits, dictionary management, and CMS sync. Ideal for JavaScript developers using React or Express.",
6
6
  "keywords": [
@@ -79,7 +79,7 @@
79
79
  "watch": "webpack --config ./webpack.config.ts --watch"
80
80
  },
81
81
  "dependencies": {
82
- "@intlayer/cli": "9.3.2"
82
+ "@intlayer/cli": "9.4.0-canary.0"
83
83
  },
84
84
  "devDependencies": {
85
85
  "@types/node": "26.2.0",
@@ -89,7 +89,7 @@
89
89
  "rimraf": "6.1.3",
90
90
  "tsdown": "0.22.14",
91
91
  "typescript": "7.0.2",
92
- "vitest": "4.1.10"
92
+ "vitest": "4.1.11"
93
93
  },
94
94
  "engines": {
95
95
  "node": ">=14.18"