v0.1.0
Minor Changes
-
8ecd543: Separated anime, simkl, types
Animeclass is now insrc/anime/index.tsSimklclass is now insrc/simkl/index.tstypesis now insrc/types/index.ts
Instead of importing them all in
simkl-node, you can now import them individually.Before
import { Anime, Simkl, types } from "simkl-node";
After
import { Anime } from "simkl-node/anime"; import { Simkl } from "simkl-node/simkl";