Skip to content

Commit 26d1b42

Browse files
author
uni
committed
chore: update uni-api-exports.json external-modules.json
1 parent c27f7f9 commit 26d1b42

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

packages/uni-app-harmony/src/compiler/external-modules-x.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@
3030
"service": "oauth",
3131
"version": "1.0.2"
3232
},
33+
{
34+
"type": "provider",
35+
"plugin": "uni-oauth-weixin",
36+
"provider": "weixin",
37+
"service": "oauth",
38+
"version": "1.0.0"
39+
},
3340
{
3441
"type": "provider",
3542
"plugin": "uni-payment-alipay",
@@ -63,6 +70,13 @@
6370
],
6471
"version": "1.0.2"
6572
},
73+
{
74+
"type": "provider",
75+
"plugin": "uni-share-weixin",
76+
"provider": "weixin",
77+
"service": "share",
78+
"version": "1.0.0"
79+
},
6680
{
6781
"type": "extapi",
6882
"plugin": "uni-verify",

packages/uni-app-harmony/src/compiler/external-modules.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@
2222
"service": "oauth",
2323
"version": "1.0.2"
2424
},
25+
{
26+
"type": "provider",
27+
"plugin": "uni-oauth-weixin",
28+
"provider": "weixin",
29+
"service": "oauth",
30+
"version": "1.0.0"
31+
},
2532
{
2633
"type": "provider",
2734
"plugin": "uni-payment-alipay",
@@ -55,6 +62,13 @@
5562
],
5663
"version": "1.0.2"
5764
},
65+
{
66+
"type": "provider",
67+
"plugin": "uni-share-weixin",
68+
"provider": "weixin",
69+
"service": "share",
70+
"version": "1.0.0"
71+
},
5872
{
5973
"type": "extapi",
6074
"plugin": "uni-verify",

0 commit comments

Comments
 (0)