@stacks/connect-ui
Advanced tools
Comparing version 6.0.2-alpha.874ba12.0 to 6.0.2-alpha.a7e257e.0
{ | ||
"name": "@stacks/connect-ui", | ||
"version": "6.0.2-alpha.874ba12.0", | ||
"version": "6.0.2-alpha.a7e257e.0", | ||
"license": "MIT", | ||
@@ -39,4 +39,12 @@ "prettier": "@stacks/prettier-config", | ||
"exports": { | ||
".": "./dist/index.js", | ||
"./loader": "./loader/index.js" | ||
".": { | ||
"types": "./dist/types/index.d.ts", | ||
"import": "./dist/index.js", | ||
"require": "./dist/index.cjs.js" | ||
}, | ||
"./loader": { | ||
"types": "./loader/index.d.ts", | ||
"import": "./loader/index.js", | ||
"require": "./loader/index.cjs.js" | ||
} | ||
}, | ||
@@ -46,3 +54,3 @@ "typedoc": { | ||
}, | ||
"gitHead": "fb9b16014a4456123cb71c320c0d7834c64d2084" | ||
"gitHead": "85472d1dd4a86ac52f14e3a13fc3613366761b59" | ||
} |
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
1768297