@kangwifi-pro/waliwa 1.0.0 → 1.0.2

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 (1) hide show
  1. package/package.json +9 -6
package/package.json CHANGED
@@ -1,18 +1,21 @@
1
1
  {
2
2
  "name": "@kangwifi-pro/waliwa",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "Lightweight, RAM-efficient WhatsApp library with hybrid protocol (WhatsApp Web MD + Mobile API), Multi-Branch SKDM Recovery system, and 9+ Baileys issue fixes. More complete than Baileys, lighter than ZapoJS.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
8
8
  ".": {
9
- "import": "./dist/index.js",
10
- "require": "./dist/index.cjs"
9
+ "types": "./dist/index.d.ts",
10
+ "require": "./dist/index.js",
11
+ "import": "./dist/index.js"
11
12
  },
12
13
  "./types": {
13
- "import": "./dist/types/index.js",
14
- "require": "./dist/types/index.cjs"
15
- }
14
+ "types": "./dist/types/index.d.ts",
15
+ "require": "./dist/types/index.js",
16
+ "import": "./dist/types/index.js"
17
+ },
18
+ "./package.json": "./package.json"
16
19
  },
17
20
  "publishConfig": {
18
21
  "access": "public"