brisky-stamp
Advanced tools
Comparing version 2.0.1 to 2.0.2
{ | ||
"name": "brisky-stamp", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Generate unique meta information for change in a system", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -9,4 +9,2 @@ # brisky-stamp | ||
The idea is that stamp are synchronous, so you never have 2 stamps in progress at the same time in one thread | ||
```javascript | ||
@@ -35,3 +33,4 @@ const briskyStamp = require('brisky-stamp') | ||
// this will throw errors when stamps are created while others are still open | ||
// idea is that stamps are synchronous, so you never have 2 stamps in progress at the same time in one thread | ||
briskyStamp.create(type, source, override, true) // ignores stamp creation for debugging | ||
``` |
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
103985
35