deepkit / deepkit-framework

A new full-featured and high-performance TypeScript framework
https://deepkit.io/
MIT License
3.18k stars 122 forks source link

Missing main property in package.json #88

Closed marcus-sa closed 3 years ago

marcus-sa commented 3 years ago

The @deepkit/core and @deepkit/type packages are missing the main property in their package.json causing it to fail when importing in a Node environment.

{
  "main": "./dist/cjs/index.js"
}

Currently using them in https://github.com/marcus-sa/nest-convoy

marcj commented 3 years ago

Which version do you use? Current version 1.0.1-alpha.13 do contain main correctly, just verified.

marcus-sa commented 3 years ago

Ah okay, I'm using 1.0.1-alpha.12

marcj commented 3 years ago

Time to upgrade I'd say

marcus-sa commented 3 years ago

Wop