create-verse.db
Advanced tools
Comparing version 0.3.7 to 0.3.8
{ | ||
"name": "create-verse.db", | ||
"version": "0.3.7", | ||
"version": "0.3.8", | ||
"description": "verse.db isn't just a database, it's your universal data bridge. Designed for unmatched flexibility, security, and performance, verse.db empowers you to manage your data with ease.", | ||
@@ -27,3 +27,4 @@ "license": "MIT", | ||
"clean:test": "rm -rf Data Logs", | ||
"prepublish": "bun run clean:build && chmod =+ ./dist/bin/cli.js ./dist/bin/verse-db.js" | ||
"chmod": "chmod +x ./dist/bin/cli.js && chmod +x ./dist/bin/verse-db.js", | ||
"prepublish": "bun run clean:build && bun run chmod" | ||
}, | ||
@@ -30,0 +31,0 @@ "files": [ |
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
66043