Initial stable release of the Module API

Primarily to get away from semver treating every update as breaking in the 0.x.y series.
This commit is contained in:
Michael Telatynski
2025-05-13 10:40:26 +01:00
parent afcf4593bc
commit d7736db1af
9 changed files with 519 additions and 7 deletions
+4 -2
View File
@@ -1,7 +1,7 @@
{
"name": "@element-hq/element-web-module-api",
"type": "module",
"version": "0.1.5",
"version": "1.0.0",
"description": "Module API surface for element-web",
"repository": {
"type": "git",
@@ -26,7 +26,8 @@
],
"scripts": {
"prepare": "vite build && api-extractor run",
"lint": "tsc --noEmit",
"lint:types": "tsc --noEmit",
"lint:codestyle": "echo 'handled by lint:eslint'",
"test": "vitest --coverage"
},
"devDependencies": {
@@ -34,6 +35,7 @@
"@microsoft/api-extractor": "^7.49.1",
"@types/node": "^22.10.7",
"@types/react": "^19",
"@types/react-dom": "^19.0.4",
"@types/semver": "^7.5.8",
"@vitest/coverage-v8": "^3.0.4",
"matrix-web-i18n": "^3.3.0",