picardjs/picard

server entry point

Closed this issue · 3 comments

Hi,

the current picard version defines this entry point in its package.json:

    "./server": {
      "require": "./dist/server/picard.js",
      "import": "./dist/server/picard.mjs",
      "types": "./dist/server/picard.d.ts"
    }`

However, the referenced files are missing.

I think, there are further references to the server folder in the package.json, in exports and in module and main``.

Yes that is to be renamed to "node" in 0.3.0.

Update shipped - latest preview package should have the right exports field.

https://www.npmjs.com/package/picard-js/v/0.3.0-pre.14