@strav/instant 1.0.1 → 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.
- package/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@strav/instant",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "Strav instant messaging — provider-agnostic abstraction for SEA messengers. Normalized OutgoingMessage + capability-flagged drivers + webhook receiver. Ships LINE (Flex / rich menus / LIFF), Telegram (inline keyboards / Web Apps), WhatsApp (interactive / Flows / templates), Messenger (templates / webview), and Zalo (ZNS / Mini App) as subpath imports.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./src/index.ts",
|
|
@@ -27,15 +27,15 @@
|
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@line/bot-sdk": "^11.0.1",
|
|
30
|
-
"@strav/kernel": "1.0.
|
|
30
|
+
"@strav/kernel": "1.0.2"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@strav/auth": "1.0.
|
|
34
|
-
"@strav/http": "1.0.
|
|
33
|
+
"@strav/auth": "1.0.2",
|
|
34
|
+
"@strav/http": "1.0.2"
|
|
35
35
|
},
|
|
36
36
|
"peerDependencies": {
|
|
37
|
-
"@strav/auth": "1.0.
|
|
38
|
-
"@strav/http": "1.0.
|
|
37
|
+
"@strav/auth": "1.0.2",
|
|
38
|
+
"@strav/http": "1.0.2",
|
|
39
39
|
"@types/bun": ">=1.3.14"
|
|
40
40
|
},
|
|
41
41
|
"peerDependenciesMeta": {
|