Closed jppresents closed 1 year ago
mmm very wierd...fixing right away!
ok it's not wrong the path in the index, but it's wrong the output path... Just figuring out why it changed, I don't remember editing the tsconfig... Maybe the version of rollup typescript? 🤔
What I meant was, that the files have moved and the package.json did not reflect this.
Just as a test to figure out what was going on, I could fix the building, by adding "/lib" to the package.json (in the node_modules directory of the library in our app) - but of course if the files in the dist folder would be in the same path as before, then package.json does not have to change.
We actually fixed our build for the time being by just using the previous version of course.
@jppresents yes. What I meant was that the path shouldn't have changed, so it's a build problem and not a package.json problem :) Anyway fixed in 4.3.2 (still to release)
Fixed in v 4.3.2!
In the package json it says:
but in 4.3.0 the actual index.d.ts has been moved to here:
"dist/lib/index.d.ts"
Without adjusting the package.json information.
This leads to the following error in our builds: error TS7016: Could not find a declaration file for module 'ts-luxon'