@neelegirl/wa-api 1.6.7 → 1.6.8

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 +3 -3
  2. package/readme.md +8 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neelegirl/wa-api",
3
- "version": "1.6.7",
3
+ "version": "1.6.8",
4
4
  "description": "Multi-session WhatsApp wrapper built on top of @neelegirl/baileys",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -25,7 +25,7 @@
25
25
  "author": "Neele",
26
26
  "license": "MIT",
27
27
  "dependencies": {
28
- "@neelegirl/baileys": "^2.1.7",
28
+ "@neelegirl/baileys": "^2.1.8",
29
29
  "pino": "^8.11.0"
30
30
  },
31
31
  "devDependencies": {
@@ -41,7 +41,7 @@
41
41
  "neelegirl"
42
42
  ],
43
43
  "peerDependencies": {
44
- "@neelegirl/baileys": "^2.1.7"
44
+ "@neelegirl/baileys": "^2.1.8"
45
45
  },
46
46
  "engines": {
47
47
  "node": ">=20.0.0"
package/readme.md CHANGED
@@ -18,7 +18,7 @@
18
18
 
19
19
  | Package | Version | Role |
20
20
  |---|---:|---|
21
- | `@neelegirl/wa-api` | `1.6.7` | Convenience wrapper for session lifecycle and event-driven bot workflows |
21
+ | `@neelegirl/wa-api` | `1.6.8` | Convenience wrapper for session lifecycle and event-driven bot workflows |
22
22
 
23
23
  [Installation](#installation) · [Quickstart](#quickstart) · [API surface](#verified-api-surface) · [Events](#event-hooks) · [Storage](#session-storage) · [Release notes](#release-notes)
24
24
 
@@ -354,7 +354,7 @@ The following exports were verified in the currently prepared package:
354
354
 
355
355
  - the type surface now includes `ON_PAIRING_CODE` in `dist/Defaults/index.d.ts`
356
356
  - `setCredentials` is now reflected in `dist/Utils/index.d.ts`
357
- - the package depends on `@neelegirl/baileys@^2.1.7`
357
+ - the package depends on `@neelegirl/baileys@^2.1.8`
358
358
  - the README image was updated to the requested wa-api image
359
359
 
360
360
  ## Wrapper design notes
@@ -561,6 +561,12 @@ Yes.
561
561
 
562
562
  ## Release notes
563
563
 
564
+ ### 1.6.8
565
+
566
+ - patch release aligned to `@neelegirl/baileys@2.1.8`
567
+ - documentation refreshed so the wrapper release line matches the currently published stack
568
+ - no fake auto-update behavior added; runtime update hints remain informational only
569
+
564
570
  ### 1.6.7
565
571
 
566
572
  - documentation expansion release