Skip to content

Commit

Permalink
feat(harmony): uni-verify
Browse files Browse the repository at this point in the history
  • Loading branch information
StrivingRabbit committed Feb 13, 2025
1 parent ce67f7f commit 1f8ee9b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
4 changes: 4 additions & 0 deletions packages/uni-app-harmony/dist/uni.compiler.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ var ExternalModuls = [
type: "extapi",
plugin: "uni-verify",
apis: [
"getUniverifyManager",
"getUniVerifyManager"
],
version: "1.0.0"
}
Expand Down Expand Up @@ -109,6 +111,8 @@ var ExternalModulsX = [
type: "extapi",
plugin: "uni-verify",
apis: [
"getUniverifyManager",
"getUniVerifyManager"
],
version: "1.0.0"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@
{
"type": "extapi",
"plugin": "uni-verify",
"apis": [],
"apis": [
"getUniverifyManager",
"getUniVerifyManager"
],
"version": "1.0.0"
}
]
5 changes: 4 additions & 1 deletion packages/uni-app-harmony/src/compiler/external-modules.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@
{
"type": "extapi",
"plugin": "uni-verify",
"apis": [],
"apis": [
"getUniverifyManager",
"getUniVerifyManager"
],
"version": "1.0.0"
}
]

0 comments on commit 1f8ee9b

Please sign in to comment.