e-Learning-by-SSE / nm-skill-lib

Apache License 2.0
0 stars 0 forks source link

New Release? #22

Open spark-sse opened 2 months ago

spark-sse commented 2 months ago

The current release is 0.1.0 and 8 Month old. I assume there are changes since then. (I'm especially interested in the IdSet utility class).

Are they ready to be released? In selflearn we load the package from our npm registry. As long as the library isnt released there, we can't use them.

spark-sse commented 1 month ago

Ich hab mal versucht ein test-release zu erstellen, dort wurden die declarations nicht mit exportiert.

Bin nun auf TSC umgestiegen. Allerdings kann ich die library nach wie vor nicht korrekt in ein Projekt importieren.

spark-sse commented 1 month ago

Der Verweis in der package.json auf die Index.js hat gefehlt.

Branch funktioniert damit soweit. Versionsnummer müsste noch angepasst werden.

Aktuell 0.2.0-RC8. Der Release Candiate sollte gestrichen werden

spark-sse commented 1 month ago

Ich muss doch nochmal korrigieren:

Module not found: Can't resolve '@e-learning-by-sse/nm-skill-lib'

https://nextjs.org/docs/messages/module-not-found

Das Problem tritt auf sobald ich die Anwendung kompiliere. Der TS-Compiler von VSCode kommt damit klar. vermutung war erst, dass die lib nicht für den browser gebaut ist, ich sie aber in einer client-component einbinden will.

Das hab ich allerdings geprüft und auch ESM vs commonjs builds getestet.