@be-link/pos-cli-nodejs 1.0.15 → 1.0.17

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.
Files changed (234) hide show
  1. package/.github/workflows/JMeter.yml +92 -0
  2. package/.husky/commit-msg +4 -0
  3. package/.versionrc +22 -0
  4. package/CHANGELOG.md +584 -0
  5. package/Makefile +4 -0
  6. package/ceshi.jmx +326 -0
  7. package/ci/index.ts +73 -0
  8. package/commitlint.config.js +3 -0
  9. package/dist/README.md +40 -0
  10. package/dist/package.json +53 -0
  11. package/{pos → dist/pos}/http.js +3 -2
  12. package/{pos → dist/pos}/modules/orderFulfill/service.d.ts +1 -0
  13. package/{pos → dist/pos}/modules/orderFulfill/service.js +3 -0
  14. package/{pos → dist/pos}/modules/orderFulfill/types.d.ts +14 -0
  15. package/{types.d.ts → dist/types.d.ts} +5 -0
  16. package/docs/.nojekyll +1 -0
  17. package/docs/assets/highlight.css +71 -0
  18. package/docs/assets/main.js +59 -0
  19. package/docs/assets/navigation.js +1 -0
  20. package/docs/assets/search.js +1 -0
  21. package/docs/assets/style.css +1383 -0
  22. package/docs/classes/_internal_.OrderCoreService.html +351 -0
  23. package/docs/classes/_internal_.OrderFulfillService.html +489 -0
  24. package/docs/classes/_internal_.OrderJobService.html +229 -0
  25. package/docs/classes/_internal_.OrderNoteService.html +177 -0
  26. package/docs/classes/_internal_.QueryByCommodityService.html +311 -0
  27. package/docs/classes/_internal_.QueryByStoreService.html +133 -0
  28. package/docs/classes/_internal_.QueryByUserService.html +283 -0
  29. package/docs/classes/_internal_.QueryByWebService.html +133 -0
  30. package/docs/classes/_internal_.default.html +82 -0
  31. package/docs/enums/_internal_.Constants.ApplicablePeopleEnum.html +90 -0
  32. package/docs/enums/_internal_.Constants.ItineraryTypeEnum.html +82 -0
  33. package/docs/enums/_internal_.Constants.ModifyOperatorRoleEnum.html +114 -0
  34. package/docs/enums/_internal_.Constants.NoteStatusEnum.html +82 -0
  35. package/docs/enums/_internal_.Constants.NoteTypeEnum.html +106 -0
  36. package/docs/enums/_internal_.Constants.OperatorRoleEnum.html +114 -0
  37. package/docs/enums/_internal_.Constants.PayToolEnum.html +82 -0
  38. package/docs/enums/_internal_.Constants.PaymentTypeEnum.html +98 -0
  39. package/docs/enums/_internal_.Constants.PromotionTypeEnum.html +82 -0
  40. package/docs/enums/_internal_.Constants.PurchaseSkuStatusEnum.html +82 -0
  41. package/docs/enums/_internal_.Constants.ShuttleTypeEnum.html +82 -0
  42. package/docs/enums/_internal_.Constants.TradeOperatorRoleEnum.html +98 -0
  43. package/docs/enums/_internal_.Constants.TradeOrderStatusEnum.html +146 -0
  44. package/docs/enums/_internal_.Constants.TransportationTypeEnum.html +114 -0
  45. package/docs/enums/_internal_.QueryDataBlock.html +121 -0
  46. package/docs/index.html +68 -0
  47. package/docs/interfaces/_internal_.Content.html +81 -0
  48. package/docs/interfaces/_internal_.CostInclusionJson.html +81 -0
  49. package/docs/interfaces/_internal_.CouponSnapShotInfo.html +133 -0
  50. package/docs/interfaces/_internal_.CreditInfo.html +73 -0
  51. package/docs/interfaces/_internal_.IPositiveAttributes.html +161 -0
  52. package/docs/interfaces/_internal_.IPositiveChangeSkuRecord.html +145 -0
  53. package/docs/interfaces/_internal_.IPositiveItemInfo.html +413 -0
  54. package/docs/interfaces/_internal_.IPositiveOrder.html +263 -0
  55. package/docs/interfaces/_internal_.IPositivePaymentInfo.html +153 -0
  56. package/docs/interfaces/_internal_.IPositivePromotionInfo.html +129 -0
  57. package/docs/interfaces/_internal_.IPositiveSkuInfo.html +332 -0
  58. package/docs/interfaces/_internal_.IWxPaymentInfo.html +95 -0
  59. package/docs/interfaces/_internal_.ItinerarySchedule.html +89 -0
  60. package/docs/interfaces/_internal_.OrderCoreController.html +321 -0
  61. package/docs/interfaces/_internal_.OrderJobController.html +201 -0
  62. package/docs/interfaces/_internal_.OrderNoteController.html +156 -0
  63. package/docs/interfaces/_internal_.ProductDetail.html +81 -0
  64. package/docs/interfaces/_internal_.PurchasingInstruction.html +81 -0
  65. package/docs/interfaces/_internal_.QueryByCommodityController.html +284 -0
  66. package/docs/interfaces/_internal_.QueryByStoreController.html +115 -0
  67. package/docs/interfaces/_internal_.QueryByUserController.html +258 -0
  68. package/docs/interfaces/_internal_.QueryByWebController.html +115 -0
  69. package/docs/interfaces/_internal_.QueryDataBlockTypeMap.html +125 -0
  70. package/docs/interfaces/_internal_.SubContent.html +81 -0
  71. package/docs/interfaces/_internal_.addShuttleInfo.html +129 -0
  72. package/docs/interfaces/_internal_.aiBuildNoteInfo.html +73 -0
  73. package/docs/interfaces/_internal_.batchUpsertItineraryInfo.html +202 -0
  74. package/docs/interfaces/_internal_.bindTouristToOrder.html +97 -0
  75. package/docs/interfaces/_internal_.calculateUserConsumeInfo.html +89 -0
  76. package/docs/interfaces/_internal_.changeNoteStatus.html +97 -0
  77. package/docs/interfaces/_internal_.changeOrderContactInfo.html +97 -0
  78. package/docs/interfaces/_internal_.changeOrderSku.html +105 -0
  79. package/docs/interfaces/_internal_.confirmMealInfo.html +81 -0
  80. package/docs/interfaces/_internal_.createNote.html +105 -0
  81. package/docs/interfaces/_internal_.createScheduleNotice.html +89 -0
  82. package/docs/interfaces/_internal_.getItineraryCount.html +73 -0
  83. package/docs/interfaces/_internal_.getOrderById.html +86 -0
  84. package/docs/interfaces/_internal_.getOrderCount.html +193 -0
  85. package/docs/interfaces/_internal_.getPartyOrderCount.html +97 -0
  86. package/docs/interfaces/_internal_.getStoreOrderCount.html +121 -0
  87. package/docs/interfaces/_internal_.getTourismInfoByOrderId-1.html +229 -0
  88. package/docs/interfaces/_internal_.getTourismInfoByOrderId.html +73 -0
  89. package/docs/interfaces/_internal_.getUserOrderCount.html +97 -0
  90. package/docs/interfaces/_internal_.importPreCheck.html +112 -0
  91. package/docs/interfaces/_internal_.isOrderCanAddTourists.html +73 -0
  92. package/docs/interfaces/_internal_.markItineraryRead.html +81 -0
  93. package/docs/interfaces/_internal_.markOrderPurchaseInsurance.html +73 -0
  94. package/docs/interfaces/_internal_.markServiceNoticeAuth.html +73 -0
  95. package/docs/interfaces/_internal_.markServiceNoticeRead.html +81 -0
  96. package/docs/interfaces/_internal_.mgetUserOrderCountList-1.html +54 -0
  97. package/docs/interfaces/_internal_.mgetUserOrderCountList.html +81 -0
  98. package/docs/interfaces/_internal_.modifyOrderMealInfo.html +81 -0
  99. package/docs/interfaces/_internal_.multiSendSmsToTourist.html +81 -0
  100. package/docs/interfaces/_internal_.multiSendVoiceToTourist.html +81 -0
  101. package/docs/interfaces/_internal_.orderCreate-1.html +122 -0
  102. package/docs/interfaces/_internal_.orderCreate.html +208 -0
  103. package/docs/interfaces/_internal_.orderFulfillController.html +452 -0
  104. package/docs/interfaces/_internal_.orderPaid.html +97 -0
  105. package/docs/interfaces/_internal_.orderSettled.html +89 -0
  106. package/docs/interfaces/_internal_.platformReject.html +97 -0
  107. package/docs/interfaces/_internal_.preCheckTourists.html +89 -0
  108. package/docs/interfaces/_internal_.queryItineraryInfoByOrderIdList-1.html +54 -0
  109. package/docs/interfaces/_internal_.queryItineraryInfoByOrderIdList.html +65 -0
  110. package/docs/interfaces/_internal_.queryItineraryList-1.html +81 -0
  111. package/docs/interfaces/_internal_.queryItineraryList.html +89 -0
  112. package/docs/interfaces/_internal_.queryNoteByOrderIdList.html +73 -0
  113. package/docs/interfaces/_internal_.queryOrder.html +102 -0
  114. package/docs/interfaces/_internal_.queryOrderByIdList.html +86 -0
  115. package/docs/interfaces/_internal_.queryOrderBySkuIdList.html +94 -0
  116. package/docs/interfaces/_internal_.queryOrderChangeSkuRecords.html +73 -0
  117. package/docs/interfaces/_internal_.queryOrderList.html +210 -0
  118. package/docs/interfaces/_internal_.queryOrderMergeRecordByOrderId-1.html +123 -0
  119. package/docs/interfaces/_internal_.queryOrderMergeRecordByOrderId.html +73 -0
  120. package/docs/interfaces/_internal_.queryPartyOrderInfo-1.html +81 -0
  121. package/docs/interfaces/_internal_.queryPartyOrderInfo.html +113 -0
  122. package/docs/interfaces/_internal_.queryPeriodTradeOrderList-1.html +89 -0
  123. package/docs/interfaces/_internal_.queryPeriodTradeOrderList.html +51 -0
  124. package/docs/interfaces/_internal_.queryPeriodTradeOrderOperatorList-1.html +137 -0
  125. package/docs/interfaces/_internal_.queryPeriodTradeOrderOperatorList.html +89 -0
  126. package/docs/interfaces/_internal_.queryRollingSalesStatistics-1.html +113 -0
  127. package/docs/interfaces/_internal_.queryRollingSalesStatistics.html +129 -0
  128. package/docs/interfaces/_internal_.querySaleItem-1.html +81 -0
  129. package/docs/interfaces/_internal_.querySaleItem.html +105 -0
  130. package/docs/interfaces/_internal_.queryShuttleInfoByOrderId-1.html +169 -0
  131. package/docs/interfaces/_internal_.queryShuttleInfoByOrderId.html +73 -0
  132. package/docs/interfaces/_internal_.queryStoreOrderList.html +165 -0
  133. package/docs/interfaces/_internal_.querySubOrderListByRootOrderId.html +94 -0
  134. package/docs/interfaces/_internal_.queryTopSaleItem-1.html +81 -0
  135. package/docs/interfaces/_internal_.queryTopSaleItem.html +97 -0
  136. package/docs/interfaces/_internal_.queryTourismInfoInOrderIdList.html +73 -0
  137. package/docs/interfaces/_internal_.queryUnionIdListByTimeRange.html +89 -0
  138. package/docs/interfaces/_internal_.queryUserOrder.html +153 -0
  139. package/docs/interfaces/_internal_.sendOrderPaidNotification.html +73 -0
  140. package/docs/interfaces/_internal_.submittedToSupplier.html +89 -0
  141. package/docs/interfaces/_internal_.supplierConfirmed.html +89 -0
  142. package/docs/interfaces/_internal_.supplierRejected.html +97 -0
  143. package/docs/interfaces/_internal_.thirdOrderInfoConfirmed.html +105 -0
  144. package/docs/interfaces/_internal_.updateShuttleInfo.html +129 -0
  145. package/docs/interfaces/_internal_.updateTradeOrderRoomCount.html +94 -0
  146. package/docs/interfaces/_internal_.updateTradeOrderTouristsInfo.html +139 -0
  147. package/docs/modules/_internal_.Constants.html +71 -0
  148. package/docs/modules/_internal_.html +180 -0
  149. package/docs/modules.html +62 -0
  150. package/docs/types/_internal_.QueryDataRes.html +56 -0
  151. package/docs/types/_internal_.Record.html +58 -0
  152. package/docs/types/_internal_.importPreCheck-1.html +66 -0
  153. package/docs/types/_internal_.queryNoteByOrderIdList-1.html +106 -0
  154. package/docs/types/_internal_.queryTourismInfoInOrderIdList-1.html +48 -0
  155. package/docs/variables/PosConstants.html +50 -0
  156. package/docs/variables/orderCoreService.html +47 -0
  157. package/docs/variables/orderFulfillService.html +47 -0
  158. package/docs/variables/orderJobService.html +47 -0
  159. package/docs/variables/orderNoteService.html +47 -0
  160. package/docs/variables/queryByCommodityService.html +47 -0
  161. package/docs/variables/queryByStoreService.html +47 -0
  162. package/docs/variables/queryByUserService.html +47 -0
  163. package/docs/variables/queryByWebService.html +47 -0
  164. package/jest.config.js +194 -0
  165. package/package.json +1 -1
  166. package/src/errors/BizError.ts +10 -0
  167. package/src/errors/SystemError.ts +10 -0
  168. package/src/index.ts +33 -0
  169. package/src/pos/http.ts +70 -0
  170. package/src/pos/modules/dataMigrate/service.ts +18 -0
  171. package/src/pos/modules/dataMigrate/types.ts +11 -0
  172. package/src/pos/modules/orderCore/service.ts +55 -0
  173. package/src/pos/modules/orderCore/types.ts +320 -0
  174. package/src/pos/modules/orderFulfill/service.ts +120 -0
  175. package/src/pos/modules/orderFulfill/types.ts +526 -0
  176. package/src/pos/modules/orderJob/service.ts +72 -0
  177. package/src/pos/modules/orderJob/types.ts +42 -0
  178. package/src/pos/modules/orderNote/service.ts +29 -0
  179. package/src/pos/modules/orderNote/types.ts +76 -0
  180. package/src/pos/modules/orderQuery/commodity.ts +59 -0
  181. package/src/pos/modules/orderQuery/store.ts +24 -0
  182. package/src/pos/modules/orderQuery/supplier.ts +34 -0
  183. package/src/pos/modules/orderQuery/types.ts +1124 -0
  184. package/src/pos/modules/orderQuery/user.ts +83 -0
  185. package/src/pos/modules/orderQuery/web.ts +26 -0
  186. package/src/pos/modules/service.ts +31 -0
  187. package/src/types.ts +1079 -0
  188. package/src/utils/env.ts +14 -0
  189. package/src/utils/string.ts +6 -0
  190. package/tsconfig.json +114 -0
  191. package/typedoc.json +15 -0
  192. /package/{errors → dist/errors}/BizError.d.ts +0 -0
  193. /package/{errors → dist/errors}/BizError.js +0 -0
  194. /package/{errors → dist/errors}/SystemError.d.ts +0 -0
  195. /package/{errors → dist/errors}/SystemError.js +0 -0
  196. /package/{index.d.ts → dist/index.d.ts} +0 -0
  197. /package/{index.js → dist/index.js} +0 -0
  198. /package/{pos → dist/pos}/http.d.ts +0 -0
  199. /package/{pos → dist/pos}/modules/dataMigrate/service.d.ts +0 -0
  200. /package/{pos → dist/pos}/modules/dataMigrate/service.js +0 -0
  201. /package/{pos → dist/pos}/modules/dataMigrate/types.d.ts +0 -0
  202. /package/{pos → dist/pos}/modules/dataMigrate/types.js +0 -0
  203. /package/{pos → dist/pos}/modules/orderCore/service.d.ts +0 -0
  204. /package/{pos → dist/pos}/modules/orderCore/service.js +0 -0
  205. /package/{pos → dist/pos}/modules/orderCore/types.d.ts +0 -0
  206. /package/{pos → dist/pos}/modules/orderCore/types.js +0 -0
  207. /package/{pos → dist/pos}/modules/orderFulfill/types.js +0 -0
  208. /package/{pos → dist/pos}/modules/orderJob/service.d.ts +0 -0
  209. /package/{pos → dist/pos}/modules/orderJob/service.js +0 -0
  210. /package/{pos → dist/pos}/modules/orderJob/types.d.ts +0 -0
  211. /package/{pos → dist/pos}/modules/orderJob/types.js +0 -0
  212. /package/{pos → dist/pos}/modules/orderNote/service.d.ts +0 -0
  213. /package/{pos → dist/pos}/modules/orderNote/service.js +0 -0
  214. /package/{pos → dist/pos}/modules/orderNote/types.d.ts +0 -0
  215. /package/{pos → dist/pos}/modules/orderNote/types.js +0 -0
  216. /package/{pos → dist/pos}/modules/orderQuery/commodity.d.ts +0 -0
  217. /package/{pos → dist/pos}/modules/orderQuery/commodity.js +0 -0
  218. /package/{pos → dist/pos}/modules/orderQuery/store.d.ts +0 -0
  219. /package/{pos → dist/pos}/modules/orderQuery/store.js +0 -0
  220. /package/{pos → dist/pos}/modules/orderQuery/supplier.d.ts +0 -0
  221. /package/{pos → dist/pos}/modules/orderQuery/supplier.js +0 -0
  222. /package/{pos → dist/pos}/modules/orderQuery/types.d.ts +0 -0
  223. /package/{pos → dist/pos}/modules/orderQuery/types.js +0 -0
  224. /package/{pos → dist/pos}/modules/orderQuery/user.d.ts +0 -0
  225. /package/{pos → dist/pos}/modules/orderQuery/user.js +0 -0
  226. /package/{pos → dist/pos}/modules/orderQuery/web.d.ts +0 -0
  227. /package/{pos → dist/pos}/modules/orderQuery/web.js +0 -0
  228. /package/{pos → dist/pos}/modules/service.d.ts +0 -0
  229. /package/{pos → dist/pos}/modules/service.js +0 -0
  230. /package/{types.js → dist/types.js} +0 -0
  231. /package/{utils → dist/utils}/env.d.ts +0 -0
  232. /package/{utils → dist/utils}/env.js +0 -0
  233. /package/{utils → dist/utils}/string.d.ts +0 -0
  234. /package/{utils → dist/utils}/string.js +0 -0
package/CHANGELOG.md ADDED
@@ -0,0 +1,584 @@
1
+ # 更新日志
2
+
3
+
4
+ ### [1.0.17](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v1.0.9...v1.0.17) (2024-08-08)
5
+
6
+
7
+ ### 📦 Chores | 其他更新
8
+
9
+ * **release:** 1.0.10 ([78bd6da](https://github.com/snowmountain-top/pos-cli-nodejs/commit/78bd6dadc90cb8661af3d001144aaec3502df2fd))
10
+ * **release:** 1.0.11 ([0c0185b](https://github.com/snowmountain-top/pos-cli-nodejs/commit/0c0185b8be33daadc379ce9601aad30ead0961f4))
11
+ * **release:** 1.0.12 ([20b9db0](https://github.com/snowmountain-top/pos-cli-nodejs/commit/20b9db09cba55c479ff52f1c2984ab1d3ac0db68))
12
+ * **release:** 1.0.13 ([4e2115f](https://github.com/snowmountain-top/pos-cli-nodejs/commit/4e2115fba878b4d64ec1d5ac32075df6ecf849be))
13
+ * **release:** 1.0.14 ([dccdfed](https://github.com/snowmountain-top/pos-cli-nodejs/commit/dccdfed0e1871bc44908d6f4c8dba1e6e15ce341))
14
+ * **release:** 1.0.15 ([d593b1c](https://github.com/snowmountain-top/pos-cli-nodejs/commit/d593b1c83741b99a353ff48d2392335503007928))
15
+ * **release:** 1.0.16 ([3e99638](https://github.com/snowmountain-top/pos-cli-nodejs/commit/3e99638648428d2ef96a16d40088897e6cbb54c5))
16
+
17
+ ### [1.0.16](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v1.0.15...v1.0.16) (2024-08-04)
18
+
19
+ ### [1.0.15](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v1.0.14...v1.0.15) (2024-08-02)
20
+
21
+ ### [1.0.14](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v1.0.13...v1.0.14) (2024-08-02)
22
+
23
+ ### [1.0.13](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v1.0.12...v1.0.13) (2024-08-02)
24
+
25
+ ### [1.0.12](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v1.0.11...v1.0.12) (2024-08-01)
26
+
27
+ ### [1.0.11](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v1.0.10...v1.0.11) (2024-08-01)
28
+
29
+ ### [1.0.10](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v1.0.7...v1.0.10) (2024-07-22)
30
+
31
+
32
+ ### 📦 Chores | 其他更新
33
+
34
+ * **release:** 1.0.8 ([b6ce936](https://github.com/snowmountain-top/pos-cli-nodejs/commit/b6ce936f0e35f800657f25559faa969c816dc37a))
35
+ * **release:** 1.0.9 ([27da297](https://github.com/snowmountain-top/pos-cli-nodejs/commit/27da2974925a95e7e22332c81af713030a2995f1))
36
+
37
+ ### [1.0.9](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v1.0.8...v1.0.9) (2024-07-16)
38
+
39
+ ### [1.0.8](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v1.0.5...v1.0.8) (2024-07-16)
40
+
41
+
42
+ ### 📦 Chores | 其他更新
43
+
44
+ * **release:** 1.0.6 ([6c3b2d6](https://github.com/snowmountain-top/pos-cli-nodejs/commit/6c3b2d65c94cba21aece40ce5e3af6f5977f4df2))
45
+ * **release:** 1.0.7 ([1b4f32c](https://github.com/snowmountain-top/pos-cli-nodejs/commit/1b4f32cbdcada88bb31ce78853a79b668c7671a0))
46
+
47
+ ### [1.0.7](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v1.0.6...v1.0.7) (2024-07-15)
48
+
49
+ ### [1.0.6](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v1.0.4...v1.0.6) (2024-07-15)
50
+
51
+
52
+ ### 📦 Chores | 其他更新
53
+
54
+ * **release:** 1.0.5 ([aa9dc12](https://github.com/snowmountain-top/pos-cli-nodejs/commit/aa9dc12d0d5fbcbae6e29d3fc9797b4e5c8ed00f))
55
+
56
+ ### [1.0.5](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v0.0.173...v1.0.5) (2024-07-12)
57
+
58
+
59
+ ### 📦 Chores | 其他更新
60
+
61
+ * **release:** 0.0.174 ([3e599f4](https://github.com/snowmountain-top/pos-cli-nodejs/commit/3e599f43006e040a3eee213561891a9e3c683786))
62
+ * **release:** 0.0.175 ([e1a6c43](https://github.com/snowmountain-top/pos-cli-nodejs/commit/e1a6c431e891efcf94d408730d78060a3fa1af4d))
63
+ * **release:** 0.0.176 ([113697c](https://github.com/snowmountain-top/pos-cli-nodejs/commit/113697ce2cb05fe79aaa4b33fdb1e64faddc4e4f))
64
+ * **release:** 0.0.177 ([3a38d8d](https://github.com/snowmountain-top/pos-cli-nodejs/commit/3a38d8d7a7242c396a6a53f4b5f1f8009859eca5))
65
+ * **release:** 0.0.178 ([7437c56](https://github.com/snowmountain-top/pos-cli-nodejs/commit/7437c5614b0a8f65c9c95703bfb8ec82736c35a0))
66
+ * **release:** 0.0.179 ([7b44e1b](https://github.com/snowmountain-top/pos-cli-nodejs/commit/7b44e1bc697eaf5854ee17a14584d20f07b92bfa))
67
+ * **release:** 0.0.180 ([416c9e9](https://github.com/snowmountain-top/pos-cli-nodejs/commit/416c9e912c823075323b2cb4462ea7b29a78e6e7))
68
+ * **release:** 1.0.0 ([436d772](https://github.com/snowmountain-top/pos-cli-nodejs/commit/436d772c719dfd2525c952cf551449af40361de9))
69
+ * **release:** 1.0.1 ([bdf5bd1](https://github.com/snowmountain-top/pos-cli-nodejs/commit/bdf5bd1b876a2203fd14c2d7a7d3b1a79bc52534))
70
+ * **release:** 1.0.2 ([66a5689](https://github.com/snowmountain-top/pos-cli-nodejs/commit/66a56895c030d41454d0a07b301518866cfcba42))
71
+ * **release:** 1.0.3 ([66ed9b4](https://github.com/snowmountain-top/pos-cli-nodejs/commit/66ed9b4d4669c37511a361138f669f11c1f743a5))
72
+ * **release:** 1.0.4 ([cc7dcda](https://github.com/snowmountain-top/pos-cli-nodejs/commit/cc7dcdae008bf23a221ea6adbf297acde667df93))
73
+
74
+ ### [1.0.4](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v1.0.3...v1.0.4) (2024-07-08)
75
+
76
+ ### [1.0.3](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v1.0.2...v1.0.3) (2024-07-08)
77
+
78
+ ### [1.0.2](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v1.0.1...v1.0.2) (2024-07-04)
79
+
80
+ ### [1.0.1](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v1.0.0...v1.0.1) (2024-07-04)
81
+
82
+ ## [1.0.0](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v0.0.180...v1.0.0) (2024-07-01)
83
+
84
+ ### [0.0.180](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v0.0.179...v0.0.180) (2024-07-01)
85
+
86
+ ### [0.0.179](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v0.0.178...v0.0.179) (2024-06-24)
87
+
88
+ ### [0.0.178](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v0.0.177...v0.0.178) (2024-06-24)
89
+
90
+ ### [0.0.177](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v0.0.176...v0.0.177) (2024-06-13)
91
+
92
+ ### [0.0.176](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v0.0.175...v0.0.176) (2024-06-13)
93
+
94
+ ### [0.0.175](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v0.0.174...v0.0.175) (2024-06-13)
95
+
96
+ ### [0.0.174](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v0.0.172...v0.0.174) (2024-06-11)
97
+
98
+
99
+ ### 📦 Chores | 其他更新
100
+
101
+ * **release:** 0.0.173 ([39faaf6](https://github.com/snowmountain-top/pos-cli-nodejs/commit/39faaf620950b20833aad715de7cd403ac6d4e8e))
102
+
103
+ ### [0.0.173](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v0.0.162...v0.0.173) (2024-06-11)
104
+
105
+
106
+ ### 📦 Chores | 其他更新
107
+
108
+ * **release:** 0.0.163 ([79bdd3d](https://github.com/snowmountain-top/pos-cli-nodejs/commit/79bdd3d16d4a8faa3d1449db54cc2901add7750b))
109
+ * **release:** 0.0.164 ([8b41c03](https://github.com/snowmountain-top/pos-cli-nodejs/commit/8b41c03e8f64a5fa0a01e96f86c49fffa03d0a78))
110
+ * **release:** 0.0.165 ([e7d3245](https://github.com/snowmountain-top/pos-cli-nodejs/commit/e7d3245f3c0015d75ec48627ef0261860c2ffa6e))
111
+ * **release:** 0.0.166 ([8521cdd](https://github.com/snowmountain-top/pos-cli-nodejs/commit/8521cdd934ecacecc1c791085a9dc61a79499bb4))
112
+ * **release:** 0.0.167 ([63bdba4](https://github.com/snowmountain-top/pos-cli-nodejs/commit/63bdba420ec7351397f612438e350109a4ef7953))
113
+ * **release:** 0.0.168 ([9e8aeab](https://github.com/snowmountain-top/pos-cli-nodejs/commit/9e8aeaba771c8a6f8516c75395dfccba4b433e7a))
114
+ * **release:** 0.0.169 ([a6f5a60](https://github.com/snowmountain-top/pos-cli-nodejs/commit/a6f5a60d8900624a93ab2ad7d19fd26f327bf1f1))
115
+ * **release:** 0.0.170 ([44ec4e9](https://github.com/snowmountain-top/pos-cli-nodejs/commit/44ec4e94f052b17262b3785eb433d41607b0be00))
116
+ * **release:** 0.0.171 ([0b66bc0](https://github.com/snowmountain-top/pos-cli-nodejs/commit/0b66bc0fa7d80313a4a8b91721b456614ac66cd5))
117
+ * **release:** 0.0.171 ([00124b3](https://github.com/snowmountain-top/pos-cli-nodejs/commit/00124b3b79116369bb6aaa416b9161e8d272ce18))
118
+ * **release:** 0.0.172 ([b4ce94c](https://github.com/snowmountain-top/pos-cli-nodejs/commit/b4ce94c0c54d08d6473cbd423033259e43ca1bb6))
119
+
120
+ ### [0.0.172](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v0.0.171...v0.0.172) (2024-06-11)
121
+
122
+
123
+ ### 📦 Chores | 其他更新
124
+
125
+ * **release:** 0.0.171 ([0b66bc0](https://github.com/snowmountain-top/pos-cli-nodejs/commit/0b66bc0fa7d80313a4a8b91721b456614ac66cd5))
126
+
127
+ ### [0.0.171](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v0.0.170...v0.0.171) (2024-06-11)
128
+
129
+ ### [0.0.170](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v0.0.169...v0.0.170) (2024-06-11)
130
+
131
+ ### [0.0.169](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v0.0.168...v0.0.169) (2024-06-11)
132
+
133
+ ### [0.0.168](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v0.0.167...v0.0.168) (2024-06-07)
134
+
135
+ ### [0.0.167](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v0.0.166...v0.0.167) (2024-06-07)
136
+
137
+ ### [0.0.166](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v0.0.165...v0.0.166) (2024-06-06)
138
+
139
+ ### [0.0.165](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v0.0.164...v0.0.165) (2024-05-17)
140
+
141
+ ### [0.0.164](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v0.0.156...v0.0.164) (2024-05-15)
142
+
143
+
144
+ ### 📦 Chores | 其他更新
145
+
146
+ * **release:** 0.0.157 ([9a59601](https://github.com/snowmountain-top/pos-cli-nodejs/commit/9a59601256f2270641d321e83b0385f43a1ed357))
147
+ * **release:** 0.0.158 ([16969d0](https://github.com/snowmountain-top/pos-cli-nodejs/commit/16969d0f031199e8bcf911987836666ccab19f72))
148
+ * **release:** 0.0.159 ([3339f2a](https://github.com/snowmountain-top/pos-cli-nodejs/commit/3339f2a72acbae49eab45912cb391ca6c0d0822c))
149
+ * **release:** 0.0.160 ([6ae2b35](https://github.com/snowmountain-top/pos-cli-nodejs/commit/6ae2b35da173f292f34fe5cbb8169d33d1c3c939))
150
+ * **release:** 0.0.161 ([c337c76](https://github.com/snowmountain-top/pos-cli-nodejs/commit/c337c76de8e1b3957dfb1319b6ee0d8738843b21))
151
+ * **release:** 0.0.162 ([f480218](https://github.com/snowmountain-top/pos-cli-nodejs/commit/f480218ef7acbf04ec87510465621d9737d929b2))
152
+ * **release:** 0.0.163 ([79bdd3d](https://github.com/snowmountain-top/pos-cli-nodejs/commit/79bdd3d16d4a8faa3d1449db54cc2901add7750b))
153
+
154
+ ### [0.0.163](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v0.0.156...v0.0.163) (2024-05-15)
155
+
156
+
157
+ ### 📦 Chores | 其他更新
158
+
159
+ * **release:** 0.0.157 ([9a59601](https://github.com/snowmountain-top/pos-cli-nodejs/commit/9a59601256f2270641d321e83b0385f43a1ed357))
160
+ * **release:** 0.0.158 ([16969d0](https://github.com/snowmountain-top/pos-cli-nodejs/commit/16969d0f031199e8bcf911987836666ccab19f72))
161
+ * **release:** 0.0.159 ([3339f2a](https://github.com/snowmountain-top/pos-cli-nodejs/commit/3339f2a72acbae49eab45912cb391ca6c0d0822c))
162
+ * **release:** 0.0.160 ([6ae2b35](https://github.com/snowmountain-top/pos-cli-nodejs/commit/6ae2b35da173f292f34fe5cbb8169d33d1c3c939))
163
+ * **release:** 0.0.161 ([c337c76](https://github.com/snowmountain-top/pos-cli-nodejs/commit/c337c76de8e1b3957dfb1319b6ee0d8738843b21))
164
+ * **release:** 0.0.162 ([f480218](https://github.com/snowmountain-top/pos-cli-nodejs/commit/f480218ef7acbf04ec87510465621d9737d929b2))
165
+
166
+ ### [0.0.162](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v0.0.161...v0.0.162) (2024-04-29)
167
+
168
+ ### [0.0.161](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v0.0.160...v0.0.161) (2024-04-29)
169
+
170
+ ### [0.0.160](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v0.0.159...v0.0.160) (2024-04-29)
171
+
172
+ ### [0.0.159](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v0.0.156...v0.0.159) (2024-04-24)
173
+
174
+
175
+ ### 📦 Chores | 其他更新
176
+
177
+ * **release:** 0.0.157 ([9a59601](https://github.com/snowmountain-top/pos-cli-nodejs/commit/9a59601256f2270641d321e83b0385f43a1ed357))
178
+ * **release:** 0.0.158 ([16969d0](https://github.com/snowmountain-top/pos-cli-nodejs/commit/16969d0f031199e8bcf911987836666ccab19f72))
179
+
180
+ ### [0.0.158](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v0.0.157...v0.0.158) (2024-04-24)
181
+
182
+ ### [0.0.157](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v0.0.156...v0.0.157) (2024-04-24)
183
+
184
+ ### [0.0.156](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v0.0.114...v0.0.156) (2024-04-24)
185
+
186
+
187
+ ### ✨ Features | 新功能
188
+
189
+ * 发票接口添加返回值 ([0396c6c](https://github.com/snowmountain-top/pos-cli-nodejs/commit/0396c6cb20d864b593fb1ed734ec50eacd7a19e4))
190
+ * 发票接口添加返回值 ([ffc4291](https://github.com/snowmountain-top/pos-cli-nodejs/commit/ffc42919cfaa4d26cc43e110531f58b21db615bb))
191
+ * 发票接口添加新属性 ([ccdb837](https://github.com/snowmountain-top/pos-cli-nodejs/commit/ccdb837049fc461fbcc6552ae686079a11328356))
192
+ * 开票 ([f911b30](https://github.com/snowmountain-top/pos-cli-nodejs/commit/f911b30b3abc323cada2a866d0cfa2e7712792d8))
193
+ * 开票” ([d230b6f](https://github.com/snowmountain-top/pos-cli-nodejs/commit/d230b6fa5858410961f81ad045b3c119dde818fc))
194
+ * jm ([8fdf1ab](https://github.com/snowmountain-top/pos-cli-nodejs/commit/8fdf1ab315e4d90597a118bf34fa82e0b9fb8ad0))
195
+ * jm ([2ab8488](https://github.com/snowmountain-top/pos-cli-nodejs/commit/2ab848861301a5a526fa614679ed4fd3caa5322c))
196
+
197
+
198
+ ### 📦 Chores | 其他更新
199
+
200
+ * **release:** 0.0.115 ([37e7788](https://github.com/snowmountain-top/pos-cli-nodejs/commit/37e77887c7015196868474f10675cf9603aaf595))
201
+ * **release:** 0.0.116 ([39b8895](https://github.com/snowmountain-top/pos-cli-nodejs/commit/39b8895ad142c61c79b57a20c7dfb0994a86143e))
202
+ * **release:** 0.0.117-beta.0 ([175955e](https://github.com/snowmountain-top/pos-cli-nodejs/commit/175955e011e0dfd108be0bec08dadf1914c0ffbb))
203
+ * **release:** 0.0.118 ([ca46971](https://github.com/snowmountain-top/pos-cli-nodejs/commit/ca46971a3ec82effcd9fde4e5550e83d37983303))
204
+ * **release:** 0.0.119 ([34835fb](https://github.com/snowmountain-top/pos-cli-nodejs/commit/34835fb1ad865a30cef7da66855b3ac88714a454))
205
+ * **release:** 0.0.120 ([0536ff7](https://github.com/snowmountain-top/pos-cli-nodejs/commit/0536ff7426d283f73d0dd84c79b3e97d1beac1ea))
206
+ * **release:** 0.0.121 ([a93334c](https://github.com/snowmountain-top/pos-cli-nodejs/commit/a93334cad1f5510ef5d87f2e4d1e1ba2c3a735fe))
207
+ * **release:** 0.0.122 ([2d79bd0](https://github.com/snowmountain-top/pos-cli-nodejs/commit/2d79bd094afc276615c1a784a953750ec2092e4b))
208
+ * **release:** 0.0.123 ([7217631](https://github.com/snowmountain-top/pos-cli-nodejs/commit/72176317942345ee696c42734b5ba58a9b4ba99d))
209
+ * **release:** 0.0.124 ([8ae1416](https://github.com/snowmountain-top/pos-cli-nodejs/commit/8ae1416450d9579ba18877e8a44a86f2f7b51323))
210
+ * **release:** 0.0.125 ([32c136c](https://github.com/snowmountain-top/pos-cli-nodejs/commit/32c136c77ada6d551f647e5bf03a9c6a2d16b94f))
211
+ * **release:** 0.0.126 ([eaa898b](https://github.com/snowmountain-top/pos-cli-nodejs/commit/eaa898b1300cade41e254ec748db86afbc715a73))
212
+ * **release:** 0.0.127 ([faf948a](https://github.com/snowmountain-top/pos-cli-nodejs/commit/faf948a33dd2f110c227db14d807685767c8016f))
213
+ * **release:** 0.0.128 ([bafc1f2](https://github.com/snowmountain-top/pos-cli-nodejs/commit/bafc1f2a6d7f8fb6e208b91696a319a72d8b997e))
214
+ * **release:** 0.0.129 ([ce4400c](https://github.com/snowmountain-top/pos-cli-nodejs/commit/ce4400cbb93555f7e54ecff1588f80b08bddc247))
215
+ * **release:** 0.0.130 ([dbd91bc](https://github.com/snowmountain-top/pos-cli-nodejs/commit/dbd91bc0e59b13ddad87e4eca12b20f827eebefa))
216
+ * **release:** 0.0.131 ([dd88679](https://github.com/snowmountain-top/pos-cli-nodejs/commit/dd8867951dda1bc168f3c83c76ed21e85e77b3e7))
217
+ * **release:** 0.0.132 ([ba39d77](https://github.com/snowmountain-top/pos-cli-nodejs/commit/ba39d776e59a977b348e6067fe9687576ad5cf24))
218
+ * **release:** 0.0.133 ([2a52b2d](https://github.com/snowmountain-top/pos-cli-nodejs/commit/2a52b2d636977857eb528b5da0ad2fd26d157397))
219
+ * **release:** 0.0.134 ([70878e6](https://github.com/snowmountain-top/pos-cli-nodejs/commit/70878e6416575536ca9b6c4d0f9cf9cbdf2a6646))
220
+ * **release:** 0.0.135 ([1317b31](https://github.com/snowmountain-top/pos-cli-nodejs/commit/1317b31d9a70cf68570724be958e31ebfd2024fb))
221
+ * **release:** 0.0.136 ([e5ceb02](https://github.com/snowmountain-top/pos-cli-nodejs/commit/e5ceb02148bdf8a9a99213c8e0ae86d8690f410f))
222
+ * **release:** 0.0.137 ([5285f7e](https://github.com/snowmountain-top/pos-cli-nodejs/commit/5285f7ef9fa2b5c3f3b7663bdf19779e4a2b84be))
223
+ * **release:** 0.0.138 ([8b7a162](https://github.com/snowmountain-top/pos-cli-nodejs/commit/8b7a1623de93e2200d76be36f8779e1e878c145f))
224
+ * **release:** 0.0.139 ([0452df5](https://github.com/snowmountain-top/pos-cli-nodejs/commit/0452df543b640bff4de896228445485396c9aaac))
225
+ * **release:** 0.0.140 ([cdc38b8](https://github.com/snowmountain-top/pos-cli-nodejs/commit/cdc38b89ed53638ca8ddb7f8604de8ceac0dcf6c))
226
+ * **release:** 0.0.141 ([3026d62](https://github.com/snowmountain-top/pos-cli-nodejs/commit/3026d6252428cd60f3b09a5d16200d4e481cdbff))
227
+ * **release:** 0.0.142 ([d844c1a](https://github.com/snowmountain-top/pos-cli-nodejs/commit/d844c1ab3b68d0e7c54c5614b23df9de4391eeda))
228
+ * **release:** 0.0.143 ([b38dca1](https://github.com/snowmountain-top/pos-cli-nodejs/commit/b38dca15559a6be7b26dc02f52f482bf3cc9fe05))
229
+ * **release:** 0.0.144 ([920eb31](https://github.com/snowmountain-top/pos-cli-nodejs/commit/920eb31ef10ac39251048a94db068a0596173161))
230
+ * **release:** 0.0.145 ([3ca84bf](https://github.com/snowmountain-top/pos-cli-nodejs/commit/3ca84bfbf2a557a7cd82ee87e80a1736bae92445))
231
+ * **release:** 0.0.146 ([75cccf2](https://github.com/snowmountain-top/pos-cli-nodejs/commit/75cccf2900e397b3e59aab8aef7d118160895f12))
232
+ * **release:** 0.0.147 ([94a65de](https://github.com/snowmountain-top/pos-cli-nodejs/commit/94a65de30a5339de2bbb30a927d91931de3c3783))
233
+ * **release:** 0.0.148 ([34582d3](https://github.com/snowmountain-top/pos-cli-nodejs/commit/34582d383e5b53b9c0273ceb57ce5e4b654aacc7))
234
+ * **release:** 0.0.149 ([256239f](https://github.com/snowmountain-top/pos-cli-nodejs/commit/256239fda3145a926780cc96835334010665cd30))
235
+ * **release:** 0.0.150 ([5a86a17](https://github.com/snowmountain-top/pos-cli-nodejs/commit/5a86a17f349fe3fa5683dd49a9a193cf3dafb3df))
236
+ * **release:** 0.0.151 ([5ac310a](https://github.com/snowmountain-top/pos-cli-nodejs/commit/5ac310a81b5f167b82bfbf7fedf16d1df3d0a141))
237
+ * **release:** 0.0.152 ([712aebc](https://github.com/snowmountain-top/pos-cli-nodejs/commit/712aebc040cf3caa31056ce3a581666e3509d9d1))
238
+ * **release:** 0.0.153 ([9cff017](https://github.com/snowmountain-top/pos-cli-nodejs/commit/9cff0176a74ee0d786950fb191d243936d44e6e6))
239
+ * **release:** 0.0.154 ([e148749](https://github.com/snowmountain-top/pos-cli-nodejs/commit/e1487492e72044aef8704b4952232b8e6ff43f29))
240
+ * **release:** 0.0.155 ([a70f4e5](https://github.com/snowmountain-top/pos-cli-nodejs/commit/a70f4e51ffbdb088e2f794d733750c83730e3a28))
241
+
242
+ ### [0.0.155](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v0.0.154...v0.0.155) (2024-04-16)
243
+
244
+ ### [0.0.154](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v0.0.153...v0.0.154) (2024-04-16)
245
+
246
+ ### [0.0.153](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v0.0.152...v0.0.153) (2024-04-12)
247
+
248
+ ### [0.0.152](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v0.0.151...v0.0.152) (2024-04-11)
249
+
250
+ ### [0.0.151](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v0.0.150...v0.0.151) (2024-04-03)
251
+
252
+ ### [0.0.150](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v0.0.149...v0.0.150) (2024-03-21)
253
+
254
+ ### [0.0.149](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v0.0.148...v0.0.149) (2024-03-11)
255
+
256
+
257
+ ### ✨ Features | 新功能
258
+
259
+ * jm ([8fdf1ab](https://github.com/snowmountain-top/pos-cli-nodejs/commit/8fdf1ab315e4d90597a118bf34fa82e0b9fb8ad0))
260
+ * jm ([2ab8488](https://github.com/snowmountain-top/pos-cli-nodejs/commit/2ab848861301a5a526fa614679ed4fd3caa5322c))
261
+
262
+ ### [0.0.148](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v0.0.147...v0.0.148) (2024-02-21)
263
+
264
+ ### [0.0.147](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v0.0.145...v0.0.147) (2024-02-21)
265
+
266
+
267
+ ### 📦 Chores | 其他更新
268
+
269
+ * **release:** 0.0.146 ([75cccf2](https://github.com/snowmountain-top/pos-cli-nodejs/commit/75cccf2900e397b3e59aab8aef7d118160895f12))
270
+
271
+ ### [0.0.146](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v0.0.144...v0.0.146) (2024-02-21)
272
+
273
+
274
+ ### 📦 Chores | 其他更新
275
+
276
+ * **release:** 0.0.145 ([3ca84bf](https://github.com/snowmountain-top/pos-cli-nodejs/commit/3ca84bfbf2a557a7cd82ee87e80a1736bae92445))
277
+
278
+ ### [0.0.145](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v0.0.124...v0.0.145) (2024-02-21)
279
+
280
+
281
+ ### ✨ Features | 新功能
282
+
283
+ * 发票接口添加新属性 ([ccdb837](https://github.com/snowmountain-top/pos-cli-nodejs/commit/ccdb837049fc461fbcc6552ae686079a11328356))
284
+ * 发票接口添加返回值 ([0396c6c](https://github.com/snowmountain-top/pos-cli-nodejs/commit/0396c6cb20d864b593fb1ed734ec50eacd7a19e4))
285
+ * 发票接口添加返回值 ([ffc4291](https://github.com/snowmountain-top/pos-cli-nodejs/commit/ffc42919cfaa4d26cc43e110531f58b21db615bb))
286
+ * 开票 ([f911b30](https://github.com/snowmountain-top/pos-cli-nodejs/commit/f911b30b3abc323cada2a866d0cfa2e7712792d8))
287
+ * 开票” ([d230b6f](https://github.com/snowmountain-top/pos-cli-nodejs/commit/d230b6fa5858410961f81ad045b3c119dde818fc))
288
+
289
+
290
+ ### 📦 Chores | 其他更新
291
+
292
+ * **release:** 0.0.125 ([32c136c](https://github.com/snowmountain-top/pos-cli-nodejs/commit/32c136c77ada6d551f647e5bf03a9c6a2d16b94f))
293
+ * **release:** 0.0.126 ([eaa898b](https://github.com/snowmountain-top/pos-cli-nodejs/commit/eaa898b1300cade41e254ec748db86afbc715a73))
294
+ * **release:** 0.0.127 ([faf948a](https://github.com/snowmountain-top/pos-cli-nodejs/commit/faf948a33dd2f110c227db14d807685767c8016f))
295
+ * **release:** 0.0.128 ([bafc1f2](https://github.com/snowmountain-top/pos-cli-nodejs/commit/bafc1f2a6d7f8fb6e208b91696a319a72d8b997e))
296
+ * **release:** 0.0.129 ([ce4400c](https://github.com/snowmountain-top/pos-cli-nodejs/commit/ce4400cbb93555f7e54ecff1588f80b08bddc247))
297
+ * **release:** 0.0.130 ([dbd91bc](https://github.com/snowmountain-top/pos-cli-nodejs/commit/dbd91bc0e59b13ddad87e4eca12b20f827eebefa))
298
+ * **release:** 0.0.131 ([dd88679](https://github.com/snowmountain-top/pos-cli-nodejs/commit/dd8867951dda1bc168f3c83c76ed21e85e77b3e7))
299
+ * **release:** 0.0.132 ([ba39d77](https://github.com/snowmountain-top/pos-cli-nodejs/commit/ba39d776e59a977b348e6067fe9687576ad5cf24))
300
+ * **release:** 0.0.133 ([2a52b2d](https://github.com/snowmountain-top/pos-cli-nodejs/commit/2a52b2d636977857eb528b5da0ad2fd26d157397))
301
+ * **release:** 0.0.134 ([70878e6](https://github.com/snowmountain-top/pos-cli-nodejs/commit/70878e6416575536ca9b6c4d0f9cf9cbdf2a6646))
302
+ * **release:** 0.0.135 ([1317b31](https://github.com/snowmountain-top/pos-cli-nodejs/commit/1317b31d9a70cf68570724be958e31ebfd2024fb))
303
+ * **release:** 0.0.136 ([e5ceb02](https://github.com/snowmountain-top/pos-cli-nodejs/commit/e5ceb02148bdf8a9a99213c8e0ae86d8690f410f))
304
+ * **release:** 0.0.137 ([5285f7e](https://github.com/snowmountain-top/pos-cli-nodejs/commit/5285f7ef9fa2b5c3f3b7663bdf19779e4a2b84be))
305
+ * **release:** 0.0.138 ([8b7a162](https://github.com/snowmountain-top/pos-cli-nodejs/commit/8b7a1623de93e2200d76be36f8779e1e878c145f))
306
+ * **release:** 0.0.139 ([0452df5](https://github.com/snowmountain-top/pos-cli-nodejs/commit/0452df543b640bff4de896228445485396c9aaac))
307
+ * **release:** 0.0.140 ([cdc38b8](https://github.com/snowmountain-top/pos-cli-nodejs/commit/cdc38b89ed53638ca8ddb7f8604de8ceac0dcf6c))
308
+ * **release:** 0.0.141 ([3026d62](https://github.com/snowmountain-top/pos-cli-nodejs/commit/3026d6252428cd60f3b09a5d16200d4e481cdbff))
309
+ * **release:** 0.0.142 ([d844c1a](https://github.com/snowmountain-top/pos-cli-nodejs/commit/d844c1ab3b68d0e7c54c5614b23df9de4391eeda))
310
+ * **release:** 0.0.143 ([b38dca1](https://github.com/snowmountain-top/pos-cli-nodejs/commit/b38dca15559a6be7b26dc02f52f482bf3cc9fe05))
311
+ * **release:** 0.0.144 ([920eb31](https://github.com/snowmountain-top/pos-cli-nodejs/commit/920eb31ef10ac39251048a94db068a0596173161))
312
+
313
+ ### [0.0.144](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v0.0.143...v0.0.144) (2024-02-21)
314
+
315
+
316
+ ### ✨ Features | 新功能
317
+
318
+ * 开票 ([f911b30](https://github.com/snowmountain-top/pos-cli-nodejs/commit/f911b30b3abc323cada2a866d0cfa2e7712792d8))
319
+
320
+ ### [0.0.143](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v0.0.142...v0.0.143) (2024-02-21)
321
+
322
+
323
+ ### ✨ Features | 新功能
324
+
325
+ * 开票” ([d230b6f](https://github.com/snowmountain-top/pos-cli-nodejs/commit/d230b6fa5858410961f81ad045b3c119dde818fc))
326
+
327
+ ### [0.0.142](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v0.0.141...v0.0.142) (2024-02-21)
328
+
329
+
330
+ ### ✨ Features | 新功能
331
+
332
+ * 发票接口添加返回值 ([0396c6c](https://github.com/snowmountain-top/pos-cli-nodejs/commit/0396c6cb20d864b593fb1ed734ec50eacd7a19e4))
333
+
334
+ ### [0.0.141](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v0.0.140...v0.0.141) (2024-02-20)
335
+
336
+
337
+ ### ✨ Features | 新功能
338
+
339
+ * 发票接口添加返回值 ([ffc4291](https://github.com/snowmountain-top/pos-cli-nodejs/commit/ffc42919cfaa4d26cc43e110531f58b21db615bb))
340
+
341
+ ### [0.0.140](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v0.0.103-beta.0...v0.0.140) (2024-02-20)
342
+
343
+
344
+ ### 📦 Chores | 其他更新
345
+
346
+ * **release:** 0.0.103 ([50e9a37](https://github.com/snowmountain-top/pos-cli-nodejs/commit/50e9a37874fe4fd63065e05f01f32f06493a78c0))
347
+ * **release:** 0.0.103-beta.1 ([ba2076a](https://github.com/snowmountain-top/pos-cli-nodejs/commit/ba2076ac45384cce64c72b3b9e5df018c999cda5))
348
+ * **release:** 0.0.104 ([76707b5](https://github.com/snowmountain-top/pos-cli-nodejs/commit/76707b533902bea62128b0b9df151a006c82450c))
349
+ * **release:** 0.0.105 ([f66a2f4](https://github.com/snowmountain-top/pos-cli-nodejs/commit/f66a2f440994c5239b2f20fcf884424c8220899a))
350
+ * **release:** 0.0.106 ([e7fa956](https://github.com/snowmountain-top/pos-cli-nodejs/commit/e7fa956a4a3997a8fd0956ca779eef75e5148b6b))
351
+ * **release:** 0.0.107 ([367507a](https://github.com/snowmountain-top/pos-cli-nodejs/commit/367507a264e9ed74805164d1c57c8b266778d508))
352
+ * **release:** 0.0.108 ([bf0a6a5](https://github.com/snowmountain-top/pos-cli-nodejs/commit/bf0a6a55a6ffa661b4079a1b4b3ee1180435f666))
353
+ * **release:** 0.0.109 ([ea2e27a](https://github.com/snowmountain-top/pos-cli-nodejs/commit/ea2e27a23d6f0c5ed3d48e9bb0ed856bca2fd93c))
354
+ * **release:** 0.0.110 ([4ed8681](https://github.com/snowmountain-top/pos-cli-nodejs/commit/4ed8681f1fc3fe4e29021d83fe5b6cfe2290bd95))
355
+ * **release:** 0.0.111 ([3d57a71](https://github.com/snowmountain-top/pos-cli-nodejs/commit/3d57a710fa013e276eed1b79874266a158bc3830))
356
+ * **release:** 0.0.112 ([d9547b4](https://github.com/snowmountain-top/pos-cli-nodejs/commit/d9547b4083d2bb26e34c36ab4f71487bb6479317))
357
+ * **release:** 0.0.113 ([d0664e3](https://github.com/snowmountain-top/pos-cli-nodejs/commit/d0664e39023f96a632252d00760bce07d3e253d7))
358
+ * **release:** 0.0.114 ([db22491](https://github.com/snowmountain-top/pos-cli-nodejs/commit/db224911abc891ced13699bfe2bc2c4458283edc))
359
+ * **release:** 0.0.115 ([37e7788](https://github.com/snowmountain-top/pos-cli-nodejs/commit/37e77887c7015196868474f10675cf9603aaf595))
360
+ * **release:** 0.0.116 ([39b8895](https://github.com/snowmountain-top/pos-cli-nodejs/commit/39b8895ad142c61c79b57a20c7dfb0994a86143e))
361
+ * **release:** 0.0.117-beta.0 ([175955e](https://github.com/snowmountain-top/pos-cli-nodejs/commit/175955e011e0dfd108be0bec08dadf1914c0ffbb))
362
+ * **release:** 0.0.118 ([ca46971](https://github.com/snowmountain-top/pos-cli-nodejs/commit/ca46971a3ec82effcd9fde4e5550e83d37983303))
363
+ * **release:** 0.0.119 ([34835fb](https://github.com/snowmountain-top/pos-cli-nodejs/commit/34835fb1ad865a30cef7da66855b3ac88714a454))
364
+ * **release:** 0.0.120 ([0536ff7](https://github.com/snowmountain-top/pos-cli-nodejs/commit/0536ff7426d283f73d0dd84c79b3e97d1beac1ea))
365
+ * **release:** 0.0.121 ([a93334c](https://github.com/snowmountain-top/pos-cli-nodejs/commit/a93334cad1f5510ef5d87f2e4d1e1ba2c3a735fe))
366
+ * **release:** 0.0.122 ([2d79bd0](https://github.com/snowmountain-top/pos-cli-nodejs/commit/2d79bd094afc276615c1a784a953750ec2092e4b))
367
+ * **release:** 0.0.123 ([7217631](https://github.com/snowmountain-top/pos-cli-nodejs/commit/72176317942345ee696c42734b5ba58a9b4ba99d))
368
+ * **release:** 0.0.124 ([8ae1416](https://github.com/snowmountain-top/pos-cli-nodejs/commit/8ae1416450d9579ba18877e8a44a86f2f7b51323))
369
+ * **release:** 0.0.125 ([32c136c](https://github.com/snowmountain-top/pos-cli-nodejs/commit/32c136c77ada6d551f647e5bf03a9c6a2d16b94f))
370
+ * **release:** 0.0.126 ([eaa898b](https://github.com/snowmountain-top/pos-cli-nodejs/commit/eaa898b1300cade41e254ec748db86afbc715a73))
371
+ * **release:** 0.0.127 ([faf948a](https://github.com/snowmountain-top/pos-cli-nodejs/commit/faf948a33dd2f110c227db14d807685767c8016f))
372
+ * **release:** 0.0.128 ([bafc1f2](https://github.com/snowmountain-top/pos-cli-nodejs/commit/bafc1f2a6d7f8fb6e208b91696a319a72d8b997e))
373
+ * **release:** 0.0.129 ([ce4400c](https://github.com/snowmountain-top/pos-cli-nodejs/commit/ce4400cbb93555f7e54ecff1588f80b08bddc247))
374
+ * **release:** 0.0.130 ([dbd91bc](https://github.com/snowmountain-top/pos-cli-nodejs/commit/dbd91bc0e59b13ddad87e4eca12b20f827eebefa))
375
+ * **release:** 0.0.131 ([dd88679](https://github.com/snowmountain-top/pos-cli-nodejs/commit/dd8867951dda1bc168f3c83c76ed21e85e77b3e7))
376
+ * **release:** 0.0.132 ([ba39d77](https://github.com/snowmountain-top/pos-cli-nodejs/commit/ba39d776e59a977b348e6067fe9687576ad5cf24))
377
+ * **release:** 0.0.133 ([2a52b2d](https://github.com/snowmountain-top/pos-cli-nodejs/commit/2a52b2d636977857eb528b5da0ad2fd26d157397))
378
+ * **release:** 0.0.134 ([70878e6](https://github.com/snowmountain-top/pos-cli-nodejs/commit/70878e6416575536ca9b6c4d0f9cf9cbdf2a6646))
379
+ * **release:** 0.0.135 ([1317b31](https://github.com/snowmountain-top/pos-cli-nodejs/commit/1317b31d9a70cf68570724be958e31ebfd2024fb))
380
+ * **release:** 0.0.136 ([e5ceb02](https://github.com/snowmountain-top/pos-cli-nodejs/commit/e5ceb02148bdf8a9a99213c8e0ae86d8690f410f))
381
+ * **release:** 0.0.137 ([5285f7e](https://github.com/snowmountain-top/pos-cli-nodejs/commit/5285f7ef9fa2b5c3f3b7663bdf19779e4a2b84be))
382
+ * **release:** 0.0.138 ([8b7a162](https://github.com/snowmountain-top/pos-cli-nodejs/commit/8b7a1623de93e2200d76be36f8779e1e878c145f))
383
+ * **release:** 0.0.139 ([0452df5](https://github.com/snowmountain-top/pos-cli-nodejs/commit/0452df543b640bff4de896228445485396c9aaac))
384
+
385
+
386
+ ### ✨ Features | 新功能
387
+
388
+ * 发票接口添加新属性 ([ccdb837](https://github.com/snowmountain-top/pos-cli-nodejs/commit/ccdb837049fc461fbcc6552ae686079a11328356))
389
+
390
+ ### [0.0.139](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v0.0.138...v0.0.139) (2024-01-26)
391
+
392
+ ### [0.0.138](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v0.0.137...v0.0.138) (2024-01-26)
393
+
394
+ ### [0.0.137](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v0.0.136...v0.0.137) (2024-01-26)
395
+
396
+ ### [0.0.136](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v0.0.135...v0.0.136) (2024-01-26)
397
+
398
+ ### [0.0.135](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v0.0.134...v0.0.135) (2024-01-25)
399
+
400
+ ### [0.0.134](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v0.0.133...v0.0.134) (2024-01-24)
401
+
402
+ ### [0.0.133](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v0.0.132...v0.0.133) (2024-01-24)
403
+
404
+ ### [0.0.132](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v0.0.131...v0.0.132) (2024-01-24)
405
+
406
+ ### [0.0.131](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v0.0.130...v0.0.131) (2024-01-24)
407
+
408
+ ### [0.0.130](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v0.0.129...v0.0.130) (2024-01-24)
409
+
410
+ ### [0.0.129](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v0.0.128...v0.0.129) (2024-01-24)
411
+
412
+ ### [0.0.128](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v0.0.127...v0.0.128) (2024-01-23)
413
+
414
+ ### [0.0.127](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v0.0.126...v0.0.127) (2024-01-23)
415
+
416
+ ### [0.0.126](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v0.0.125...v0.0.126) (2024-01-23)
417
+
418
+ ### [0.0.125](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v0.0.112...v0.0.125) (2024-01-23)
419
+
420
+
421
+ ### 📦 Chores | 其他更新
422
+
423
+ * **release:** 0.0.113 ([d0664e3](https://github.com/snowmountain-top/pos-cli-nodejs/commit/d0664e39023f96a632252d00760bce07d3e253d7))
424
+ * **release:** 0.0.114 ([db22491](https://github.com/snowmountain-top/pos-cli-nodejs/commit/db224911abc891ced13699bfe2bc2c4458283edc))
425
+ * **release:** 0.0.115 ([37e7788](https://github.com/snowmountain-top/pos-cli-nodejs/commit/37e77887c7015196868474f10675cf9603aaf595))
426
+ * **release:** 0.0.116 ([39b8895](https://github.com/snowmountain-top/pos-cli-nodejs/commit/39b8895ad142c61c79b57a20c7dfb0994a86143e))
427
+ * **release:** 0.0.117-beta.0 ([175955e](https://github.com/snowmountain-top/pos-cli-nodejs/commit/175955e011e0dfd108be0bec08dadf1914c0ffbb))
428
+ * **release:** 0.0.118 ([ca46971](https://github.com/snowmountain-top/pos-cli-nodejs/commit/ca46971a3ec82effcd9fde4e5550e83d37983303))
429
+ * **release:** 0.0.119 ([34835fb](https://github.com/snowmountain-top/pos-cli-nodejs/commit/34835fb1ad865a30cef7da66855b3ac88714a454))
430
+ * **release:** 0.0.120 ([0536ff7](https://github.com/snowmountain-top/pos-cli-nodejs/commit/0536ff7426d283f73d0dd84c79b3e97d1beac1ea))
431
+ * **release:** 0.0.121 ([a93334c](https://github.com/snowmountain-top/pos-cli-nodejs/commit/a93334cad1f5510ef5d87f2e4d1e1ba2c3a735fe))
432
+ * **release:** 0.0.122 ([2d79bd0](https://github.com/snowmountain-top/pos-cli-nodejs/commit/2d79bd094afc276615c1a784a953750ec2092e4b))
433
+ * **release:** 0.0.123 ([7217631](https://github.com/snowmountain-top/pos-cli-nodejs/commit/72176317942345ee696c42734b5ba58a9b4ba99d))
434
+ * **release:** 0.0.124 ([8ae1416](https://github.com/snowmountain-top/pos-cli-nodejs/commit/8ae1416450d9579ba18877e8a44a86f2f7b51323))
435
+
436
+ ### [0.0.124](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v0.0.123...v0.0.124) (2024-01-18)
437
+
438
+ ### [0.0.123](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v0.0.122...v0.0.123) (2024-01-15)
439
+
440
+ ### [0.0.122](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v0.0.121...v0.0.122) (2024-01-15)
441
+
442
+ ### [0.0.121](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v0.0.120...v0.0.121) (2024-01-15)
443
+
444
+ ### [0.0.120](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v0.0.119...v0.0.120) (2024-01-15)
445
+
446
+ ### [0.0.119](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v0.0.118...v0.0.119) (2024-01-04)
447
+
448
+ ### [0.0.118](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v0.0.117-beta.0...v0.0.118) (2024-01-02)
449
+
450
+ ### [0.0.117-beta.0](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v0.0.116...v0.0.117-beta.0) (2024-01-02)
451
+
452
+ ### [0.0.116](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v0.0.115...v0.0.116) (2023-12-27)
453
+
454
+ ### [0.0.115](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v0.0.106...v0.0.115) (2023-12-26)
455
+
456
+
457
+ ### 📦 Chores | 其他更新
458
+
459
+ * **release:** 0.0.107 ([367507a](https://github.com/snowmountain-top/pos-cli-nodejs/commit/367507a264e9ed74805164d1c57c8b266778d508))
460
+ * **release:** 0.0.108 ([bf0a6a5](https://github.com/snowmountain-top/pos-cli-nodejs/commit/bf0a6a55a6ffa661b4079a1b4b3ee1180435f666))
461
+ * **release:** 0.0.109 ([ea2e27a](https://github.com/snowmountain-top/pos-cli-nodejs/commit/ea2e27a23d6f0c5ed3d48e9bb0ed856bca2fd93c))
462
+ * **release:** 0.0.110 ([4ed8681](https://github.com/snowmountain-top/pos-cli-nodejs/commit/4ed8681f1fc3fe4e29021d83fe5b6cfe2290bd95))
463
+ * **release:** 0.0.111 ([3d57a71](https://github.com/snowmountain-top/pos-cli-nodejs/commit/3d57a710fa013e276eed1b79874266a158bc3830))
464
+ * **release:** 0.0.112 ([d9547b4](https://github.com/snowmountain-top/pos-cli-nodejs/commit/d9547b4083d2bb26e34c36ab4f71487bb6479317))
465
+ * **release:** 0.0.113 ([d0664e3](https://github.com/snowmountain-top/pos-cli-nodejs/commit/d0664e39023f96a632252d00760bce07d3e253d7))
466
+ * **release:** 0.0.114 ([db22491](https://github.com/snowmountain-top/pos-cli-nodejs/commit/db224911abc891ced13699bfe2bc2c4458283edc))
467
+
468
+ ### [0.0.114](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v0.0.102...v0.0.114) (2023-12-26)
469
+
470
+
471
+ ### 📝 Documentation | 文档
472
+
473
+ * 添加 conmitlint config ([465aaab](https://github.com/snowmountain-top/pos-cli-nodejs/commit/465aaab585013c78ebe8e52f5b841dd8c6a51216))
474
+
475
+
476
+ ### 📦 Chores | 其他更新
477
+
478
+ * **release:** 0.0.103 ([50e9a37](https://github.com/snowmountain-top/pos-cli-nodejs/commit/50e9a37874fe4fd63065e05f01f32f06493a78c0))
479
+ * **release:** 0.0.103-beta.0 ([7e14cfc](https://github.com/snowmountain-top/pos-cli-nodejs/commit/7e14cfcae295c3420f18b7919b7542192f2a045c))
480
+ * **release:** 0.0.103-beta.1 ([ba2076a](https://github.com/snowmountain-top/pos-cli-nodejs/commit/ba2076ac45384cce64c72b3b9e5df018c999cda5))
481
+ * **release:** 0.0.104 ([76707b5](https://github.com/snowmountain-top/pos-cli-nodejs/commit/76707b533902bea62128b0b9df151a006c82450c))
482
+ * **release:** 0.0.105 ([f66a2f4](https://github.com/snowmountain-top/pos-cli-nodejs/commit/f66a2f440994c5239b2f20fcf884424c8220899a))
483
+ * **release:** 0.0.106 ([e7fa956](https://github.com/snowmountain-top/pos-cli-nodejs/commit/e7fa956a4a3997a8fd0956ca779eef75e5148b6b))
484
+ * **release:** 0.0.107 ([367507a](https://github.com/snowmountain-top/pos-cli-nodejs/commit/367507a264e9ed74805164d1c57c8b266778d508))
485
+ * **release:** 0.0.108 ([bf0a6a5](https://github.com/snowmountain-top/pos-cli-nodejs/commit/bf0a6a55a6ffa661b4079a1b4b3ee1180435f666))
486
+ * **release:** 0.0.109 ([ea2e27a](https://github.com/snowmountain-top/pos-cli-nodejs/commit/ea2e27a23d6f0c5ed3d48e9bb0ed856bca2fd93c))
487
+ * **release:** 0.0.110 ([4ed8681](https://github.com/snowmountain-top/pos-cli-nodejs/commit/4ed8681f1fc3fe4e29021d83fe5b6cfe2290bd95))
488
+ * **release:** 0.0.111 ([3d57a71](https://github.com/snowmountain-top/pos-cli-nodejs/commit/3d57a710fa013e276eed1b79874266a158bc3830))
489
+ * **release:** 0.0.112 ([d9547b4](https://github.com/snowmountain-top/pos-cli-nodejs/commit/d9547b4083d2bb26e34c36ab4f71487bb6479317))
490
+ * **release:** 0.0.113 ([d0664e3](https://github.com/snowmountain-top/pos-cli-nodejs/commit/d0664e39023f96a632252d00760bce07d3e253d7))
491
+
492
+ ### [0.0.113](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v0.0.102...v0.0.113) (2023-12-26)
493
+
494
+
495
+ ### 📝 Documentation | 文档
496
+
497
+ * 添加 conmitlint config ([465aaab](https://github.com/snowmountain-top/pos-cli-nodejs/commit/465aaab585013c78ebe8e52f5b841dd8c6a51216))
498
+
499
+
500
+ ### 📦 Chores | 其他更新
501
+
502
+ * **release:** 0.0.103 ([50e9a37](https://github.com/snowmountain-top/pos-cli-nodejs/commit/50e9a37874fe4fd63065e05f01f32f06493a78c0))
503
+ * **release:** 0.0.103-beta.0 ([7e14cfc](https://github.com/snowmountain-top/pos-cli-nodejs/commit/7e14cfcae295c3420f18b7919b7542192f2a045c))
504
+ * **release:** 0.0.103-beta.1 ([ba2076a](https://github.com/snowmountain-top/pos-cli-nodejs/commit/ba2076ac45384cce64c72b3b9e5df018c999cda5))
505
+ * **release:** 0.0.104 ([76707b5](https://github.com/snowmountain-top/pos-cli-nodejs/commit/76707b533902bea62128b0b9df151a006c82450c))
506
+ * **release:** 0.0.105 ([f66a2f4](https://github.com/snowmountain-top/pos-cli-nodejs/commit/f66a2f440994c5239b2f20fcf884424c8220899a))
507
+ * **release:** 0.0.106 ([e7fa956](https://github.com/snowmountain-top/pos-cli-nodejs/commit/e7fa956a4a3997a8fd0956ca779eef75e5148b6b))
508
+ * **release:** 0.0.107 ([367507a](https://github.com/snowmountain-top/pos-cli-nodejs/commit/367507a264e9ed74805164d1c57c8b266778d508))
509
+ * **release:** 0.0.108 ([bf0a6a5](https://github.com/snowmountain-top/pos-cli-nodejs/commit/bf0a6a55a6ffa661b4079a1b4b3ee1180435f666))
510
+ * **release:** 0.0.109 ([ea2e27a](https://github.com/snowmountain-top/pos-cli-nodejs/commit/ea2e27a23d6f0c5ed3d48e9bb0ed856bca2fd93c))
511
+ * **release:** 0.0.110 ([4ed8681](https://github.com/snowmountain-top/pos-cli-nodejs/commit/4ed8681f1fc3fe4e29021d83fe5b6cfe2290bd95))
512
+ * **release:** 0.0.111 ([3d57a71](https://github.com/snowmountain-top/pos-cli-nodejs/commit/3d57a710fa013e276eed1b79874266a158bc3830))
513
+ * **release:** 0.0.112 ([d9547b4](https://github.com/snowmountain-top/pos-cli-nodejs/commit/d9547b4083d2bb26e34c36ab4f71487bb6479317))
514
+
515
+ ### [0.0.112](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v0.0.111...v0.0.112) (2023-12-25)
516
+
517
+ ### [0.0.111](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v0.0.110...v0.0.111) (2023-12-25)
518
+
519
+ ### [0.0.110](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v0.0.109...v0.0.110) (2023-12-24)
520
+
521
+ ### 0.0.109 (2023-12-21)
522
+
523
+
524
+ ### 📝 Documentation | 文档
525
+
526
+ * 添加 conmitlint config ([465aaab](https://github.com/snowmountain-top/pos-cli-nodejs/commit/465aaab585013c78ebe8e52f5b841dd8c6a51216))
527
+
528
+
529
+ ### 📦 Chores | 其他更新
530
+
531
+ * **release:** 0.0.103 ([50e9a37](https://github.com/snowmountain-top/pos-cli-nodejs/commit/50e9a37874fe4fd63065e05f01f32f06493a78c0))
532
+ * **release:** 0.0.103-beta.0 ([7e14cfc](https://github.com/snowmountain-top/pos-cli-nodejs/commit/7e14cfcae295c3420f18b7919b7542192f2a045c))
533
+ * **release:** 0.0.103-beta.1 ([ba2076a](https://github.com/snowmountain-top/pos-cli-nodejs/commit/ba2076ac45384cce64c72b3b9e5df018c999cda5))
534
+ * **release:** 0.0.104 ([76707b5](https://github.com/snowmountain-top/pos-cli-nodejs/commit/76707b533902bea62128b0b9df151a006c82450c))
535
+ * **release:** 0.0.105 ([f66a2f4](https://github.com/snowmountain-top/pos-cli-nodejs/commit/f66a2f440994c5239b2f20fcf884424c8220899a))
536
+ * **release:** 0.0.106 ([e7fa956](https://github.com/snowmountain-top/pos-cli-nodejs/commit/e7fa956a4a3997a8fd0956ca779eef75e5148b6b))
537
+ * **release:** 0.0.107 ([367507a](https://github.com/snowmountain-top/pos-cli-nodejs/commit/367507a264e9ed74805164d1c57c8b266778d508))
538
+ * **release:** 0.0.108 ([bf0a6a5](https://github.com/snowmountain-top/pos-cli-nodejs/commit/bf0a6a55a6ffa661b4079a1b4b3ee1180435f666))
539
+
540
+ ### [0.0.108](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v0.0.107...v0.0.108) (2023-12-19)
541
+
542
+ ### 0.0.107 (2023-12-19)
543
+
544
+
545
+ ### 📝 Documentation | 文档
546
+
547
+ * 添加 conmitlint config ([465aaab](https://github.com/snowmountain-top/pos-cli-nodejs/commit/465aaab585013c78ebe8e52f5b841dd8c6a51216))
548
+
549
+
550
+ ### 📦 Chores | 其他更新
551
+
552
+ * **release:** 0.0.103 ([50e9a37](https://github.com/snowmountain-top/pos-cli-nodejs/commit/50e9a37874fe4fd63065e05f01f32f06493a78c0))
553
+ * **release:** 0.0.103-beta.0 ([7e14cfc](https://github.com/snowmountain-top/pos-cli-nodejs/commit/7e14cfcae295c3420f18b7919b7542192f2a045c))
554
+ * **release:** 0.0.103-beta.1 ([ba2076a](https://github.com/snowmountain-top/pos-cli-nodejs/commit/ba2076ac45384cce64c72b3b9e5df018c999cda5))
555
+ * **release:** 0.0.104 ([76707b5](https://github.com/snowmountain-top/pos-cli-nodejs/commit/76707b533902bea62128b0b9df151a006c82450c))
556
+ * **release:** 0.0.105 ([f66a2f4](https://github.com/snowmountain-top/pos-cli-nodejs/commit/f66a2f440994c5239b2f20fcf884424c8220899a))
557
+ * **release:** 0.0.106 ([e7fa956](https://github.com/snowmountain-top/pos-cli-nodejs/commit/e7fa956a4a3997a8fd0956ca779eef75e5148b6b))
558
+
559
+ ### [0.0.106](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v0.0.105...v0.0.106) (2023-12-13)
560
+
561
+ ### [0.0.105](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v0.0.104...v0.0.105) (2023-12-12)
562
+
563
+ ### [0.0.104](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v0.0.103...v0.0.104) (2023-11-30)
564
+
565
+ ### [0.0.103](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v0.0.103-beta.1...v0.0.103) (2023-11-30)
566
+
567
+ ### [0.0.103-beta.1](https://github.com/snowmountain-top/pos-cli-nodejs/compare/v0.0.101...v0.0.103-beta.1) (2023-11-30)
568
+
569
+
570
+ ### 📝 Documentation | 文档
571
+
572
+ * 添加 conmitlint config ([465aaab](https://github.com/snowmountain-top/pos-cli-nodejs/commit/465aaab585013c78ebe8e52f5b841dd8c6a51216))
573
+
574
+
575
+ ### 📦 Chores | 其他更新
576
+
577
+ * **release:** 0.0.103-beta.0 ([7e14cfc](https://github.com/snowmountain-top/pos-cli-nodejs/commit/7e14cfcae295c3420f18b7919b7542192f2a045c))
578
+
579
+ ### 0.0.103-beta.0 (2023-11-29)
580
+
581
+
582
+ ### 📝 Documentation | 文档
583
+
584
+ * 添加 conmitlint config ([465aaab](https://github.com/snowmountain-top/pos-cli-nodejs/commit/465aaab585013c78ebe8e52f5b841dd8c6a51216))
package/Makefile ADDED
@@ -0,0 +1,4 @@
1
+ patch-version:
2
+ pnpm version patch && git push
3
+ publish:
4
+ npm run build && cd dist && npm publish && cd ..