@crysnovax/baileys 2.0.0 → 2.5.0
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.
|
@@ -26,10 +26,9 @@ import { proto } from '../../WAProto/index.js';
|
|
|
26
26
|
import {
|
|
27
27
|
buildCompositingPlaceholder,
|
|
28
28
|
buildProgressIndicator,
|
|
29
|
-
botMetadataSignature,
|
|
30
|
-
botMetadataCertificate,
|
|
31
29
|
PlanningStepStatus
|
|
32
30
|
} from './meta-compositing.js';
|
|
31
|
+
import { botMetadataSignature, botMetadataCertificate } from './rich-message-utils.js';
|
|
33
32
|
import { BOT_RENDERING_CONFIG_METADATA } from '../Defaults/index.js';
|
|
34
33
|
import { delay } from './generics.js';
|
|
35
34
|
|
|
@@ -203,4 +202,3 @@ export const mixedSteps = (defs) =>
|
|
|
203
202
|
...(type === 'reasoning' ? { isReasoning: true } : {}),
|
|
204
203
|
...(type === 'search' ? { isEnhancedSearch: true } : {})
|
|
205
204
|
}));
|
|
206
|
-
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@crysnovax/baileys",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.5.0",
|
|
4
4
|
"description": "Premium Baileys fork — Meta compositing, bot planning replay, welcome flow, rich messages (code, table, LaTeX, reels), interactive messages, albums, and more.",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"type": "module",
|