Skip to content

Commit de1c9cc

Browse files
authored
add $ifNull() method (#66)
* add $ifNull() method * 2.6.9
1 parent e4a24ac commit de1c9cc

File tree

4 files changed

+270
-45
lines changed

4 files changed

+270
-45
lines changed

package-lock.json

Lines changed: 44 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@themost/sqlite",
3-
"version": "2.6.8",
3+
"version": "2.6.9",
44
"description": "MOST Web Framework SQLite Adapter",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -39,8 +39,9 @@
3939
"@babel/register": "^7.17.0",
4040
"@rollup/plugin-babel": "^5.3.1",
4141
"@rollup/plugin-commonjs": "^22.0.0",
42-
"@themost/data": "^2.6.35",
42+
"@themost/data": "^2.8.4",
4343
"@themost/peers": "^1.0.2",
44+
"@themost/query": "^2.5.19",
4445
"@themost/xml": "^2.5.2",
4546
"dotenv": "^16.0.0",
4647
"eslint": "^8.15.0",

0 commit comments

Comments
 (0)