@onbright/common-sdk
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "@onbright/common-sdk", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "昂宝电子-基础SDK", | ||
"main": "lib/index.cjs.js", | ||
"module": "lib/index.esm.js", | ||
"jsnext:main": "lib/index.esm.js", | ||
"browser": "lib/index.umd.js", | ||
"types": "lib/index.d.ts", | ||
"files": [ | ||
"lib" | ||
], | ||
"scripts": { | ||
"build": "rollup -c" | ||
"build": "pnpm unbuild" | ||
}, | ||
"keywords": [], | ||
"author": "jirun.yang", | ||
"license": "MIT" | ||
"license": "MIT", | ||
"type": "module", | ||
"files": [ | ||
"dist" | ||
], | ||
"main": "./dist/index.mjs", | ||
"module": "./dist/index.mjs", | ||
"exports": { | ||
".": { | ||
"types": "./src/index.ts", | ||
"development": "./src/index.ts", | ||
"default": "./dist/index.mjs" | ||
} | ||
}, | ||
"publishConfig": { | ||
"exports": { | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"default": "./dist/index.mjs" | ||
} | ||
} | ||
} | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
6557
177
Yes
2