@unknownncat/swt-libsignal 1.0.4 → 1.0.5

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 +2 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unknownncat/swt-libsignal",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "Libsignal reimplementation using libsodium",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
package/readme.md ADDED
@@ -0,0 +1,2 @@
1
+ > ⚠️ **Aviso:** Este projeto é apenas para fins de estudo e aprendizado.
2
+ > ❌ Não deve ser utilizado em projetos grandes, ambientes de produção ou sistemas críticos.