@akanjs/client 0.0.117 → 0.0.119

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.
@@ -17,8 +17,10 @@ var __copyProps = (to, from, except, desc) => {
17
17
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
18
  var createFont_exports = {};
19
19
  __export(createFont_exports, {
20
+ Inter: () => Inter,
20
21
  Nanum_Gothic_Coding: () => Nanum_Gothic_Coding,
21
22
  Noto_Sans_KR: () => Noto_Sans_KR,
23
+ Roboto: () => Roboto,
22
24
  createFont: () => createFont,
23
25
  default: () => createFont_default
24
26
  });
@@ -27,3 +29,5 @@ const createFont = (data) => null;
27
29
  var createFont_default = createFont;
28
30
  const Nanum_Gothic_Coding = createFont;
29
31
  const Noto_Sans_KR = createFont;
32
+ const Inter = createFont;
33
+ const Roboto = createFont;
@@ -2,9 +2,13 @@ const createFont = (data) => null;
2
2
  var createFont_default = createFont;
3
3
  const Nanum_Gothic_Coding = createFont;
4
4
  const Noto_Sans_KR = createFont;
5
+ const Inter = createFont;
6
+ const Roboto = createFont;
5
7
  export {
8
+ Inter,
6
9
  Nanum_Gothic_Coding,
7
10
  Noto_Sans_KR,
11
+ Roboto,
8
12
  createFont,
9
13
  createFont_default as default
10
14
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akanjs/client",
3
- "version": "0.0.117",
3
+ "version": "0.0.119",
4
4
  "sourceType": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -2,3 +2,5 @@ export declare const createFont: (data: any) => null;
2
2
  export default createFont;
3
3
  export declare const Nanum_Gothic_Coding: (data: any) => null;
4
4
  export declare const Noto_Sans_KR: (data: any) => null;
5
+ export declare const Inter: (data: any) => null;
6
+ export declare const Roboto: (data: any) => null;