waha-shared 1.0.51 → 1.0.52

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.
@@ -150,7 +150,8 @@
150
150
  src: url('./japanese/Regular.ttf');
151
151
  font-weight: normal;
152
152
  font-style: normal;
153
- unicode-range: U+3040-309F, U+30A0-30FF;
153
+ unicode-range:
154
+ U+3040-309F, U+30A0-30FF, U+4E00-9FFF, U+3400-4DBF, U+FF66-FF9F, U+3000-303F;
154
155
  }
155
156
 
156
157
  @font-face {
@@ -158,7 +159,8 @@
158
159
  src: url('./japanese/Bold.ttf');
159
160
  font-weight: bold;
160
161
  font-style: normal;
161
- unicode-range: U+3040-309F, U+30A0-30FF;
162
+ unicode-range:
163
+ U+3040-309F, U+30A0-30FF, U+4E00-9FFF, U+3400-4DBF, U+FF66-FF9F, U+3000-303F;
162
164
  }
163
165
 
164
166
  @font-face {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waha-shared",
3
- "version": "1.0.51",
3
+ "version": "1.0.52",
4
4
  "author": "Waha",
5
5
  "dependencies": {
6
6
  "@types/signale": "^1.4.7",