0.0.5 • Published 11 months ago

x-stringify v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

Building

Build settings in the package.json file, need to be correct make the build correct with both ES Module and CommonJs
(including correct 'typings' for TypeScript)

Es Modules vs CommonJS

The 'type' in package.json most be set to 'module' to allow "normal" imports to work.

But when "type":"module" is set, the "exports" field most also be set, with both CommonJS ("require") and Es Modile ("default") including the "types" field for TypeScript to work.

See typescripts doc on esm-node for more info.

0.0.5

11 months ago

0.0.4

11 months ago

0.0.3

11 months ago

0.0.2

11 months ago

0.0.2-rc.4

11 months ago

0.0.2-rc.3

11 months ago

0.0.2-rc.2

11 months ago

0.0.2-rc.1

11 months ago

0.0.1

11 months ago