rosinterface 1.4.2 → 1.4.3

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/README.md +2 -10
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,3 @@
1
-
2
1
  ## ⚖️ Legal & Commercial License / Aviso Legal y Comercial
3
2
 
4
3
  **⚠️ THIS IS NOT A STANDARD OPEN SOURCE PROJECT / ESTE NO ES UN PROYECTO OPEN SOURCE ESTÁNDAR ⚠️**
@@ -12,7 +11,7 @@ You are **EXPLICITLY PROHIBITED** from using `rosinterface` to:
12
11
  - Embed, modify, or redistribute this code in any commercial product.
13
12
 
14
13
  🏢 **Enterprise & Commercial Licensing:**
15
- If you wish to use this library in a commercial environment, SaaS, or for-profit project, you **must** acquire a Commercial License. Contact the author directly to negotiate terms. Read the full terms in [LICENSE.md](./LICENSE.md).
14
+ If you wish to use this library in a commercial environment, SaaS, or for-profit project, you **must** acquire a Commercial License. Contact the author directly to negotiate terms. Read the full terms in the [LICENSE.md](https://unpkg.com/rosinterface/LICENSE.md) file.
16
15
 
17
16
  ---
18
17
 
@@ -25,14 +24,7 @@ Queda **EXPLÍCITAMENTE PROHIBIDO** usar `rosinterface` para:
25
24
  - Integrar, modificar o redistribuir este código en cualquier producto comercial.
26
25
 
27
26
  🏢 **Licencia Comercial y Corporativa:**
28
- Si deseas utilizar esta librería en un entorno comercial, SaaS o proyecto con fines de lucro, **debes** adquirir una Licencia Comercial. Contacta al autor directamente para negociar los términos. Lee las condiciones completas en el archivo [LICENSE.md](./LICENSE.md).
29
-
30
-
31
-
32
-
33
-
34
-
35
-
27
+ Si deseas utilizar esta librería en un entorno comercial, SaaS o proyecto con fines de lucro, **debes** adquirir una Licencia Comercial. Contacta al autor directamente para negociar los términos. Lee las condiciones completas en el archivo [LICENSE.md](https://unpkg.com/rosinterface/LICENSE.md).
36
28
 
37
29
  # RosInterface v1.4
38
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rosinterface",
3
- "version": "1.4.2",
3
+ "version": "1.4.3",
4
4
  "description": "High-performance, Offline-First Mikrotik RouterOS API Client for Enterprise.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",