@nymphjs/driver-sqlite3
Advanced tools
+8
-0
@@ -6,2 +6,10 @@ # Change Log | ||
| # [1.0.0-beta.110](https://github.com/sciactive/nymphjs/compare/v1.0.0-beta.109...v1.0.0-beta.110) (2026-02-23) | ||
| ### Features | ||
| - add tilmeldRemoveOldRows migration to remove old access control rows ([79f5c8c](https://github.com/sciactive/nymphjs/commit/79f5c8c3e6e5aef2a4c7f53199bee3096663254f)) | ||
| - export new tilmeld columns when exporting entities ([9579f61](https://github.com/sciactive/nymphjs/commit/9579f61379c3046685eeddbf43f826634acf3dcb)) | ||
| - use the new access control columns in queries instead of data rows ([f3a2be2](https://github.com/sciactive/nymphjs/commit/f3a2be2c3ca37fa33499f3353a0862f64f2f32f2)) | ||
| # [1.0.0-beta.109](https://github.com/sciactive/nymphjs/compare/v1.0.0-beta.108...v1.0.0-beta.109) (2026-02-15) | ||
@@ -8,0 +16,0 @@ |
@@ -144,5 +144,6 @@ import SQLite3 from 'better-sqlite3'; | ||
| startTransaction(name: string): Promise<import("@nymphjs/nymph").Nymph>; | ||
| private removeTilmeldOldRows; | ||
| needsMigration(): Promise<'json' | 'tokens' | 'tilmeldColumns' | false>; | ||
| liveMigration(migrationType: 'tokenTables' | 'tilmeldColumns'): Promise<void>; | ||
| liveMigration(migrationType: 'tokenTables' | 'tilmeldColumns' | 'tilmeldRemoveOldRows'): Promise<void>; | ||
| } | ||
| export {}; |
+5
-5
| { | ||
| "name": "@nymphjs/driver-sqlite3", | ||
| "version": "1.0.0-beta.109", | ||
| "version": "1.0.0-beta.110", | ||
| "description": "Nymph.js - SQLite3 DB Driver", | ||
@@ -34,4 +34,4 @@ "type": "module", | ||
| "dependencies": { | ||
| "@nymphjs/guid": "^1.0.0-beta.109", | ||
| "@nymphjs/nymph": "^1.0.0-beta.109", | ||
| "@nymphjs/guid": "^1.0.0-beta.110", | ||
| "@nymphjs/nymph": "^1.0.0-beta.110", | ||
| "@sciactive/tokenizer": "^3.0.2", | ||
@@ -41,3 +41,3 @@ "better-sqlite3": "^12.6.2" | ||
| "devDependencies": { | ||
| "@nymphjs/tilmeld": "^1.0.0-beta.109", | ||
| "@nymphjs/tilmeld": "^1.0.0-beta.110", | ||
| "@tsconfig/recommended": "^1.0.13", | ||
@@ -51,3 +51,3 @@ "@types/better-sqlite3": "^7.6.13", | ||
| }, | ||
| "gitHead": "ab6cefe1f0144d68c53c00686635800e1d2f49d9" | ||
| "gitHead": "7bfef29456edf4959f36ee2781c81913293849ea" | ||
| } |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
401594
11.39%6456
11.21%