Operating System
NodeJS Version
Tmp Version
N/A
Expected Behavior
Expected npmjs registry to have 0.2.2 as the latest release.
Experienced Behavior
0.2.2 was tagged (August 2022), but 0.2.1 is still the latest release on the npmjs registry. (Note that the package.json version was not changed to 0.2.2 before tagging, so you may need to move the tag or sacrifice 0.2.2 and go to 0.2.3).
Note: I saw the PR #281 to rewrite the whole library in TypeScript. I would strongly suggest that you first publish the fix that I contributed via #278 (basically the only code change in "v0.2.1...v0.2.2", I think) before doing this since not every JavaScript project is configured to work with TypeScript. Thanks!
Operating System
NodeJS Version
Tmp Version
N/A
Expected Behavior
Expected npmjs registry to have 0.2.2 as the latest release.
Experienced Behavior
0.2.2 was tagged (August 2022), but 0.2.1 is still the latest release on the npmjs registry. (Note that the
package.jsonversion was not changed to 0.2.2 before tagging, so you may need to move the tag or sacrifice 0.2.2 and go to 0.2.3).Note: I saw the PR #281 to rewrite the whole library in TypeScript. I would strongly suggest that you first publish the fix that I contributed via #278 (basically the only code change in "v0.2.1...v0.2.2", I think) before doing this since not every JavaScript project is configured to work with TypeScript. Thanks!