kaven-basic
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -7,6 +7,6 @@ /******************************************************************** | ||
* @create: 2018-08-27 10:53:38.460 | ||
* @modify: 2021-08-07 06:53:05.158 | ||
* @version: 2.0.14 | ||
* @times: 107 | ||
* @lines: 83 | ||
* @modify: 2021-09-01 16:27:39.274 | ||
* @version: 3.0.1 | ||
* @times: 109 | ||
* @lines: 86 | ||
* @copyright: Copyright © 2018-2021 Kaven. All Rights Reserved. | ||
@@ -74,2 +74,4 @@ * @description: [description] | ||
export * from "./libs/dsp/Oscillator"; | ||
// markdown | ||
export * from "./libs/markdown/MarkdownSection"; | ||
//# sourceMappingURL=index.js.map |
@@ -7,6 +7,6 @@ /******************************************************************** | ||
* @create: 2018-08-30 16:07:34.049 | ||
* @modify: 2021-01-31 12:21:24.313 | ||
* @version: 2.0.11 | ||
* @times: 34 | ||
* @lines: 241 | ||
* @modify: 2021-09-01 14:47:38.191 | ||
* @version: 3.0.1 | ||
* @times: 36 | ||
* @lines: 246 | ||
* @copyright: Copyright © 2018-2021 Kaven. All Rights Reserved. | ||
@@ -13,0 +13,0 @@ * @description: [description] |
@@ -7,6 +7,6 @@ /******************************************************************** | ||
* @create: 2018-08-27 10:53:38.460 | ||
* @modify: 2021-08-07 06:53:05.158 | ||
* @version: 2.0.14 | ||
* @times: 107 | ||
* @lines: 83 | ||
* @modify: 2021-09-01 16:27:39.274 | ||
* @version: 3.0.1 | ||
* @times: 109 | ||
* @lines: 86 | ||
* @copyright: Copyright © 2018-2021 Kaven. All Rights Reserved. | ||
@@ -74,2 +74,4 @@ * @description: [description] | ||
export * from "./libs/dsp/Oscillator"; | ||
// markdown | ||
export * from "./libs/markdown/MarkdownSection"; | ||
//# sourceMappingURL=index.js.map |
@@ -7,6 +7,6 @@ /******************************************************************** | ||
* @create: 2018-08-30 16:07:34.049 | ||
* @modify: 2021-01-31 12:21:24.313 | ||
* @version: 2.0.11 | ||
* @times: 34 | ||
* @lines: 241 | ||
* @modify: 2021-09-01 14:47:38.191 | ||
* @version: 3.0.1 | ||
* @times: 36 | ||
* @lines: 246 | ||
* @copyright: Copyright © 2018-2021 Kaven. All Rights Reserved. | ||
@@ -13,0 +13,0 @@ * @description: [description] |
{ | ||
"name": "kaven-basic", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "Basic library for javascript/typescript.", | ||
@@ -5,0 +5,0 @@ "main": "./bundles/index.umd.js", |
@@ -7,6 +7,6 @@ /******************************************************************** | ||
* @create: 2018-08-27 10:53:38.460 | ||
* @modify: 2021-08-07 06:53:05.158 | ||
* @version: 2.0.14 | ||
* @times: 107 | ||
* @lines: 83 | ||
* @modify: 2021-09-01 16:27:39.274 | ||
* @version: 3.0.1 | ||
* @times: 109 | ||
* @lines: 86 | ||
* @copyright: Copyright © 2018-2021 Kaven. All Rights Reserved. | ||
@@ -69,2 +69,3 @@ * @description: [description] | ||
export * from "./libs/dsp/Oscillator"; | ||
export * from "./libs/markdown/MarkdownSection"; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -7,6 +7,6 @@ /******************************************************************** | ||
* @create: 2018-08-30 16:07:34.049 | ||
* @modify: 2021-01-31 12:21:24.313 | ||
* @version: 2.0.11 | ||
* @times: 34 | ||
* @lines: 241 | ||
* @modify: 2021-09-01 14:47:38.191 | ||
* @version: 3.0.1 | ||
* @times: 36 | ||
* @lines: 246 | ||
* @copyright: Copyright © 2018-2021 Kaven. All Rights Reserved. | ||
@@ -204,2 +204,6 @@ * @description: [description] | ||
} | ||
export interface ITextLines { | ||
endOfLineSequence?: string; | ||
lines: string[]; | ||
} | ||
//# sourceMappingURL=Interfaces.d.ts.map |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3972155
251
39416