@weahead/consent-manager
Advanced tools
Comparing version 1.0.1 to 1.0.2
import type { PropsWithChildren } from "react"; | ||
declare function ConsentManager({ children }: PropsWithChildren<{}>): JSX.Element; | ||
declare namespace ConsentManager { | ||
var Modal: typeof import("./components/Modal").default; | ||
var OpenModalButton: typeof import("./components/Buttons/Button/OpenModal").default; | ||
} | ||
export default ConsentManager; |
@@ -9,2 +9,3 @@ "use strict"; | ||
var Context_1 = __importDefault(require("./contexts/Context")); | ||
var Modal_1 = __importDefault(require("./components/Modal")); | ||
var OpenModal_1 = __importDefault(require("./components/Buttons/Button/OpenModal")); | ||
@@ -17,2 +18,3 @@ function ConsentManager(_a) { | ||
exports["default"] = ConsentManager; | ||
ConsentManager.Modal = Modal_1["default"]; | ||
ConsentManager.OpenModalButton = OpenModal_1["default"]; |
{ | ||
"name": "@weahead/consent-manager", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"author": "Weahead AB <alla@weahead.se>", | ||
@@ -9,3 +9,4 @@ "main": "index.js", | ||
"build": "tsc", | ||
"pack": "cp ./package.json ./dist/package.json && npm pack ./dist", | ||
"copy-css": "copyfiles -u 1 src/**/*.css ./dist/", | ||
"pack": "cp ./package.json ./dist/package.json && npm pack ./dist && npm run copy-css", | ||
"prepublish-package": "npm run build && cp ./package.json ./dist/ && cp ./README.md ./dist/", | ||
@@ -51,2 +52,3 @@ "dry-publish": "npm run prepublish-package && npm publish ./dist --access public --dry-run", | ||
"commitizen": "^4.2.4", | ||
"copyfiles": "2.4.1", | ||
"cz-conventional-changelog": "^3.3.0", | ||
@@ -53,0 +55,0 @@ "husky": "^7.0.4", |
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
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
46500
60
987
0
13