vite-intlayer 7.2.3 → 7.3.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 +2 -0
  2. package/package.json +11 -11
package/README.md CHANGED
@@ -24,6 +24,8 @@
24
24
  <a href="https://github.com/aymericzip/intlayer/blob/main/LICENSE" target="_blank" rel="noopener noreferrer nofollow"><img src="https://img.shields.io/github/license/aymericzip/intlayer?style=for-the-badge&labelColor=000000&color=FFFFFF&logoColor=000000&cacheSeconds=86400" alt="license"/></a>
25
25
  <a href="https://github.com/aymericzip/intlayer/commits/main" target="_blank" rel="noopener noreferrer nofollow"><img src="https://img.shields.io/github/last-commit/aymericzip/intlayer?style=for-the-badge&labelColor=000000&color=FFFFFF&logoColor=000000&cacheSeconds=86400" alt="last commit"/>
26
26
  </a>
27
+ <a href="https://bountyhub.dev/bounties?repo=intlayer" target="_blank" rel="noopener noreferrer nofollow"><img src="https://img.shields.io/badge/Bounties-on%20BountyHub-yellow?style=for-the-badge&labelColor=000000&color=FFFFFF&logoColor=000000&cacheSeconds=86400" alt="Bounties on BountyHub"/>
28
+ </a>
27
29
  </p>
28
30
 
29
31
  ![Watch the video](https://github.com/aymericzip/intlayer/blob/main/docs/assets/demo_video.gif)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vite-intlayer",
3
- "version": "7.2.3",
3
+ "version": "7.3.0",
4
4
  "private": false,
5
5
  "description": "A Vite plugin for seamless internationalization (i18n), providing locale detection, redirection, and environment-based configuration",
6
6
  "keywords": [
@@ -68,22 +68,22 @@
68
68
  "lint:fix": "biome lint --write .",
69
69
  "prepublish": "cp -f ../../README.md ./README.md",
70
70
  "publish": "bun publish || true",
71
- "publish:canary": "bun publish --tag canary || true",
72
- "publish:latest": "bun publish --tag latest || true",
71
+ "publish:canary": "bun publish --access public --tag canary || true",
72
+ "publish:latest": "bun publish --access public --tag latest || true",
73
73
  "test": "vitest run",
74
74
  "test:watch": "vitest",
75
75
  "typecheck": "tsc --noEmit --project tsconfig.types.json"
76
76
  },
77
77
  "dependencies": {
78
78
  "@babel/core": "7.28.4",
79
- "@intlayer/babel": "7.2.3",
80
- "@intlayer/chokidar": "7.2.3",
81
- "@intlayer/config": "7.2.3",
82
- "@intlayer/core": "7.2.3",
83
- "@intlayer/dictionaries-entry": "7.2.3",
84
- "@intlayer/types": "7.2.3",
79
+ "@intlayer/babel": "7.3.0",
80
+ "@intlayer/chokidar": "7.3.0",
81
+ "@intlayer/config": "7.3.0",
82
+ "@intlayer/core": "7.3.0",
83
+ "@intlayer/dictionaries-entry": "7.3.0",
84
+ "@intlayer/types": "7.3.0",
85
85
  "fast-glob": "3.3.3",
86
- "intlayer": "7.2.3"
86
+ "intlayer": "7.3.0"
87
87
  },
88
88
  "devDependencies": {
89
89
  "@types/node": "24.10.1",
@@ -93,7 +93,7 @@
93
93
  "rimraf": "6.1.2",
94
94
  "tsdown": "0.16.6",
95
95
  "typescript": "5.9.3",
96
- "vitest": "4.0.12"
96
+ "vitest": "4.0.13"
97
97
  },
98
98
  "peerDependencies": {
99
99
  "@babel/core": ">=6.0.0",