Skip to content

Commit bc3a67b

Browse files
authored
Merge pull request #259 from sqlitecloud/fix-version-mismatch
Fix version mismatch between package.json and package-lock.json
2 parents 4ece748 + 15163a2 commit bc3a67b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sqlitecloud/drivers",
3-
"version": "1.0.738",
3+
"version": "1.0.739",
44
"description": "SQLiteCloud drivers for Typescript/Javascript in edge, web and node clients",
55
"main": "./lib/index.js",
66
"types": "./lib/index.d.ts",
@@ -109,4 +109,4 @@
109109
"browser": {
110110
"tls": false
111111
}
112-
}
112+
}

0 commit comments

Comments
 (0)