georgian-hyphenation 2.2.1 โ 2.2.2
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 -14
- package/package.json +6 -3
package/README.md
CHANGED
|
@@ -137,18 +137,4 @@ MIT License - see [LICENSE.txt](https://www.google.com/search?q=LICENSE.txt) for
|
|
|
137
137
|
|
|
138
138
|
**Guram Zhgamadze** - guramzhgamadze@gmail.com
|
|
139
139
|
|
|
140
|
-
```
|
|
141
|
-
|
|
142
|
-
---
|
|
143
|
-
|
|
144
|
-
### ๐ก แ แ แจแแแชแแแแ แแ แ แแขแแ:
|
|
145
|
-
1. **ESM แกแแแขแแฅแกแ**: แแแแแก แแแแแแแแแแจแ `require` แจแแแชแแแแ `import`-แแ, แ แแแแแ แฉแแแแ `package.json` แแฎแแ `"type": "module"`-แแ.
|
|
146
|
-
2. **Sanitization**: แแแแแแแขแ แกแแฅแชแแ, แ แแแแแแช แฎแกแแแก, แ แแ แแแแแแแแแแ แแฎแแ แแแแแ แแกแฃแคแแแแแแก "แแแแแ" แกแแแแแแแแแก.
|
|
147
|
-
3. **Async Logic**: แแแแแแแขแ `await hyphenator.loadDefaultLibrary()`, แ แแแแแ แแก v2.2.1-แแก แแ แ-แแ แแ แแแแแแ แ แกแแแฎแแแ.
|
|
148
|
-
4. **Badge-แแแ**: แแแแแแแฎแแ JavaScript badge, แ แแแ แแแแฃแแแแแ ESM-แแก แแฎแแ แแแญแแ แ.
|
|
149
|
-
|
|
150
|
-
แแก `README.md` แแ แแแฅแขแก แแแแ แแ แฃแคแ แ แแ แแคแแกแแแแแแฃแ แแแ แก แแซแแแแก แแ แแแแฎแแแ แแแแแก แฃแแแแแแแแก แแฎแแแ แคแฃแแฅแชแแแแแก แแแแแกแแแแก.
|
|
151
|
-
|
|
152
|
-
**แแกแฃแ แ, แ แแ แกแฎแแ แคแแแแจแแช (แแแแแแแแแ `README-NPM.md`) แจแแแแขแแแแ แชแแแแแแแแแ?**
|
|
153
|
-
|
|
154
140
|
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "georgian-hyphenation",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.2",
|
|
4
4
|
"description": "Georgian Language Hyphenation Library v2.2.1 - Academic Logic with Sanitization & Dictionary Support",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "src/javascript/index.js",
|
|
@@ -41,5 +41,8 @@
|
|
|
41
41
|
"bugs": {
|
|
42
42
|
"url": "https://github.com/guramzhgamadze/georgian-hyphenation/issues"
|
|
43
43
|
},
|
|
44
|
-
"homepage": "https://github.com/guramzhgamadze/georgian-hyphenation#readme"
|
|
45
|
-
|
|
44
|
+
"homepage": "https://github.com/guramzhgamadze/georgian-hyphenation#readme",
|
|
45
|
+
"dependencies": {
|
|
46
|
+
"georgian-hyphenation": "^2.2.1"
|
|
47
|
+
}
|
|
48
|
+
}
|