@mini-types/app
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "@mini-types/app", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "TypeScript declarations for Alipay's mini program.", | ||
@@ -16,7 +16,7 @@ "scripts": {}, | ||
"license": "MIT", | ||
"devDependencies": {}, | ||
"types": "./types/index.d.ts", | ||
"publishConfig": { | ||
"registry": "https://registry.npmjs.org/" | ||
} | ||
}, | ||
"gitHead": "64f5f69ccf2098a98f1d517c35f9db95a3a7e66e" | ||
} |
@@ -1,3 +0,1 @@ | ||
export type UnknownRecord = Record<string, unknown>; | ||
@@ -585,2 +583,2 @@ | ||
(opts: IUserComponentOptions<Data, Props, Methods, ExtraThis, ExtraOptions>): any; | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15253
573