🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@mp-assistant/skill

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mp-assistant/skill - npm Package Compare versions

Comparing version
0.1.15
to
0.1.16
+1
-1
package.json
{
"name": "@mp-assistant/skill",
"version": "0.1.15",
"version": "0.1.16",
"description": "",

@@ -5,0 +5,0 @@ "type": "module",

@@ -38,4 +38,3 @@ # Task API

interface TaskOptions {
app_name: string; // 小程序名称
username: string; // 小程序原始 id(如 gh_xxxxxxxx)
appid: string; // 小程序 appid,运行时根据所属 worker 的 wxaList 取 app_name / username
}

@@ -42,0 +41,0 @@ ```