@nymphjs/driver-sqlite3 1.0.0-beta.86 → 1.0.0-beta.88
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/README.md +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [1.0.0-beta.88](https://github.com/sciactive/nymphjs/compare/v1.0.0-beta.87...v1.0.0-beta.88) (2025-01-30)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @nymphjs/driver-sqlite3
|
|
9
|
+
|
|
10
|
+
# [1.0.0-beta.87](https://github.com/sciactive/nymphjs/compare/v1.0.0-beta.86...v1.0.0-beta.87) (2025-01-20)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @nymphjs/driver-sqlite3
|
|
13
|
+
|
|
6
14
|
# [1.0.0-beta.86](https://github.com/sciactive/nymphjs/compare/v1.0.0-beta.85...v1.0.0-beta.86) (2024-12-28)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @nymphjs/driver-sqlite3
|
package/README.md
CHANGED
|
@@ -33,7 +33,7 @@ See the [config declaration file](src/conf/d.ts).
|
|
|
33
33
|
|
|
34
34
|
# License
|
|
35
35
|
|
|
36
|
-
Copyright 2021-
|
|
36
|
+
Copyright 2021-2025 SciActive Inc
|
|
37
37
|
|
|
38
38
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
39
39
|
you may not use this file except in compliance with the License.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nymphjs/driver-sqlite3",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.88",
|
|
4
4
|
"description": "Nymph.js - SQLite3 DB Driver",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
},
|
|
32
32
|
"license": "Apache-2.0",
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@nymphjs/guid": "^1.0.0-beta.
|
|
35
|
-
"@nymphjs/nymph": "^1.0.0-beta.
|
|
34
|
+
"@nymphjs/guid": "^1.0.0-beta.88",
|
|
35
|
+
"@nymphjs/nymph": "^1.0.0-beta.88",
|
|
36
36
|
"better-sqlite3": "^11.7.0"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
@@ -44,5 +44,5 @@
|
|
|
44
44
|
"ts-node": "^10.9.2",
|
|
45
45
|
"typescript": "^5.7.2"
|
|
46
46
|
},
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "056e2b49fde37bf9d93d6867a959ac31c8889c84"
|
|
48
48
|
}
|