fix(npm): Remove .npmrc to avoid committing npm registry configuration
This commit is contained in:
@@ -1,5 +1,11 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2025-08-24 - 2.0.1 - fix(npm)
|
||||||
|
Remove .npmrc to avoid committing npm registry configuration
|
||||||
|
|
||||||
|
- Deleted .npmrc which contained a hardcoded registry (https://registry.npmjs.org/).
|
||||||
|
- Prevents accidental leakage of local npm configuration into the repository and avoids affecting CI/publish behavior.
|
||||||
|
|
||||||
## 2025-08-24 - 2.0.0 - BREAKING CHANGE(core)
|
## 2025-08-24 - 2.0.0 - BREAKING CHANGE(core)
|
||||||
Refactor core IPC: replace node-ipc with native transports and add IpcChannel / IpcServer / IpcClient with heartbeat, reconnection, request/response and pub/sub. Update tests and documentation.
|
Refactor core IPC: replace node-ipc with native transports and add IpcChannel / IpcServer / IpcClient with heartbeat, reconnection, request/response and pub/sub. Update tests and documentation.
|
||||||
|
|
||||||
|
@@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@push.rocks/smartipc',
|
name: '@push.rocks/smartipc',
|
||||||
version: '2.0.0',
|
version: '2.0.1',
|
||||||
description: 'A library for node inter process communication, providing an easy-to-use API for IPC.'
|
description: 'A library for node inter process communication, providing an easy-to-use API for IPC.'
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user