Tags: Soluto/shisell-js
Tags
Bump path-parse from 1.0.6 to 1.0.7 (#43) * Bump path-parse from 1.0.6 to 1.0.7 Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. - [Release notes](https://github.com/jbgutierrez/path-parse/releases) - [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7) --- updated-dependencies: - dependency-name: path-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> * fix: update package version after deps upgrade Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Or Rosenblatt <[email protected]>
rewrite shisell in typescript (#36) * rewrite in typescript * test coverage * add tests improve coverage * build script * update README.md * bump major version 1.0.0 * improve test * improve types * use package.json files instead of .npmignore * use type guards * use methods instead of arrow functions on AnalyticsDispatcher * change union method * fix build script to publish run `./build.sh && npm publish dist` * change AnalyticsEventModel to type instead of class * import only used exports from sinon * throw errors if in dev mode * fix build paths * improve types * fix build script