@amigo9090/ih-libiec61850-node 1.0.18 → 1.0.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/readme.md +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amigo9090/ih-libiec61850-node",
3
- "version": "1.0.18",
3
+ "version": "1.0.19",
4
4
  "description": "Node.js addon for IEC 61850 client (MMS, GOOSE) using libiec61850",
5
5
  "main": "index.js",
6
6
  "keywords": [
package/readme.md CHANGED
@@ -33,7 +33,7 @@ A cross-platform Node.js native addon for the **IEC 61850 protocol**, enabling s
33
33
  2. Install the package via npm:
34
34
 
35
35
  ```bash
36
- npm install @amigo9090/ih-libiec61850-node
36
+ npm install @amigo9090/ih-libiec61850-node --ignore-scripts
37
37
  ```
38
38
 
39
39
  3. Prebuilt binaries will be automatically downloaded for your platform and architecture. If a prebuilt binary is unavailable, the addon will be compiled using `node-gyp`, requiring: