Comparing version 1.2.0 to 1.3.0
@@ -6,3 +6,3 @@ import Formatter from './formatter'; | ||
import Parser from './parser'; | ||
import { isTransaction } from './type-guards'; | ||
import { isComment, isDirective, isPosting, isTransaction } from './type-guards'; | ||
import { Comment, Journal, Posting, Transaction } from './types'; | ||
@@ -13,2 +13,2 @@ /** | ||
declare type TransactionEntry = Posting; | ||
export { Comment, formatComment, Formatter, formatTransaction, isTransaction, Journal, parse, Parser, ParseResult, Posting, Transaction, TransactionEntry, }; | ||
export { Comment, formatComment, Formatter, formatTransaction, isComment, isDirective, isPosting, isTransaction, Journal, parse, Parser, ParseResult, Posting, Transaction, TransactionEntry, }; |
@@ -475,4 +475,7 @@ 'use strict'; | ||
exports.formatTransaction = formatTransaction; | ||
exports.isComment = isComment$1; | ||
exports.isDirective = isDirective$1; | ||
exports.isPosting = isPosting; | ||
exports.isTransaction = isTransaction; | ||
exports.parse = parse; | ||
//# sourceMappingURL=index.js.map |
@@ -6,2 +6,13 @@ # Change Log | ||
# [1.3.0](https://github.com/kajyr/pta-tools/compare/pta-tools@1.2.0...pta-tools@1.3.0) (2021-12-14) | ||
### Features | ||
* exported various type guards ([6d0ab76](https://github.com/kajyr/pta-tools/commit/6d0ab768b048b07566108f7e2243517113b452d4)) | ||
# [1.2.0](https://github.com/kajyr/pta-tools/compare/pta-tools@1.1.5...pta-tools@1.2.0) (2021-12-13) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "pta-tools", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "Plain text accounting journal JS apis", | ||
@@ -33,3 +33,3 @@ "main": "build/index.js", | ||
}, | ||
"gitHead": "bb8c3822df58c3d736c189b150e5b725144bf53e" | ||
"gitHead": "455242001217161aece418d16d57888245963022" | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
47772
560
0