Comparing version 0.0.17 to 0.0.18
@@ -129,5 +129,5 @@ "use strict"; | ||
} else { | ||
await this.set(db, content.value + number) | ||
await this.set(db, content + number) | ||
return content.value + number; | ||
return content + number; | ||
} | ||
@@ -134,0 +134,0 @@ |
@@ -40,3 +40,3 @@ { | ||
}, | ||
"version": "0.0.17" | ||
"version": "0.0.18" | ||
} |
@@ -5,3 +5,3 @@ # CroxyDB | ||
# What's new in 0.0.17? | ||
# What's new in 0.0.18? | ||
- Fixed bugs. | ||
@@ -8,0 +8,0 @@ |
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
47407