jagproject 26.2.13 → 26.2.15

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 +1 -1
  2. package/package.json +4 -5
package/README.MD CHANGED
@@ -1,7 +1,7 @@
1
1
  <h1 align="center">Baileys Modification</h1>
2
2
 
3
3
  <p align="center">
4
- <sub>Last update: <strong>11 Februari 2026</strong></sub>
4
+ <sub>Last update: <strong>15 Februari 2026</strong></sub>
5
5
  </p>
6
6
 
7
7
  <div align="center">
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "jagproject",
3
- "version": "26.02.13",
4
- "update": "13 Februari 2026",
3
+ "version": "26.02.15",
4
+ "update": "15 Februari 2026",
5
5
  "description": "WhatsApp Web API Library",
6
6
  "keywords": [
7
7
  "jagoan",
@@ -27,8 +27,7 @@
27
27
  "engine-requirements.js"
28
28
  ],
29
29
  "scripts": {
30
- "sync:readme": "node auto.js",
31
- "build:all": "tsc && typedoc",
30
+ "build:all": "tsc && typedoc",
32
31
  "build:docs": "typedoc",
33
32
  "build:tsc": "tsc",
34
33
  "changelog:last": "conventional-changelog -p angular -r 2",
@@ -38,7 +37,7 @@
38
37
  "gen:protobuf": "sh WAProto/GenerateStatics.sh",
39
38
  "lint": "eslint src --ext .js,.ts,.jsx,.tsx",
40
39
  "lint:fix": "eslint src --fix --ext .js,.ts,.jsx,.tsx",
41
- "prepack": "echo 'jagoan WhatsApp Library'",
40
+ "prepack": "node -e \"const fs=require('fs');const pkg=JSON.parse(fs.readFileSync('package.json','utf8'));const t=pkg.update;if(!t)process.exit(1);const f=fs.existsSync('README.MD')?'README.MD':'README.md';let r=fs.readFileSync(f,'utf8');r=r.replace(/<sub>\\s*Last update:\\s*<strong>[\\s\\S]*?<\\/strong>\\s*<\\/sub>/i,`<sub>Last update: <strong>${t}</strong></sub>`);fs.writeFileSync(f,r);console.log('prepack synced README:',t);\"",
42
41
  "prepare": "echo 'jagoan WhatsApp Library'",
43
42
  "preinstall": "node ./engine-requirements.js",
44
43
  "postinstall": "node ./lib/Defaults/update-wa-version.js",