Skip to content

Comments

Version 3.0#69

Draft
svenzik wants to merge 4 commits intomainfrom
WE2-1179-build-3.0
Draft

Version 3.0#69
svenzik wants to merge 4 commits intomainfrom
WE2-1179-build-3.0

Conversation

@svenzik
Copy link
Contributor

@svenzik svenzik commented Feb 14, 2026

WE2-1179

  • build: include source maps, add exports, update versions
  • build: version bump to 2.1.0-beta.1
  • build: use rollup-plugin-dts and use barrel files to export types
  • build: use rollup-plugin-dts and use barrel files to export types

svenzik and others added 4 commits February 13, 2026 23:00
WE2-1179

Signed-off-by: Sven Mitt <svenzik@users.noreply.github.com>
Co-authored-by: Toomas Pärna <toomy4@users.noreply.github.com>
WE2-1179

Signed-off-by: Sven Mitt <svenzik@users.noreply.github.com>
WE2-1179

Signed-off-by: Sven Mitt <svenzik@users.noreply.github.com>

# Conflicts:
#	package-lock.json
#	package.json
WE2-1179

Signed-off-by: Sven Mitt <svenzik@users.noreply.github.com>
@mrts mrts changed the title WE2 1179 build 3.0 Version 3.0 Feb 19, 2026
"bundle": "rollup -c",
"test": "jest -i --silent --verbose",
"prepare": "npm run build",
"prepack": "npm run test && cp -R ./dist/node/* ./",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the only non-backwards compatible change.

"prepack": "npm run test && cp -R ./dist/node/* ./",
"postpack": "rimraf ./web-eid.js ./config.js ./errors ./models ./services ./utils ./*.d.ts ./*.map"
"prepack": "npm run test",
"postpack": "rimraf --glob ./web-eid.js ./config.js ./errors ./models ./services ./utils ./*.d.ts ./*.map"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is no longer required.

@mrts mrts marked this pull request as draft February 19, 2026 15:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants