diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 9bb9fb4..d139f37 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -36,7 +36,7 @@ This Code of Conduct applies within all community spaces, and also applies when ## Enforcement -Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at: maintainer@devisfuture.com. All complaints will be reviewed and investigated promptly and fairly. +Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at: traeop@gmail.com. All complaints will be reviewed and investigated promptly and fairly. All community leaders are obligated to respect the privacy and security of the reporter of any incident. diff --git a/README.md b/README.md index b41ad8e..0f6276c 100644 --- a/README.md +++ b/README.md @@ -95,10 +95,10 @@ pnpm add @devisfuture/electron-modular Peer dependency: -This package targets Electron's main process and declares Electron >=36 as a peer dependency. Ensure Electron is installed in your project: +This package targets Electron's main process and declares Electron >=28.3.3 as a peer dependency. Ensure Electron is installed in your project: ```bash -npm install --save-dev electron@^36 +npm install --save-dev electron ``` TypeScript setup: diff --git a/package.json b/package.json index 7fbe749..17d5989 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@devisfuture/electron-modular", - "version": "1.2.21", + "version": "1.2.22", "description": "Core module system, DI container, IPC handlers, and window utilities for Electron main process.", "type": "module", "main": "./dist/index.js",