Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "@dvo/stamp", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Tool for lightweight componentization.", | ||
"main": "build/stamp.js", | ||
"main": "lib/stamp.js", | ||
"scripts": { | ||
@@ -7,0 +7,0 @@ "test": "jest --watch --coverage", |
@@ -36,3 +36,3 @@ # STAMP | ||
</div> | ||
by <span className="book-card-author></span> | ||
by <span className="book-card-author"></span> | ||
</div> | ||
@@ -95,2 +95,2 @@ </template> | ||
- `execute()` <small>:function</small> Allows you to run a callback on any point in the chain. The function will receive the stamp object as an argument. Use it for side-effects or debugging. | ||
- `debug()` A minor tool that logs to the console the current stamp configuration. | ||
- `debug()` <small>:bool</small> A minor tool that logs to the console the current stamp configuration. A truthy argument will cause debug() to return an object with the data instead of logging to console. |
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
22797
0