lynx-intlayer 7.3.0-canary.0 → 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.
- package/package.json +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lynx-intlayer",
|
|
3
|
-
"version": "7.3.0
|
|
3
|
+
"version": "7.3.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A Lynx plugin for seamless internationalization (i18n) and localization (l10n) of your mobile app.",
|
|
6
6
|
"keywords": [
|
|
@@ -79,17 +79,17 @@
|
|
|
79
79
|
"lint:fix": "biome lint --write .",
|
|
80
80
|
"prepublish": "cp -f ../../README.md ./README.md",
|
|
81
81
|
"publish": "bun publish || true",
|
|
82
|
-
"publish:canary": "bun publish --tag canary || true",
|
|
83
|
-
"publish:latest": "bun publish --tag latest || true",
|
|
82
|
+
"publish:canary": "bun publish --access public --tag canary || true",
|
|
83
|
+
"publish:latest": "bun publish --access public --tag latest || true",
|
|
84
84
|
"test": "vitest run",
|
|
85
85
|
"test:watch": "vitest",
|
|
86
86
|
"typecheck": "tsc --noEmit --project tsconfig.types.json"
|
|
87
87
|
},
|
|
88
88
|
"dependencies": {
|
|
89
|
-
"@intlayer/chokidar": "7.3.0
|
|
90
|
-
"@intlayer/config": "7.3.0
|
|
91
|
-
"@intlayer/core": "7.3.0
|
|
92
|
-
"@intlayer/types": "7.3.0
|
|
89
|
+
"@intlayer/chokidar": "7.3.0",
|
|
90
|
+
"@intlayer/config": "7.3.0",
|
|
91
|
+
"@intlayer/core": "7.3.0",
|
|
92
|
+
"@intlayer/types": "7.3.0"
|
|
93
93
|
},
|
|
94
94
|
"devDependencies": {
|
|
95
95
|
"@rsbuild/core": "1.2.16",
|