From 23dfe022182d18293a0feda1340eafaa9be6c70d Mon Sep 17 00:00:00 2001 From: azu Date: Wed, 21 Jun 2023 08:34:40 +0900 Subject: [PATCH] v2.0.0 --- CHANGELOG.md | 211 ++++++++---------- lerna.json | 11 +- .../classifier-item-category/CHANGELOG.md | 62 ++--- .../classifier-item-category/package.json | 100 ++++----- packages/@jser/data-fetcher/CHANGELOG.md | 46 ++-- packages/@jser/data-fetcher/package.json | 112 +++++----- packages/@jser/post-parser/CHANGELOG.md | 52 ++--- packages/@jser/post-parser/package.json | 162 +++++++------- packages/@jser/stat/CHANGELOG.md | 50 ++--- packages/@jser/stat/package.json | 124 +++++----- 10 files changed, 412 insertions(+), 518 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f35de1..d45094c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,208 +3,173 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [1.2.1](https://github.com/jser/dataset/compare/v1.2.0...v1.2.1) (2021-06-29) - +# [2.0.0](https://github.com/jser/dataset/compare/v1.2.1...v2.0.0) (2023-06-20) ### Bug Fixes -* ReleaseNoteは明示的にタグを付けたもののみを扱う ([a63479d](https://github.com/jser/dataset/commit/a63479d9620969e271687ad112c380f0345c4661)) - +- script ([c29d0f4](https://github.com/jser/dataset/commit/c29d0f49a449db2a9c742aa4aebf053c94a04eac)) +- **stats:** remove natural and request ([b4abceb](https://github.com/jser/dataset/commit/b4abceb58c57cc9d91f6219a79565af4afbec9a2)) +## [1.2.1](https://github.com/jser/dataset/compare/v1.2.0...v1.2.1) (2021-06-29) +### Bug Fixes +- ReleaseNote は明示的にタグを付けたもののみを扱う ([a63479d](https://github.com/jser/dataset/commit/a63479d9620969e271687ad112c380f0345c4661)) # [1.2.0](https://github.com/jser/dataset/compare/v1.1.6...v1.2.0) (2021-02-15) - ### Features -* add ReleaseNote as Headline ([1909d84](https://github.com/jser/dataset/commit/1909d84aa649a2588bfa21a98c3117e7ffc744fa)) - - - - +- add ReleaseNote as Headline ([1909d84](https://github.com/jser/dataset/commit/1909d84aa649a2588bfa21a98c3117e7ffc744fa)) ## [1.1.6](https://github.com/jser/dataset/compare/v1.1.5...v1.1.6) (2021-01-14) **Note:** Version bump only for package dataset - - - - -## [1.1.5](https://github.com/jser/dataset/compare/v1.1.4...v1.1.5) (2019-07-30) +## [1.1.5](https://github.com/jser/dataset/compare/v1.1.4...v1.1.5) (2019-07-30) ### Bug Fixes -* **classifier-item-category:** add slide,video,book,ebook as fix tag ([e942f02](https://github.com/jser/dataset/commit/e942f02)) - - - +- **classifier-item-category:** add slide,video,book,ebook as fix tag ([e942f02](https://github.com/jser/dataset/commit/e942f02)) -## [1.1.4](https://github.com/jser/dataset/compare/v1.1.3...v1.1.4) (2019-02-19) +## [1.1.4](https://github.com/jser/dataset/compare/v1.1.3...v1.1.4) (2019-02-19) ### Bug Fixes -* **stat:** Update README ([e488dd3](https://github.com/jser/dataset/commit/e488dd3)) - - - +- **stat:** Update README ([e488dd3](https://github.com/jser/dataset/commit/e488dd3)) -## [1.1.3](https://github.com/jser/dataset/compare/v1.1.2...v1.1.3) (2019-02-19) +## [1.1.3](https://github.com/jser/dataset/compare/v1.1.2...v1.1.3) (2019-02-19) ### Bug Fixes -* **packages:** update devDependencies ([c450b0d](https://github.com/jser/dataset/commit/c450b0d)) - - - +- **packages:** update devDependencies ([c450b0d](https://github.com/jser/dataset/commit/c450b0d)) -## [1.1.2](https://github.com/jser/dataset/compare/v1.1.1...v1.1.2) (2018-05-11) +## [1.1.2](https://github.com/jser/dataset/compare/v1.1.1...v1.1.2) (2018-05-11) ### Bug Fixes -* **data-fetcher:** use https ([73b0bcb](https://github.com/jser/dataset/commit/73b0bcb)) - - - +- **data-fetcher:** use https ([73b0bcb](https://github.com/jser/dataset/commit/73b0bcb)) -## [1.1.1](https://github.com/jser/dataset/compare/v1.1.0...v1.1.1) (2018-05-03) - - +## [1.1.1](https://github.com/jser/dataset/compare/v1.1.0...v1.1.1) (2018-05-03) **Note:** Version bump only for package dataset -# [1.1.0](https://github.com/jser/dataset/compare/v1.0.3...v1.1.0) (2018-05-03) +# [1.1.0](https://github.com/jser/dataset/compare/v1.0.3...v1.1.0) (2018-05-03) ### Bug Fixes -* **algo:** beginIndex === endIndex then return item[index] ([8c08407](https://github.com/jser/dataset/commit/8c08407)) -* **algo:** beginIndex === endIndex then return item[index] ([42cd5ba](https://github.com/jser/dataset/commit/42cd5ba)) -* **algo:** rename method ([dd36891](https://github.com/jser/dataset/commit/dd36891)) -* **AlgoItem:** fix `findItemsBetween` algorithm ([789abc9](https://github.com/jser/dataset/commit/789abc9)) -* **classifier-item-category:** remove unused data ([cb97d33](https://github.com/jser/dataset/commit/cb97d33)) -* **data:** correct order when save ([8849a36](https://github.com/jser/dataset/commit/8849a36)) -* **data:** enhance fetch data ([966c3c2](https://github.com/jser/dataset/commit/966c3c2)) -* **data:** use request instead of http ([d66a12d](https://github.com/jser/dataset/commit/d66a12d)) -* **data-fetcher:** fix postDetails url ([83b1402](https://github.com/jser/dataset/commit/83b1402)) -* **example:** add item and posts ([82992dc](https://github.com/jser/dataset/commit/82992dc)) -* **index:** export as class ([1590510](https://github.com/jser/dataset/commit/1590510)) -* **JSerStat:** `posts` data are sorted by date ([95ba80e](https://github.com/jser/dataset/commit/95ba80e)) -* **JSerStat:** fix JSer#findJSerWeeksBetween ([dc08360](https://github.com/jser/dataset/commit/dc08360)) -* **JSerState:** fix #getJSerWeeks when posts equal to 1 ([05502b4](https://github.com/jser/dataset/commit/05502b4)) -* **JSerWeek:** fix to correct begin is prev post ([eefc2ae](https://github.com/jser/dataset/commit/eefc2ae)) -* **model:** add content to JSerItem ([84bb058](https://github.com/jser/dataset/commit/84bb058)) -* **model:** post -> item ([661a3d2](https://github.com/jser/dataset/commit/661a3d2)) -* **npm:** add bin to files ([23a62e3](https://github.com/jser/dataset/commit/23a62e3)) -* **npm:** add test script ([891ff08](https://github.com/jser/dataset/commit/891ff08)) -* **npm:** use console.log ([693dbd6](https://github.com/jser/dataset/commit/693dbd6)) -* **stat:** fix stat test ([e65ae01](https://github.com/jser/dataset/commit/e65ae01)) -* **stat:** fix transpile bug? ([0b9d985](https://github.com/jser/dataset/commit/0b9d985)) -* **stat:** remove bin ([60fc48b](https://github.com/jser/dataset/commit/60fc48b)) -* **test:** fix method name ([0202b3a](https://github.com/jser/dataset/commit/0202b3a)) -* change deps to "[@jser](https://github.com/jser)/stat" ([43393dc](https://github.com/jser/dataset/commit/43393dc)) -* remove cli ([2c76613](https://github.com/jser/dataset/commit/2c76613)) -* **test:** TODO: why class JSerItem fail... ([a251844](https://github.com/jser/dataset/commit/a251844)) - +- **algo:** beginIndex === endIndex then return item[index] ([8c08407](https://github.com/jser/dataset/commit/8c08407)) +- **algo:** beginIndex === endIndex then return item[index] ([42cd5ba](https://github.com/jser/dataset/commit/42cd5ba)) +- **algo:** rename method ([dd36891](https://github.com/jser/dataset/commit/dd36891)) +- **AlgoItem:** fix `findItemsBetween` algorithm ([789abc9](https://github.com/jser/dataset/commit/789abc9)) +- **classifier-item-category:** remove unused data ([cb97d33](https://github.com/jser/dataset/commit/cb97d33)) +- **data:** correct order when save ([8849a36](https://github.com/jser/dataset/commit/8849a36)) +- **data:** enhance fetch data ([966c3c2](https://github.com/jser/dataset/commit/966c3c2)) +- **data:** use request instead of http ([d66a12d](https://github.com/jser/dataset/commit/d66a12d)) +- **data-fetcher:** fix postDetails url ([83b1402](https://github.com/jser/dataset/commit/83b1402)) +- **example:** add item and posts ([82992dc](https://github.com/jser/dataset/commit/82992dc)) +- **index:** export as class ([1590510](https://github.com/jser/dataset/commit/1590510)) +- **JSerStat:** `posts` data are sorted by date ([95ba80e](https://github.com/jser/dataset/commit/95ba80e)) +- **JSerStat:** fix JSer#findJSerWeeksBetween ([dc08360](https://github.com/jser/dataset/commit/dc08360)) +- **JSerState:** fix #getJSerWeeks when posts equal to 1 ([05502b4](https://github.com/jser/dataset/commit/05502b4)) +- **JSerWeek:** fix to correct begin is prev post ([eefc2ae](https://github.com/jser/dataset/commit/eefc2ae)) +- **model:** add content to JSerItem ([84bb058](https://github.com/jser/dataset/commit/84bb058)) +- **model:** post -> item ([661a3d2](https://github.com/jser/dataset/commit/661a3d2)) +- **npm:** add bin to files ([23a62e3](https://github.com/jser/dataset/commit/23a62e3)) +- **npm:** add test script ([891ff08](https://github.com/jser/dataset/commit/891ff08)) +- **npm:** use console.log ([693dbd6](https://github.com/jser/dataset/commit/693dbd6)) +- **stat:** fix stat test ([e65ae01](https://github.com/jser/dataset/commit/e65ae01)) +- **stat:** fix transpile bug? ([0b9d985](https://github.com/jser/dataset/commit/0b9d985)) +- **stat:** remove bin ([60fc48b](https://github.com/jser/dataset/commit/60fc48b)) +- **test:** fix method name ([0202b3a](https://github.com/jser/dataset/commit/0202b3a)) +- change deps to "[@jser](https://github.com/jser)/stat" ([43393dc](https://github.com/jser/dataset/commit/43393dc)) +- remove cli ([2c76613](https://github.com/jser/dataset/commit/2c76613)) +- **test:** TODO: why class JSerItem fail... ([a251844](https://github.com/jser/dataset/commit/a251844)) ### Features -* **algo:** could get JSerItem between dates ([5c16cf0](https://github.com/jser/dataset/commit/5c16cf0)) -* **cli:** add update-jser-stat command ([42b0824](https://github.com/jser/dataset/commit/42b0824)) -* **compute:** add countByGroup function ([a900f50](https://github.com/jser/dataset/commit/a900f50)) -* **example:** add bench time to example.js ([ed78de8](https://github.com/jser/dataset/commit/ed78de8)) -* **example:** add browser example ([ebb61d9](https://github.com/jser/dataset/commit/ebb61d9)) -* **example:** add example ([eaa4ef2](https://github.com/jser/dataset/commit/eaa4ef2)) -* **example:** add example.js ([017f17a](https://github.com/jser/dataset/commit/017f17a)) -* **JSerStat:** add JSer#findJSerWeekWithURL ([a92137d](https://github.com/jser/dataset/commit/a92137d)) -* **JSerStat:** implement #findItemWithURL ([b3c9993](https://github.com/jser/dataset/commit/b3c9993)) -* **JSerStat:** implement #findWeekWithItem ([3952d70](https://github.com/jser/dataset/commit/3952d70)) -* **model:** add post/weekNumber ([0033440](https://github.com/jser/dataset/commit/0033440)) -* **natural:** add NaturalSearcher ([537c26a](https://github.com/jser/dataset/commit/537c26a)) -* **natural:** add tags to search index ([ee0c3bf](https://github.com/jser/dataset/commit/ee0c3bf)) -* **posts:** add categoriy filter ([a5c8852](https://github.com/jser/dataset/commit/a5c8852)) -* **stat:** add [@jser](https://github.com/jser)/stat ([c6e1c42](https://github.com/jser/dataset/commit/c6e1c42)) -* **Stat:** add getItemsBetWeen ([79116d4](https://github.com/jser/dataset/commit/79116d4)), closes [#1](https://github.com/jser/dataset/issues/1) -* add DefaultData ([5a85489](https://github.com/jser/dataset/commit/5a85489)) -* **week:** add #getJSerWeeksBetWeen ([ecbbf31](https://github.com/jser/dataset/commit/ecbbf31)) - +- **algo:** could get JSerItem between dates ([5c16cf0](https://github.com/jser/dataset/commit/5c16cf0)) +- **cli:** add update-jser-stat command ([42b0824](https://github.com/jser/dataset/commit/42b0824)) +- **compute:** add countByGroup function ([a900f50](https://github.com/jser/dataset/commit/a900f50)) +- **example:** add bench time to example.js ([ed78de8](https://github.com/jser/dataset/commit/ed78de8)) +- **example:** add browser example ([ebb61d9](https://github.com/jser/dataset/commit/ebb61d9)) +- **example:** add example ([eaa4ef2](https://github.com/jser/dataset/commit/eaa4ef2)) +- **example:** add example.js ([017f17a](https://github.com/jser/dataset/commit/017f17a)) +- **JSerStat:** add JSer#findJSerWeekWithURL ([a92137d](https://github.com/jser/dataset/commit/a92137d)) +- **JSerStat:** implement #findItemWithURL ([b3c9993](https://github.com/jser/dataset/commit/b3c9993)) +- **JSerStat:** implement #findWeekWithItem ([3952d70](https://github.com/jser/dataset/commit/3952d70)) +- **model:** add post/weekNumber ([0033440](https://github.com/jser/dataset/commit/0033440)) +- **natural:** add NaturalSearcher ([537c26a](https://github.com/jser/dataset/commit/537c26a)) +- **natural:** add tags to search index ([ee0c3bf](https://github.com/jser/dataset/commit/ee0c3bf)) +- **posts:** add categoriy filter ([a5c8852](https://github.com/jser/dataset/commit/a5c8852)) +- **stat:** add [@jser](https://github.com/jser)/stat ([c6e1c42](https://github.com/jser/dataset/commit/c6e1c42)) +- **Stat:** add getItemsBetWeen ([79116d4](https://github.com/jser/dataset/commit/79116d4)), closes [#1](https://github.com/jser/dataset/issues/1) +- add DefaultData ([5a85489](https://github.com/jser/dataset/commit/5a85489)) +- **week:** add #getJSerWeeksBetWeen ([ecbbf31](https://github.com/jser/dataset/commit/ecbbf31)) ### Performance Improvements -* **algo:** use binary search ([23d3e76](https://github.com/jser/dataset/commit/23d3e76)) -* **JSerStat:** improve #findWeekWithItem ([71cbbf2](https://github.com/jser/dataset/commit/71cbbf2)) -* **JSerStat:** introduce lazy prop for JSerWeek ([adab544](https://github.com/jser/dataset/commit/adab544)) -* **JSerStat:** make NaturalSearch lazy prop ([1cebfae](https://github.com/jser/dataset/commit/1cebfae)) - - - +- **algo:** use binary search ([23d3e76](https://github.com/jser/dataset/commit/23d3e76)) +- **JSerStat:** improve #findWeekWithItem ([71cbbf2](https://github.com/jser/dataset/commit/71cbbf2)) +- **JSerStat:** introduce lazy prop for JSerWeek ([adab544](https://github.com/jser/dataset/commit/adab544)) +- **JSerStat:** make NaturalSearch lazy prop ([1cebfae](https://github.com/jser/dataset/commit/1cebfae)) -## [1.0.3](https://github.com/jser/dataset/compare/v1.0.2...v1.0.3) (2018-05-03) +## [1.0.3](https://github.com/jser/dataset/compare/v1.0.2...v1.0.3) (2018-05-03) ### Bug Fixes -* tz ([7d98d68](https://github.com/jser/dataset/commit/7d98d68)) -* url ([b6e2e2f](https://github.com/jser/dataset/commit/b6e2e2f)) -* utc ([1cf143f](https://github.com/jser/dataset/commit/1cf143f)) - - - +- tz ([7d98d68](https://github.com/jser/dataset/commit/7d98d68)) +- url ([b6e2e2f](https://github.com/jser/dataset/commit/b6e2e2f)) +- utc ([1cf143f](https://github.com/jser/dataset/commit/1cf143f)) -## [1.0.2](https://github.com/jser/dataset/compare/v1.0.1...v1.0.2) (2018-05-03) +## [1.0.2](https://github.com/jser/dataset/compare/v1.0.1...v1.0.2) (2018-05-03) ### Bug Fixes -* **post-parser:** fix date and add url ([07c1f9a](https://github.com/jser/dataset/commit/07c1f9a)) - - - +- **post-parser:** fix date and add url ([07c1f9a](https://github.com/jser/dataset/commit/07c1f9a)) -## [1.0.1](https://github.com/jser/dataset/compare/v1.0.0...v1.0.1) (2018-05-03) - - +## [1.0.1](https://github.com/jser/dataset/compare/v1.0.0...v1.0.1) (2018-05-03) **Note:** Version bump only for package dataset -# 1.0.0 (2018-05-03) +# 1.0.0 (2018-05-03) ### Bug Fixes -* **category:** rename to CategoryKey ([799467f](https://github.com/jser/dataset/commit/799467f)) -* export ParseResult ([2f82dca](https://github.com/jser/dataset/commit/2f82dca)) -* more strict support ([b6f4bda](https://github.com/jser/dataset/commit/b6f4bda)) -* rename constructor ([e4336cc](https://github.com/jser/dataset/commit/e4336cc)) -* return ParseResult[] ([bc6d8f3](https://github.com/jser/dataset/commit/bc6d8f3)) -* **lerna:** fix test ([ab27552](https://github.com/jser/dataset/commit/ab27552)) -* **parser:** add line break after tag html ([3beafdc](https://github.com/jser/dataset/commit/3beafdc)) - +- **category:** rename to CategoryKey ([799467f](https://github.com/jser/dataset/commit/799467f)) +- export ParseResult ([2f82dca](https://github.com/jser/dataset/commit/2f82dca)) +- more strict support ([b6f4bda](https://github.com/jser/dataset/commit/b6f4bda)) +- rename constructor ([e4336cc](https://github.com/jser/dataset/commit/e4336cc)) +- return ParseResult[] ([bc6d8f3](https://github.com/jser/dataset/commit/bc6d8f3)) +- **lerna:** fix test ([ab27552](https://github.com/jser/dataset/commit/ab27552)) +- **parser:** add line break after tag html ([3beafdc](https://github.com/jser/dataset/commit/3beafdc)) ### Features -* **category:** add CategoryKeys ([ba403e2](https://github.com/jser/dataset/commit/ba403e2)) -* support content parser ([d228e0c](https://github.com/jser/dataset/commit/d228e0c)) -* **category:** add JSer.info specific terminology ([062640d](https://github.com/jser/dataset/commit/062640d)) -* **data-fetcher:** add data-fetcher ([b3f1142](https://github.com/jser/dataset/commit/b3f1142)) -* **jser:** add absolute classify ([6a3b54d](https://github.com/jser/dataset/commit/6a3b54d)) -* **parse:** add meta data ([376f12d](https://github.com/jser/dataset/commit/376f12d)) -* **tag:** add "news" as Headline ([086f4ae](https://github.com/jser/dataset/commit/086f4ae)) +- **category:** add CategoryKeys ([ba403e2](https://github.com/jser/dataset/commit/ba403e2)) +- support content parser ([d228e0c](https://github.com/jser/dataset/commit/d228e0c)) +- **category:** add JSer.info specific terminology ([062640d](https://github.com/jser/dataset/commit/062640d)) +- **data-fetcher:** add data-fetcher ([b3f1142](https://github.com/jser/dataset/commit/b3f1142)) +- **jser:** add absolute classify ([6a3b54d](https://github.com/jser/dataset/commit/6a3b54d)) +- **parse:** add meta data ([376f12d](https://github.com/jser/dataset/commit/376f12d)) +- **tag:** add "news" as Headline ([086f4ae](https://github.com/jser/dataset/commit/086f4ae)) diff --git a/lerna.json b/lerna.json index 05a6cad..0ac3cc8 100644 --- a/lerna.json +++ b/lerna.json @@ -1,9 +1,6 @@ { - "lerna": "2.11.0", - "packages": [ - "packages/*", - "packages/@jser/*" - ], - "version": "1.2.1", - "npmClient": "yarn" + "lerna": "2.11.0", + "packages": ["packages/*", "packages/@jser/*"], + "version": "2.0.0", + "npmClient": "yarn" } diff --git a/packages/@jser/classifier-item-category/CHANGELOG.md b/packages/@jser/classifier-item-category/CHANGELOG.md index f5aae31..fc0ef6d 100644 --- a/packages/@jser/classifier-item-category/CHANGELOG.md +++ b/packages/@jser/classifier-item-category/CHANGELOG.md @@ -3,97 +3,75 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [1.2.1](https://github.com/jser/dataset/compare/v1.2.0...v1.2.1) (2021-06-29) - +# [2.0.0](https://github.com/jser/dataset/compare/v1.2.1...v2.0.0) (2023-06-20) ### Bug Fixes -* ReleaseNoteは明示的にタグを付けたもののみを扱う ([a63479d](https://github.com/jser/dataset/commit/a63479d9620969e271687ad112c380f0345c4661)) - +- **stats:** remove natural and request ([b4abceb](https://github.com/jser/dataset/commit/b4abceb58c57cc9d91f6219a79565af4afbec9a2)) +## [1.2.1](https://github.com/jser/dataset/compare/v1.2.0...v1.2.1) (2021-06-29) +### Bug Fixes +- ReleaseNote は明示的にタグを付けたもののみを扱う ([a63479d](https://github.com/jser/dataset/commit/a63479d9620969e271687ad112c380f0345c4661)) # [1.2.0](https://github.com/jser/dataset/compare/v1.1.6...v1.2.0) (2021-02-15) - ### Features -* add ReleaseNote as Headline ([1909d84](https://github.com/jser/dataset/commit/1909d84aa649a2588bfa21a98c3117e7ffc744fa)) - - - - +- add ReleaseNote as Headline ([1909d84](https://github.com/jser/dataset/commit/1909d84aa649a2588bfa21a98c3117e7ffc744fa)) ## [1.1.6](https://github.com/jser/dataset/compare/v1.1.5...v1.1.6) (2021-01-14) **Note:** Version bump only for package @jser/classifier-item-category - - - - -## [1.1.5](https://github.com/jser/dataset/compare/v1.1.4...v1.1.5) (2019-07-30) +## [1.1.5](https://github.com/jser/dataset/compare/v1.1.4...v1.1.5) (2019-07-30) ### Bug Fixes -* **classifier-item-category:** add slide,video,book,ebook as fix tag ([e942f02](https://github.com/jser/dataset/commit/e942f02)) - - - +- **classifier-item-category:** add slide,video,book,ebook as fix tag ([e942f02](https://github.com/jser/dataset/commit/e942f02)) -## [1.1.3](https://github.com/jser/dataset/compare/v1.1.2...v1.1.3) (2019-02-19) +## [1.1.3](https://github.com/jser/dataset/compare/v1.1.2...v1.1.3) (2019-02-19) ### Bug Fixes -* **packages:** update devDependencies ([c450b0d](https://github.com/jser/dataset/commit/c450b0d)) - - - +- **packages:** update devDependencies ([c450b0d](https://github.com/jser/dataset/commit/c450b0d)) -## [1.1.2](https://github.com/jser/dataset/compare/v1.1.1...v1.1.2) (2018-05-11) - - +## [1.1.2](https://github.com/jser/dataset/compare/v1.1.1...v1.1.2) (2018-05-11) **Note:** Version bump only for package @jser/classifier-item-category -# [1.1.0](https://github.com/jser/dataset/compare/v1.0.3...v1.1.0) (2018-05-03) +# [1.1.0](https://github.com/jser/dataset/compare/v1.0.3...v1.1.0) (2018-05-03) ### Bug Fixes -* **classifier-item-category:** remove unused data ([cb97d33](https://github.com/jser/dataset/commit/cb97d33)) -* **data-fetcher:** fix postDetails url ([83b1402](https://github.com/jser/dataset/commit/83b1402)) -* change deps to "[@jser](https://github.com/jser)/stat" ([43393dc](https://github.com/jser/dataset/commit/43393dc)) -* remove cli ([2c76613](https://github.com/jser/dataset/commit/2c76613)) - +- **classifier-item-category:** remove unused data ([cb97d33](https://github.com/jser/dataset/commit/cb97d33)) +- **data-fetcher:** fix postDetails url ([83b1402](https://github.com/jser/dataset/commit/83b1402)) +- change deps to "[@jser](https://github.com/jser)/stat" ([43393dc](https://github.com/jser/dataset/commit/43393dc)) +- remove cli ([2c76613](https://github.com/jser/dataset/commit/2c76613)) ### Features -* **stat:** add [@jser](https://github.com/jser)/stat ([c6e1c42](https://github.com/jser/dataset/commit/c6e1c42)) - - - +- **stat:** add [@jser](https://github.com/jser)/stat ([c6e1c42](https://github.com/jser/dataset/commit/c6e1c42)) -## [1.0.1](https://github.com/jser/dataset/compare/v1.0.0...v1.0.1) (2018-05-03) - - +## [1.0.1](https://github.com/jser/dataset/compare/v1.0.0...v1.0.1) (2018-05-03) **Note:** Version bump only for package @jser/classifier-item-category -# 1.0.0 (2018-05-03) +# 1.0.0 (2018-05-03) ### Features -* **data-fetcher:** add data-fetcher ([b3f1142](https://github.com/jser/dataset/commit/b3f1142)) +- **data-fetcher:** add data-fetcher ([b3f1142](https://github.com/jser/dataset/commit/b3f1142)) diff --git a/packages/@jser/classifier-item-category/package.json b/packages/@jser/classifier-item-category/package.json index 9b98311..ecc7d9e 100644 --- a/packages/@jser/classifier-item-category/package.json +++ b/packages/@jser/classifier-item-category/package.json @@ -1,52 +1,52 @@ { - "name": "@jser/classifier-item-category", - "version": "1.2.1", - "description": "Classifier category from JSer item", - "keywords": [ - "jser" - ], - "homepage": "https://github.com/jser/dataset", - "bugs": { - "url": "https://github.com/jser/dataset/issues" - }, - "license": "MIT", - "author": "azu", - "files": [ - "bin/", - "data/", - "lib/", - "src/" - ], - "main": "lib/index.js", - "directories": { - "test": "test" - }, - "repository": { - "type": "git", - "url": "https://github.com/jser/dataset.git" - }, - "scripts": { - "build": "NODE_ENV=production babel src --out-dir lib --source-maps", - "prepublish": "npm run --if-present build", - "test": "mocha test/", - "watch": "babel src --out-dir lib --watch --source-maps", - "clean": "rimraf lib/" - }, - "dependencies": { - "@jser/post-parser": "^1.2.1", - "natural": "^5.0.3" - }, - "devDependencies": { - "@babel/cli": "^7.22.5", - "@babel/core": "^7.22.5", - "@babel/preset-env": "^7.22.5", - "@babel/register": "^7.22.5", - "@jser/data-fetcher": "^1.2.1", - "babel-preset-jsdoc-to-assert": "^5.0.0", - "mocha": "^10.2.0", - "rimraf": "^5.0.1" - }, - "publishConfig": { - "access": "public" - } + "name": "@jser/classifier-item-category", + "version": "2.0.0", + "description": "Classifier category from JSer item", + "keywords": [ + "jser" + ], + "homepage": "https://github.com/jser/dataset", + "bugs": { + "url": "https://github.com/jser/dataset/issues" + }, + "license": "MIT", + "author": "azu", + "files": [ + "bin/", + "data/", + "lib/", + "src/" + ], + "main": "lib/index.js", + "directories": { + "test": "test" + }, + "repository": { + "type": "git", + "url": "https://github.com/jser/dataset.git" + }, + "scripts": { + "build": "NODE_ENV=production babel src --out-dir lib --source-maps", + "prepublish": "npm run --if-present build", + "test": "mocha test/", + "watch": "babel src --out-dir lib --watch --source-maps", + "clean": "rimraf lib/" + }, + "dependencies": { + "@jser/post-parser": "^2.0.0", + "natural": "^5.0.3" + }, + "devDependencies": { + "@babel/cli": "^7.22.5", + "@babel/core": "^7.22.5", + "@babel/preset-env": "^7.22.5", + "@babel/register": "^7.22.5", + "@jser/data-fetcher": "^2.0.0", + "babel-preset-jsdoc-to-assert": "^5.0.0", + "mocha": "^10.2.0", + "rimraf": "^5.0.1" + }, + "publishConfig": { + "access": "public" + } } diff --git a/packages/@jser/data-fetcher/CHANGELOG.md b/packages/@jser/data-fetcher/CHANGELOG.md index 5540330..ff7a36e 100644 --- a/packages/@jser/data-fetcher/CHANGELOG.md +++ b/packages/@jser/data-fetcher/CHANGELOG.md @@ -3,73 +3,59 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [1.2.1](https://github.com/jser/dataset/compare/v1.2.0...v1.2.1) (2021-06-29) - -**Note:** Version bump only for package @jser/data-fetcher +# [2.0.0](https://github.com/jser/dataset/compare/v1.2.1...v2.0.0) (2023-06-20) +### Bug Fixes +- **stats:** remove natural and request ([b4abceb](https://github.com/jser/dataset/commit/b4abceb58c57cc9d91f6219a79565af4afbec9a2)) +## [1.2.1](https://github.com/jser/dataset/compare/v1.2.0...v1.2.1) (2021-06-29) +**Note:** Version bump only for package @jser/data-fetcher ## [1.1.6](https://github.com/jser/dataset/compare/v1.1.5...v1.1.6) (2021-01-14) **Note:** Version bump only for package @jser/data-fetcher - - - - -## [1.1.3](https://github.com/jser/dataset/compare/v1.1.2...v1.1.3) (2019-02-19) +## [1.1.3](https://github.com/jser/dataset/compare/v1.1.2...v1.1.3) (2019-02-19) ### Bug Fixes -* **packages:** update devDependencies ([c450b0d](https://github.com/jser/dataset/commit/c450b0d)) - - - +- **packages:** update devDependencies ([c450b0d](https://github.com/jser/dataset/commit/c450b0d)) -## [1.1.2](https://github.com/jser/dataset/compare/v1.1.1...v1.1.2) (2018-05-11) +## [1.1.2](https://github.com/jser/dataset/compare/v1.1.1...v1.1.2) (2018-05-11) ### Bug Fixes -* **data-fetcher:** use https ([73b0bcb](https://github.com/jser/dataset/commit/73b0bcb)) - - - +- **data-fetcher:** use https ([73b0bcb](https://github.com/jser/dataset/commit/73b0bcb)) -# [1.1.0](https://github.com/jser/dataset/compare/v1.0.3...v1.1.0) (2018-05-03) +# [1.1.0](https://github.com/jser/dataset/compare/v1.0.3...v1.1.0) (2018-05-03) ### Bug Fixes -* **classifier-item-category:** remove unused data ([cb97d33](https://github.com/jser/dataset/commit/cb97d33)) -* **data-fetcher:** fix postDetails url ([83b1402](https://github.com/jser/dataset/commit/83b1402)) - - - +- **classifier-item-category:** remove unused data ([cb97d33](https://github.com/jser/dataset/commit/cb97d33)) +- **data-fetcher:** fix postDetails url ([83b1402](https://github.com/jser/dataset/commit/83b1402)) -## [1.0.1](https://github.com/jser/dataset/compare/v1.0.0...v1.0.1) (2018-05-03) - - +## [1.0.1](https://github.com/jser/dataset/compare/v1.0.0...v1.0.1) (2018-05-03) **Note:** Version bump only for package @jser/data-fetcher -# 1.0.0 (2018-05-03) +# 1.0.0 (2018-05-03) ### Bug Fixes -* **lerna:** fix test ([ab27552](https://github.com/jser/dataset/commit/ab27552)) - +- **lerna:** fix test ([ab27552](https://github.com/jser/dataset/commit/ab27552)) ### Features -* **data-fetcher:** add data-fetcher ([b3f1142](https://github.com/jser/dataset/commit/b3f1142)) +- **data-fetcher:** add data-fetcher ([b3f1142](https://github.com/jser/dataset/commit/b3f1142)) diff --git a/packages/@jser/data-fetcher/package.json b/packages/@jser/data-fetcher/package.json index 4b86860..365da35 100644 --- a/packages/@jser/data-fetcher/package.json +++ b/packages/@jser/data-fetcher/package.json @@ -1,59 +1,57 @@ { - "name": "@jser/data-fetcher", - "version": "1.2.1", - "description": "Data Fetcher library for dataset.", - "keywords": [ - "data", - "jser" - ], - "homepage": "https://github.com/jser/dataset/tree/master/packages/@jser/data-fetcher/", - "bugs": { - "url": "https://github.com/jser/dataset/issues" - }, - "license": "MIT", - "author": "azu", - "files": [ - "bin/", - "lib/", - "src/" - ], - "main": "lib/data-fetcher.js", - "types": "lib/data-fetcher.d.ts", - "directories": { - "lib": "lib", - "test": "test" - }, - "repository": { - "type": "git", - "url": "https://github.com/jser/dataset.git" - }, - "scripts": { - "build": "cross-env NODE_ENV=production tsc -p .", - "clean": "rimraf lib/", - "prepublish": "npm run --if-present build", - "test": "mocha \"test/**/*.ts\"", - "prettier": "prettier --write \"**/*.{js,jsx,ts,tsx,css}\"", - "watch": "tsc -p . --watch" - }, - "prettier": { - "printWidth": 120, - "singleQuote": false, - "tabWidth": 4 - }, - "dependencies": { - }, - "devDependencies": { - "@types/mocha": "^10.0.1", - "@types/node": "^20.3.1", - "cross-env": "^7.0.3", - "mocha": "^10.2.0", - "prettier": "^2.8.8", - "rimraf": "^5.0.1", - "ts-node": "^10.9.1", - "ts-node-test-register": "^10.0.0", - "typescript": "^5.1.3" - }, - "publishConfig": { - "access": "public" - } + "name": "@jser/data-fetcher", + "version": "2.0.0", + "description": "Data Fetcher library for dataset.", + "keywords": [ + "data", + "jser" + ], + "homepage": "https://github.com/jser/dataset/tree/master/packages/@jser/data-fetcher/", + "bugs": { + "url": "https://github.com/jser/dataset/issues" + }, + "license": "MIT", + "author": "azu", + "files": [ + "bin/", + "lib/", + "src/" + ], + "main": "lib/data-fetcher.js", + "types": "lib/data-fetcher.d.ts", + "directories": { + "lib": "lib", + "test": "test" + }, + "repository": { + "type": "git", + "url": "https://github.com/jser/dataset.git" + }, + "scripts": { + "build": "cross-env NODE_ENV=production tsc -p .", + "clean": "rimraf lib/", + "prepublish": "npm run --if-present build", + "test": "mocha \"test/**/*.ts\"", + "prettier": "prettier --write \"**/*.{js,jsx,ts,tsx,css}\"", + "watch": "tsc -p . --watch" + }, + "prettier": { + "printWidth": 120, + "singleQuote": false, + "tabWidth": 4 + }, + "devDependencies": { + "@types/mocha": "^10.0.1", + "@types/node": "^20.3.1", + "cross-env": "^7.0.3", + "mocha": "^10.2.0", + "prettier": "^2.8.8", + "rimraf": "^5.0.1", + "ts-node": "^10.9.1", + "ts-node-test-register": "^10.0.0", + "typescript": "^5.1.3" + }, + "publishConfig": { + "access": "public" + } } diff --git a/packages/@jser/post-parser/CHANGELOG.md b/packages/@jser/post-parser/CHANGELOG.md index 6280ede..9323d27 100644 --- a/packages/@jser/post-parser/CHANGELOG.md +++ b/packages/@jser/post-parser/CHANGELOG.md @@ -3,80 +3,64 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [1.2.1](https://github.com/jser/dataset/compare/v1.2.0...v1.2.1) (2021-06-29) - -**Note:** Version bump only for package @jser/post-parser +# [2.0.0](https://github.com/jser/dataset/compare/v1.2.1...v2.0.0) (2023-06-20) +### Bug Fixes +- **stats:** remove natural and request ([b4abceb](https://github.com/jser/dataset/commit/b4abceb58c57cc9d91f6219a79565af4afbec9a2)) +## [1.2.1](https://github.com/jser/dataset/compare/v1.2.0...v1.2.1) (2021-06-29) +**Note:** Version bump only for package @jser/post-parser ## [1.1.6](https://github.com/jser/dataset/compare/v1.1.5...v1.1.6) (2021-01-14) **Note:** Version bump only for package @jser/post-parser - - - - -## [1.1.3](https://github.com/jser/dataset/compare/v1.1.2...v1.1.3) (2019-02-19) +## [1.1.3](https://github.com/jser/dataset/compare/v1.1.2...v1.1.3) (2019-02-19) ### Bug Fixes -* **packages:** update devDependencies ([c450b0d](https://github.com/jser/dataset/commit/c450b0d)) - - - +- **packages:** update devDependencies ([c450b0d](https://github.com/jser/dataset/commit/c450b0d)) -# [1.1.0](https://github.com/jser/dataset/compare/v1.0.3...v1.1.0) (2018-05-03) +# [1.1.0](https://github.com/jser/dataset/compare/v1.0.3...v1.1.0) (2018-05-03) ### Bug Fixes -* **classifier-item-category:** remove unused data ([cb97d33](https://github.com/jser/dataset/commit/cb97d33)) - - - +- **classifier-item-category:** remove unused data ([cb97d33](https://github.com/jser/dataset/commit/cb97d33)) -## [1.0.3](https://github.com/jser/dataset/compare/v1.0.2...v1.0.3) (2018-05-03) +## [1.0.3](https://github.com/jser/dataset/compare/v1.0.2...v1.0.3) (2018-05-03) ### Bug Fixes -* tz ([7d98d68](https://github.com/jser/dataset/commit/7d98d68)) -* url ([b6e2e2f](https://github.com/jser/dataset/commit/b6e2e2f)) -* utc ([1cf143f](https://github.com/jser/dataset/commit/1cf143f)) - - - +- tz ([7d98d68](https://github.com/jser/dataset/commit/7d98d68)) +- url ([b6e2e2f](https://github.com/jser/dataset/commit/b6e2e2f)) +- utc ([1cf143f](https://github.com/jser/dataset/commit/1cf143f)) -## [1.0.2](https://github.com/jser/dataset/compare/v1.0.1...v1.0.2) (2018-05-03) +## [1.0.2](https://github.com/jser/dataset/compare/v1.0.1...v1.0.2) (2018-05-03) ### Bug Fixes -* **post-parser:** fix date and add url ([07c1f9a](https://github.com/jser/dataset/commit/07c1f9a)) - - - +- **post-parser:** fix date and add url ([07c1f9a](https://github.com/jser/dataset/commit/07c1f9a)) -## [1.0.1](https://github.com/jser/dataset/compare/v1.0.0...v1.0.1) (2018-05-03) - - +## [1.0.1](https://github.com/jser/dataset/compare/v1.0.0...v1.0.1) (2018-05-03) **Note:** Version bump only for package @jser/post-parser -# 1.0.0 (2018-05-03) +# 1.0.0 (2018-05-03) ### Features -* **data-fetcher:** add data-fetcher ([b3f1142](https://github.com/jser/dataset/commit/b3f1142)) +- **data-fetcher:** add data-fetcher ([b3f1142](https://github.com/jser/dataset/commit/b3f1142)) diff --git a/packages/@jser/post-parser/package.json b/packages/@jser/post-parser/package.json index 7769926..c9af354 100644 --- a/packages/@jser/post-parser/package.json +++ b/packages/@jser/post-parser/package.json @@ -1,83 +1,83 @@ { - "name": "@jser/post-parser", - "version": "1.2.1", - "keywords": [ - "jser" - ], - "homepage": "https://github.com/jser/dataset", - "bugs": { - "url": "https://github.com/jser/dataset/issues" - }, - "license": "MIT", - "author": "azu", - "files": [ - "bin/", - "lib/", - "src/" - ], - "main": "lib/index.js", - "types": "lib/index.d.ts", - "directories": { - "test": "test" - }, - "repository": { - "type": "git", - "url": "https://github.com/jser/dataset.git" - }, - "scripts": { - "build": "cross-env NODE_ENV=production tsc -p .", - "precommit": "lint-staged", - "postcommit": "git reset", - "prepublish": "npm run --if-present build", - "test": "mocha 'test/**/*.js'", - "test:updateSnapshot": "cross-env UPDATE_SNAPSHOT=1 mocha 'test/**/*.js'", - "prettier": "prettier --write '**/*.{js,jsx,ts,tsx,css}'", - "watch": "tsc -p . --watch", - "clean": "rimraf lib/" - }, - "prettier": { - "printWidth": 120, - "tabWidth": 4 - }, - "dependencies": { - "@types/moment-timezone": "^0.5.4", - "@types/url-join": "^4.0.1", - "debug": "^4.3.4", - "execall": "^1.0.0", - "js-yaml": "^3.11.0", - "lodash.difference": "^4.5.0", - "moment": "^2.29.4", - "moment-timezone": "^0.5.43", - "remark": "^9.0.0", - "remark-frontmatter": "^1.2.0", - "remark-parse": "^5.0.0", - "remark-parse-yaml": "^0.0.1", - "unified": "^6.1.6", - "unist-util-find-all-after": "^1.0.1", - "unist-util-is": "^2.1.1", - "unist-util-select": "^1.5.0", - "url-join": "^4.0.0" - }, - "devDependencies": { - "@types/mocha": "^10.0.1", - "@types/node": "^20.3.1", - "cross-env": "^7.0.3", - "lint-staged": "^13.2.2", - "mocha": "^10.2.0", - "power-assert": "^1.6.1", - "prettier": "^2.8.8", - "rimraf": "^5.0.1", - "ts-node": "^10.9.1", - "typescript": "^5.1.3" - }, - "publishConfig": { - "access": "public" - }, - "content": "JSer.info post item category parser.", - "lint-staged": { - "*.{js,jsx,ts,tsx,css}": [ - "prettier --write", - "git add" - ] - } + "name": "@jser/post-parser", + "version": "2.0.0", + "keywords": [ + "jser" + ], + "homepage": "https://github.com/jser/dataset", + "bugs": { + "url": "https://github.com/jser/dataset/issues" + }, + "license": "MIT", + "author": "azu", + "files": [ + "bin/", + "lib/", + "src/" + ], + "main": "lib/index.js", + "types": "lib/index.d.ts", + "directories": { + "test": "test" + }, + "repository": { + "type": "git", + "url": "https://github.com/jser/dataset.git" + }, + "scripts": { + "build": "cross-env NODE_ENV=production tsc -p .", + "precommit": "lint-staged", + "postcommit": "git reset", + "prepublish": "npm run --if-present build", + "test": "mocha 'test/**/*.js'", + "test:updateSnapshot": "cross-env UPDATE_SNAPSHOT=1 mocha 'test/**/*.js'", + "prettier": "prettier --write '**/*.{js,jsx,ts,tsx,css}'", + "watch": "tsc -p . --watch", + "clean": "rimraf lib/" + }, + "prettier": { + "printWidth": 120, + "tabWidth": 4 + }, + "dependencies": { + "@types/moment-timezone": "^0.5.4", + "@types/url-join": "^4.0.1", + "debug": "^4.3.4", + "execall": "^1.0.0", + "js-yaml": "^3.11.0", + "lodash.difference": "^4.5.0", + "moment": "^2.29.4", + "moment-timezone": "^0.5.43", + "remark": "^9.0.0", + "remark-frontmatter": "^1.2.0", + "remark-parse": "^5.0.0", + "remark-parse-yaml": "^0.0.1", + "unified": "^6.1.6", + "unist-util-find-all-after": "^1.0.1", + "unist-util-is": "^2.1.1", + "unist-util-select": "^1.5.0", + "url-join": "^4.0.0" + }, + "devDependencies": { + "@types/mocha": "^10.0.1", + "@types/node": "^20.3.1", + "cross-env": "^7.0.3", + "lint-staged": "^13.2.2", + "mocha": "^10.2.0", + "power-assert": "^1.6.1", + "prettier": "^2.8.8", + "rimraf": "^5.0.1", + "ts-node": "^10.9.1", + "typescript": "^5.1.3" + }, + "publishConfig": { + "access": "public" + }, + "content": "JSer.info post item category parser.", + "lint-staged": { + "*.{js,jsx,ts,tsx,css}": [ + "prettier --write", + "git add" + ] + } } diff --git a/packages/@jser/stat/CHANGELOG.md b/packages/@jser/stat/CHANGELOG.md index 634263e..ea44b5f 100644 --- a/packages/@jser/stat/CHANGELOG.md +++ b/packages/@jser/stat/CHANGELOG.md @@ -3,76 +3,62 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [1.2.1](https://github.com/jser/dataset/compare/v1.2.0...v1.2.1) (2021-06-29) - +# [2.0.0](https://github.com/jser/dataset/compare/v1.2.1...v2.0.0) (2023-06-20) ### Bug Fixes -* ReleaseNoteは明示的にタグを付けたもののみを扱う ([a63479d](https://github.com/jser/dataset/commit/a63479d9620969e271687ad112c380f0345c4661)) - +- **stats:** remove natural and request ([b4abceb](https://github.com/jser/dataset/commit/b4abceb58c57cc9d91f6219a79565af4afbec9a2)) +## [1.2.1](https://github.com/jser/dataset/compare/v1.2.0...v1.2.1) (2021-06-29) +### Bug Fixes +- ReleaseNote は明示的にタグを付けたもののみを扱う ([a63479d](https://github.com/jser/dataset/commit/a63479d9620969e271687ad112c380f0345c4661)) ## [1.1.6](https://github.com/jser/dataset/compare/v1.1.5...v1.1.6) (2021-01-14) **Note:** Version bump only for package @jser/stat - - - - -## [1.1.4](https://github.com/jser/dataset/compare/v1.1.3...v1.1.4) (2019-02-19) +## [1.1.4](https://github.com/jser/dataset/compare/v1.1.3...v1.1.4) (2019-02-19) ### Bug Fixes -* **stat:** Update README ([e488dd3](https://github.com/jser/dataset/commit/e488dd3)) - - - +- **stat:** Update README ([e488dd3](https://github.com/jser/dataset/commit/e488dd3)) -## [1.1.3](https://github.com/jser/dataset/compare/v1.1.2...v1.1.3) (2019-02-19) +## [1.1.3](https://github.com/jser/dataset/compare/v1.1.2...v1.1.3) (2019-02-19) ### Bug Fixes -* **packages:** update devDependencies ([c450b0d](https://github.com/jser/dataset/commit/c450b0d)) - - - +- **packages:** update devDependencies ([c450b0d](https://github.com/jser/dataset/commit/c450b0d)) -## [1.1.2](https://github.com/jser/stat-js/compare/v1.1.1...v1.1.2) (2018-05-11) - - +## [1.1.2](https://github.com/jser/stat-js/compare/v1.1.1...v1.1.2) (2018-05-11) **Note:** Version bump only for package @jser/stat -## [1.1.1](https://github.com/jser/stat-js/compare/v1.1.0...v1.1.1) (2018-05-03) - - +## [1.1.1](https://github.com/jser/stat-js/compare/v1.1.0...v1.1.1) (2018-05-03) **Note:** Version bump only for package @jser/stat -# [1.1.0](https://github.com/jser/stat-js/compare/v1.0.3...v1.1.0) (2018-05-03) +# [1.1.0](https://github.com/jser/stat-js/compare/v1.0.3...v1.1.0) (2018-05-03) ### Bug Fixes -* **classifier-item-category:** remove unused data ([cb97d33](https://github.com/jser/stat-js/commit/cb97d33)) -* **stat:** fix stat test ([e65ae01](https://github.com/jser/stat-js/commit/e65ae01)) -* **stat:** remove bin ([60fc48b](https://github.com/jser/stat-js/commit/60fc48b)) -* change deps to "[@jser](https://github.com/jser)/stat" ([43393dc](https://github.com/jser/stat-js/commit/43393dc)) -* remove cli ([2c76613](https://github.com/jser/stat-js/commit/2c76613)) - +- **classifier-item-category:** remove unused data ([cb97d33](https://github.com/jser/stat-js/commit/cb97d33)) +- **stat:** fix stat test ([e65ae01](https://github.com/jser/stat-js/commit/e65ae01)) +- **stat:** remove bin ([60fc48b](https://github.com/jser/stat-js/commit/60fc48b)) +- change deps to "[@jser](https://github.com/jser)/stat" ([43393dc](https://github.com/jser/stat-js/commit/43393dc)) +- remove cli ([2c76613](https://github.com/jser/stat-js/commit/2c76613)) ### Features -* **stat:** add [@jser](https://github.com/jser)/stat ([c6e1c42](https://github.com/jser/stat-js/commit/c6e1c42)) +- **stat:** add [@jser](https://github.com/jser)/stat ([c6e1c42](https://github.com/jser/stat-js/commit/c6e1c42)) diff --git a/packages/@jser/stat/package.json b/packages/@jser/stat/package.json index 9e96ffd..bb2b753 100644 --- a/packages/@jser/stat/package.json +++ b/packages/@jser/stat/package.json @@ -1,64 +1,64 @@ { - "name": "@jser/stat", - "version": "1.2.1", - "description": "JSer.info stat library", - "main": "lib/index.js", - "types": "lib/index.d.ts", - "files": [ - "data/*.js", - "lib", - "src" - ], - "scripts": { - "prepublish": "npm run --if-present build", - "build": "cross-env NODE_ENV=production tsc -p .", - "watch": "tsc -p . --watch", - "test": "mocha 'test/**/*.js'", - "prettier": "prettier --write '**/*.{js,jsx,ts,tsx,css}'", - "precommit": "lint-staged", - "postcommit": "git reset", - "clean": "rimraf lib/" - }, - "publishConfig": { - "access": "public" - }, - "repository": { - "type": "git", - "url": "https://github.com/jser/dataset.git" - }, - "keywords": [ - "jser" - ], - "author": "azu", - "license": "MIT", - "bugs": { - "url": "https://github.com/jser/dataset/issues" - }, - "homepage": "https://github.com/jser/dataset", - "devDependencies": { - "@jser/data-fetcher": "^1.2.1", - "@types/mocha": "^10.0.1", - "@types/node": "^20.3.1", - "cross-env": "^7.0.3", - "lint-staged": "^13.2.2", - "mocha": "^10.2.0", - "power-assert": "^1.6.1", - "prettier": "^2.8.8", - "rimraf": "^5.0.1", - "ts-node": "^10.9.1", - "typescript": "^5.1.3" - }, - "dependencies": { - "binarysearch": "^1.0.0" - }, - "prettier": { - "printWidth": 120, - "tabWidth": 4 - }, - "lint-staged": { - "*.{js,jsx,ts,tsx,css}": [ - "prettier --write", - "git add" - ] - } + "name": "@jser/stat", + "version": "2.0.0", + "description": "JSer.info stat library", + "main": "lib/index.js", + "types": "lib/index.d.ts", + "files": [ + "data/*.js", + "lib", + "src" + ], + "scripts": { + "prepublish": "npm run --if-present build", + "build": "cross-env NODE_ENV=production tsc -p .", + "watch": "tsc -p . --watch", + "test": "mocha 'test/**/*.js'", + "prettier": "prettier --write '**/*.{js,jsx,ts,tsx,css}'", + "precommit": "lint-staged", + "postcommit": "git reset", + "clean": "rimraf lib/" + }, + "publishConfig": { + "access": "public" + }, + "repository": { + "type": "git", + "url": "https://github.com/jser/dataset.git" + }, + "keywords": [ + "jser" + ], + "author": "azu", + "license": "MIT", + "bugs": { + "url": "https://github.com/jser/dataset/issues" + }, + "homepage": "https://github.com/jser/dataset", + "devDependencies": { + "@jser/data-fetcher": "^2.0.0", + "@types/mocha": "^10.0.1", + "@types/node": "^20.3.1", + "cross-env": "^7.0.3", + "lint-staged": "^13.2.2", + "mocha": "^10.2.0", + "power-assert": "^1.6.1", + "prettier": "^2.8.8", + "rimraf": "^5.0.1", + "ts-node": "^10.9.1", + "typescript": "^5.1.3" + }, + "dependencies": { + "binarysearch": "^1.0.0" + }, + "prettier": { + "printWidth": 120, + "tabWidth": 4 + }, + "lint-staged": { + "*.{js,jsx,ts,tsx,css}": [ + "prettier --write", + "git add" + ] + } }