@be-link/pos-cli-nodejs 1.0.6 β†’ 1.0.8

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