@nymphjs/driver-sqlite3
Advanced tools
+4
-0
@@ -6,2 +6,6 @@ # Change Log | ||
| # [1.0.0-beta.112](https://forge.sciactive.com/sciactive/nymphjs/compare/v1.0.0-beta.111...v1.0.0-beta.112) (2026-04-03) | ||
| **Note:** Version bump only for package @nymphjs/driver-sqlite3 | ||
| # [1.0.0-beta.111](https://github.com/sciactive/nymphjs/compare/v1.0.0-beta.110...v1.0.0-beta.111) (2026-03-10) | ||
@@ -8,0 +12,0 @@ |
+7
-7
| { | ||
| "name": "@nymphjs/driver-sqlite3", | ||
| "version": "1.0.0-beta.111", | ||
| "version": "1.0.0-beta.112", | ||
| "description": "Nymph.js - SQLite3 DB Driver", | ||
@@ -26,12 +26,12 @@ "type": "module", | ||
| "type": "git", | ||
| "url": "git+https://github.com/sciactive/nymphjs.git" | ||
| "url": "git+https://forge.sciactive.com/sciactive/nymphjs.git" | ||
| }, | ||
| "author": "Hunter Perrin <hperrin@gmail.com>", | ||
| "bugs": { | ||
| "url": "https://github.com/sciactive/nymphjs/issues" | ||
| "url": "https://forge.sciactive.com/sciactive/nymphjs/issues" | ||
| }, | ||
| "license": "Apache-2.0", | ||
| "dependencies": { | ||
| "@nymphjs/guid": "^1.0.0-beta.111", | ||
| "@nymphjs/nymph": "^1.0.0-beta.111", | ||
| "@nymphjs/guid": "^1.0.0-beta.112", | ||
| "@nymphjs/nymph": "^1.0.0-beta.112", | ||
| "@sciactive/tokenizer": "^3.0.2", | ||
@@ -41,3 +41,3 @@ "better-sqlite3": "^12.6.2" | ||
| "devDependencies": { | ||
| "@nymphjs/tilmeld": "^1.0.0-beta.111", | ||
| "@nymphjs/tilmeld": "^1.0.0-beta.112", | ||
| "@tsconfig/recommended": "^1.0.13", | ||
@@ -51,3 +51,3 @@ "@types/better-sqlite3": "^7.6.13", | ||
| }, | ||
| "gitHead": "8028358367d8fd89bb434f122b243bec4c71f2e1" | ||
| "gitHead": "20157c196abcc9dcc70c1dff207cbea35a32f69f" | ||
| } |
397256
0.05%