@onbright/bluetooth-sdk
Advanced tools
Comparing version 1.1.9 to 1.1.10
{ | ||
"name": "@onbright/bluetooth-sdk", | ||
"version": "1.1.9", | ||
"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", | ||
"version": "1.1.10", | ||
"scripts": { | ||
"build": "rollup -c ", | ||
"build": "pnpm unbuild", | ||
"publish:sdk": "npm publish --access public" | ||
@@ -16,19 +11,28 @@ }, | ||
"license": "MIT", | ||
"type": "module", | ||
"dependencies": { | ||
"@onbright/bluetooth-protocol-sdk": "workspace:*", | ||
"@onbright/common-sdk": "workspace:*", | ||
"bitwise": "^2.2.1" | ||
}, | ||
"files": [ | ||
"dist" | ||
], | ||
"main": "./dist/index.mjs", | ||
"module": "./dist/index.mjs", | ||
"exports": { | ||
".": { | ||
"import": "./dist/index.mjs", | ||
"types": "./src/index.ts", | ||
"development": "./src/index.ts", | ||
"default": "./src/index.ts", | ||
"#default": "./dist/index.mjs" | ||
"default": "./dist/index.mjs" | ||
} | ||
}, | ||
"dependencies": { | ||
"@onbright/bluetooth-protocol-sdk": "1.0.0", | ||
"@onbright/common-sdk": "1.0.0", | ||
"bitwise": "^2.2.1" | ||
"publishConfig": { | ||
"exports": { | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"default": "./dist/index.mjs" | ||
} | ||
} | ||
}, | ||
"files": [ | ||
"dist" | ||
], | ||
"devDependencies": { | ||
@@ -35,0 +39,0 @@ "turbo": "^2.1.1" |
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
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
45089
2
1709
1
Yes
- Removed@onbright/bluetooth-protocol-sdk@1.0.0(transitive)
- Removed@onbright/common-sdk@1.0.0(transitive)