You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Packaging issues on the publishable Angular library:
Missing license field in projects/ngx/package.json → published @openmfp/ngx declares no license despite repo being Apache-2.0. (@openmfp/webcomponents has it.)
Source map published — dist/ngx/.npmignore doesn't exclude *.map; a ~282 KB .mjs.map ships to npm. Add **/*.map or disable lib sourceMap.
Version coherence — CI publishes @openmfp/ngx and @openmfp/webcomponents with the same computed version; @openmfp/ngx (currently 0.1.0) will jump to the shared number. Decide: version-lock the two (document it) or give ngx its own version stream.
Packaging issues on the publishable Angular library:
licensefield inprojects/ngx/package.json→ published@openmfp/ngxdeclares no license despite repo being Apache-2.0. (@openmfp/webcomponentshas it.)dist/ngx/.npmignoredoesn't exclude*.map; a ~282 KB.mjs.mapships to npm. Add**/*.mapor disable lib sourceMap.@openmfp/ngxand@openmfp/webcomponentswith the same computed version;@openmfp/ngx(currently 0.1.0) will jump to the shared number. Decide: version-lock the two (document it) or give ngx its own version stream.Acceptance