Skip to content

Commit

Permalink
chore(sqlite): revert version to 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ysfscream committed May 6, 2023
1 parent f589c82 commit a764fb2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "MQTTX",
"version": "1.9.2",
"version": "1.9.2-6",
"description": "MQTT desktop client",
"author": "EMQX Team <yusf@emqx.io>",
"scripts": {
Expand Down Expand Up @@ -48,7 +48,7 @@
"mqtt": "4.3.7",
"reflect-metadata": "^0.1.13",
"rxjs": "6.2.0",
"sqlite3": "^5.1.5",
"sqlite3": "5.0.4",
"typedi": "^0.8.0",
"typeorm": "^0.2.34",
"typeorm-typedi-extensions": "^0.2.3",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '1.9.2'
export default '1.9.2-6'
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10911,10 +10911,10 @@ sprintf-js@~1.0.2:
resolved "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c"
integrity sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=

sqlite3@^5.1.5:
version "5.1.5"
resolved "https://registry.yarnpkg.com/sqlite3/-/sqlite3-5.1.5.tgz#cf5a753c98914f3aa44b7bd057702fdca6abceb6"
integrity sha512-7sP16i4wI+yKnGOO2q2ijze7EjQ9US+Vw7DYYwxfFtqNZDGgBcEw0oeDaDvUTq66uJOzVd/z6MkIg+c9erSJKg==
sqlite3@5.0.4:
version "5.0.4"
resolved "https://registry.yarnpkg.com/sqlite3/-/sqlite3-5.0.4.tgz#3ddff8d360dab3f17c596690d8663f353d876187"
integrity sha512-ATvAe7JutFv/d+KTbLS58KsKn/t1raL/WGn2qZfZxwsrL/oGSP+0OlbQ2tX5jISvyu6/7JuKze3WkaiP1JAH6A==
dependencies:
"@mapbox/node-pre-gyp" "^1.0.0"
node-addon-api "^4.2.0"
Expand Down

0 comments on commit a764fb2

Please sign in to comment.