Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "weio", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Promise based HTTP client for for wechat miniprogram", | ||
"main": "./index.js", | ||
"module": "./lib/weio.esm.mjs", | ||
"types": "./lib/weio.d.ts", | ||
"main": "lib/weio.umd.js", | ||
"module": "lib/weio.esm.js", | ||
"types": "lib/weio.d.ts", | ||
"typings": "./lib/weio.d.ts", | ||
"repository": "https://github.com/yoneyy/weio.git", | ||
"bugs": { | ||
"url": "https://github.com/yoneyy/weio/issues" | ||
}, | ||
"author": { | ||
@@ -18,4 +21,4 @@ "name": "yoneyy", | ||
".": { | ||
"import": "./lib/weio.esm.mjs", | ||
"require": "./index.js" | ||
"import": "./lib/weio.esm.js", | ||
"require": "./lib/weio.umd.js" | ||
}, | ||
@@ -26,4 +29,3 @@ "./package.json": "./package.json", | ||
"files": [ | ||
"lib", | ||
"index.js" | ||
"lib" | ||
], | ||
@@ -30,0 +32,0 @@ "keywords": [ |
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
0
9032
8
163