taraskevizer 1.1.0 → 1.1.1
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/dist/index.js +1 -2
- package/dist/index.mjs +1 -2
- package/package.json +2 -1
package/dist/index.js
CHANGED
|
@@ -1323,8 +1323,7 @@ var rawWordlist = {
|
|
|
1323
1323
|
"($&|акмяны)": /акмяне(?= )/,
|
|
1324
1324
|
"($&|аліта)": /аліўтс(?= )/,
|
|
1325
1325
|
"($&|анікшты)": /анікшчэй(?= )/,
|
|
1326
|
-
"(
|
|
1327
|
-
" (варэн|аран)": / варэн/,
|
|
1326
|
+
" (варэ|ара)": / варэ(?=н(ы|а[мх]|амі) )/,
|
|
1328
1327
|
// '($&|белая вака)':/балтайі воке(?= )/,
|
|
1329
1328
|
"($&|біржы)": /біржай(?= )/,
|
|
1330
1329
|
"($&|бірштаны)": /бірштанас(?= )/,
|
package/dist/index.mjs
CHANGED
|
@@ -1296,8 +1296,7 @@ var rawWordlist = {
|
|
|
1296
1296
|
"($&|акмяны)": /акмяне(?= )/,
|
|
1297
1297
|
"($&|аліта)": /аліўтс(?= )/,
|
|
1298
1298
|
"($&|анікшты)": /анікшчэй(?= )/,
|
|
1299
|
-
"(
|
|
1300
|
-
" (варэн|аран)": / варэн/,
|
|
1299
|
+
" (варэ|ара)": / варэ(?=н(ы|а[мх]|амі) )/,
|
|
1301
1300
|
// '($&|белая вака)':/балтайі воке(?= )/,
|
|
1302
1301
|
"($&|біржы)": /біржай(?= )/,
|
|
1303
1302
|
"($&|бірштаны)": /бірштанас(?= )/,
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "taraskevizer",
|
|
3
3
|
"author": "GooseOb",
|
|
4
4
|
"license": "MIT",
|
|
5
|
-
"version": "1.1.
|
|
5
|
+
"version": "1.1.1",
|
|
6
6
|
"private": false,
|
|
7
7
|
"homepage": "https://gooseob.github.io/taraskevizatar/",
|
|
8
8
|
"main": "dist/index.js",
|
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
],
|
|
15
15
|
"scripts": {
|
|
16
16
|
"build": "tsup --config build-config/index.js",
|
|
17
|
+
"dev:build": "tsup --config build-config/dev.js && npm run test",
|
|
17
18
|
"test": "node test",
|
|
18
19
|
"prepare": "husky install"
|
|
19
20
|
},
|