Bump module API version
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"test": "echo no tests yet"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@element-hq/element-web-module-api": "^0.2.0",
|
||||
"@element-hq/element-web-module-api": "^1.0.0",
|
||||
"@types/node": "^22.10.7",
|
||||
"@types/react": "^19",
|
||||
"@vitejs/plugin-react": "^4.3.4",
|
||||
|
||||
@@ -12,7 +12,7 @@ import Banner from "./Banner";
|
||||
import { name as ModuleName } from "../package.json";
|
||||
|
||||
class TopBarModule implements Module {
|
||||
public static readonly moduleApiVersion = "^0.2.0";
|
||||
public static readonly moduleApiVersion = "^1.0.0";
|
||||
|
||||
private config?: ModuleConfig;
|
||||
|
||||
|
||||
@@ -41,7 +41,7 @@ declare global {
|
||||
}
|
||||
|
||||
class OpendeskModule implements Module {
|
||||
public static readonly moduleApiVersion = "^0.2.0";
|
||||
public static readonly moduleApiVersion = "^1.0.0";
|
||||
|
||||
public constructor(private api: Api) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user