Skip to content

Commit

Permalink
build(tsconfig): disable verbatimModuleSyntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ghoshRitesh12 committed Aug 6, 2024
2 parents 56543b0 + 989a633 commit 38dd10a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 15 deletions.
23 changes: 9 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [1.0.2](https://github.com/ghoshRitesh12/aniwatch/compare/v1.0.1...v1.0.2) (2024-08-06)


### Bug Fixes

* **animeAboutInfo:** bug where empty anime id wouldn't throw an error ([1aaae00](https://github.com/ghoshRitesh12/aniwatch/commit/1aaae00d241422f277c0b5a9499a2ffc196bd2cf))



## [1.0.1](https://github.com/ghoshRitesh12/aniwatch/compare/v1.0.0...v1.0.1) (2024-08-06)


Expand Down Expand Up @@ -30,17 +39,3 @@



# [0.3.0](https://github.com/ghoshRitesh12/aniwatch/compare/v0.2.3...v0.3.0) (2024-08-05)


### Features

* add exports in index.ts for scrapers and types ([bc658c7](https://github.com/ghoshRitesh12/aniwatch/commit/bc658c70866ad61d3ff068ebe2b7b435d80686a7))
* add scraper extractors ([fa01d83](https://github.com/ghoshRitesh12/aniwatch/commit/fa01d83031486272924ed86ea99b533648569c70))
* add vitest.config.ts for aniwatch test configuration ([db8c70f](https://github.com/ghoshRitesh12/aniwatch/commit/db8c70feb273694201de462390be44493ed88faf))
* **scrapers:** add pkg scrapers ([967dbb0](https://github.com/ghoshRitesh12/aniwatch/commit/967dbb0970dfbd04be63be012cf52e3e3ced4ce7))
* **types:** add pkg types ([25c05c9](https://github.com/ghoshRitesh12/aniwatch/commit/25c05c99709d4b0747df78a77c19e173a98816f4))
* **utils:** add pkg utils ([61cf765](https://github.com/ghoshRitesh12/aniwatch/commit/61cf765d51220d8eafebc5ce11bbf0981f788988))



2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aniwatch",
"version": "1.0.1",
"version": "1.0.2",
"description": "📦 Scraper package for obtaining anime information from hianime.to (formerly aniwatch.to)",
"license": "MIT",
"main": "dist/index.js",
Expand Down

0 comments on commit 38dd10a

Please sign in to comment.