typia 3.8.0-dev.20230420-2 → 3.8.0-dev.20230420-3

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.
@@ -1,4 +1,8 @@
1
1
  import ts from "typescript";
2
2
  export declare namespace CommentFactory {
3
3
  const string: (comments: ts.SymbolDisplayPart[]) => string;
4
+ /**
5
+ * @deprecated
6
+ */
7
+ const generate: (comments: ts.SymbolDisplayPart[]) => string;
4
8
  }
@@ -1 +1 @@
1
- {"version":3,"file":"CommentFactory.js","sourceRoot":"","sources":["../../src/factories/CommentFactory.ts"],"names":[],"mappings":";;;AAEA,IAAiB,cAAc,CAY9B;AAZD,WAAiB,cAAc;IACd,qBAAM,GAAG,UAAC,QAAgC;QACnD,OAAA,QAAQ;aACH,GAAG,CAAC,UAAC,IAAI,IAAK,OAAA,IAAI,CAAC,IAAI,EAAT,CAAS,CAAC;aACxB,GAAG,CAAC,UAAC,GAAG,IAAK,OAAA,GAAG,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,EAA5B,CAA4B,CAAC;aAC1C,IAAI,CAAC,EAAE,CAAC;IAHb,CAGa,CAAC;IAML,uBAAQ,GAAG,eAAA,MAAM,CAAC;AACnC,CAAC,EAZgB,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAY9B"}
1
+ {"version":3,"file":"CommentFactory.js","sourceRoot":"","sources":["../../src/factories/CommentFactory.ts"],"names":[],"mappings":";;;AAEA,IAAiB,cAAc,CAW9B;AAXD,WAAiB,cAAc;IACd,qBAAM,GAAG,UAAC,QAAgC;QACnD,OAAA,QAAQ;aACH,GAAG,CAAC,UAAC,IAAI,IAAK,OAAA,IAAI,CAAC,IAAI,EAAT,CAAS,CAAC;aACxB,GAAG,CAAC,UAAC,GAAG,IAAK,OAAA,GAAG,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,EAA5B,CAA4B,CAAC;aAC1C,IAAI,CAAC,EAAE,CAAC;IAHb,CAGa,CAAC;IAKL,uBAAQ,GAAG,eAAA,MAAM,CAAC;AACnC,CAAC,EAXgB,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAW9B"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "typia",
3
- "version": "3.8.0-dev.20230420-2",
3
+ "version": "3.8.0-dev.20230420-3",
4
4
  "description": "Superfast runtime validators with only one line",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
@@ -9,7 +9,6 @@ export namespace CommentFactory {
9
9
 
10
10
  /**
11
11
  * @deprecated
12
- * @internal
13
12
  */
14
13
  export const generate = string;
15
14
  }