lynx-intlayer 7.3.0 → 7.3.2-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.
- package/README.md +0 -2
- package/package.json +7 -6
package/README.md
CHANGED
|
@@ -24,8 +24,6 @@
|
|
|
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>
|
|
29
27
|
</p>
|
|
30
28
|
|
|
31
29
|

|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lynx-intlayer",
|
|
3
|
-
"version": "7.3.0",
|
|
3
|
+
"version": "7.3.2-canary.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": [
|
|
@@ -69,6 +69,7 @@
|
|
|
69
69
|
"./package.json"
|
|
70
70
|
],
|
|
71
71
|
"scripts": {
|
|
72
|
+
"_prepublish": "cp -f ../../README.md ./README.md",
|
|
72
73
|
"build": "tsdown --config tsdown.config.ts",
|
|
73
74
|
"build:ci": "tsdown --config tsdown.config.ts",
|
|
74
75
|
"clean": "rimraf ./dist .turbo",
|
|
@@ -77,7 +78,7 @@
|
|
|
77
78
|
"format:fix": "biome format --write .",
|
|
78
79
|
"lint": "biome lint .",
|
|
79
80
|
"lint:fix": "biome lint --write .",
|
|
80
|
-
"prepublish": "
|
|
81
|
+
"prepublish": "echo prepublish temporally disabled to avoid rewrite readme",
|
|
81
82
|
"publish": "bun publish || true",
|
|
82
83
|
"publish:canary": "bun publish --access public --tag canary || true",
|
|
83
84
|
"publish:latest": "bun publish --access public --tag latest || true",
|
|
@@ -86,10 +87,10 @@
|
|
|
86
87
|
"typecheck": "tsc --noEmit --project tsconfig.types.json"
|
|
87
88
|
},
|
|
88
89
|
"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"
|
|
90
|
+
"@intlayer/chokidar": "7.3.2-canary.0",
|
|
91
|
+
"@intlayer/config": "7.3.2-canary.0",
|
|
92
|
+
"@intlayer/core": "7.3.2-canary.0",
|
|
93
|
+
"@intlayer/types": "7.3.2-canary.0"
|
|
93
94
|
},
|
|
94
95
|
"devDependencies": {
|
|
95
96
|
"@rsbuild/core": "1.2.16",
|