Comparing version 14.11.0 to 14.12.0
{ | ||
"name": "dbay", | ||
"version": "14.11.0", | ||
"version": "14.12.0", | ||
"description": "In-Process, In-Memory & File-Based Relational Data Processing with SQLite, BetterSQLite3", | ||
"main": "lib/main.js", | ||
"scripts": { | ||
"build": "coffee --map -o lib -c src", | ||
"test": "echo see 'https://github.com/loveencounterflow/hengist/tree/master/dev/dbay'", | ||
"preinstall": "./build-sqlite3" | ||
}, | ||
"repository": { | ||
@@ -27,2 +22,7 @@ "type": "git", | ||
"homepage": "https://github.com/loveencounterflow/dbay#readme", | ||
"publishConfig": { | ||
"executableFiles": [ | ||
"build-sqlite3" | ||
] | ||
}, | ||
"dependencies": { | ||
@@ -34,3 +34,8 @@ "cnd": "9.2.2", | ||
"intertype": "7.7.0" | ||
}, | ||
"scripts": { | ||
"build": "coffee --map -o lib -c src", | ||
"test": "echo see 'https://github.com/loveencounterflow/hengist/tree/master/dev/dbay'", | ||
"preinstall": "./build-sqlite3" | ||
} | ||
} | ||
} |
@@ -921,3 +921,3 @@ | ||
* occurs when publishing with `pnpm version minor && pnpm publish --access public && git push` | ||
* occurs when publishing with `npm version minor && npm publish --access public && git push` | ||
* does not occur when publishing with `npm version minor && npm publish --access public && git push` | ||
@@ -924,0 +924,0 @@ ## Is Done |
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
10196292
47