Comparing version 1.0.0 to 1.0.1
@@ -7,3 +7,3 @@ { | ||
"linked": [], | ||
"access": "restricted", | ||
"access": "public", | ||
"baseBranch": "main", | ||
@@ -10,0 +10,0 @@ "updateInternalDependencies": "patch", |
@@ -123,3 +123,3 @@ "use strict"; | ||
} | ||
}, [show, isLoading, onAction, onReset]); | ||
}, [show, isLoading, onAction, onReset, description]); | ||
}; | ||
@@ -126,0 +126,0 @@ var use_action_toast_default = useActionToast; |
{ | ||
"name": "aero-nudge", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"main": "dist/index.js", | ||
@@ -8,7 +8,2 @@ "module": "dist/index.mjs", | ||
"description": "Clerk inspired floating toast button for confirmation of actions, powered by Sonner", | ||
"scripts": { | ||
"build": "tsup index.ts --format cjs,esm --dts", | ||
"release": "pnpm run build && changeset publish", | ||
"lint": "tsc" | ||
}, | ||
"devDependencies": { | ||
@@ -27,3 +22,11 @@ "@changesets/cli": "^2.27.7", | ||
"sonner": "^1.5.0" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"scripts": { | ||
"build": "tsup index.ts --format cjs,esm --dts", | ||
"release": "pnpm run build && changeset publish", | ||
"lint": "tsc" | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
26863
13