Skip to content

Commit 0168591

Browse files
committed
chore: bump versions
1 parent 906919e commit 0168591

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

package-lock.json

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

packages/abstractions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@js-soft/docdb-access-abstractions",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Database abstractions.",
55
"homepage": "https://github.com/js-soft/ts-documentdb-access#readme",
66
"repository": {

packages/loki/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@js-soft/docdb-access-loki",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "The LokiJS implementation for the '@js-soft/@js-soft/docdb-access-abstractions' library.",
55
"homepage": "https://github.com/js-soft/ts-documentdb-access#readme",
66
"repository": {
@@ -27,7 +27,7 @@
2727
"testTimeout": 60000
2828
},
2929
"dependencies": {
30-
"@js-soft/docdb-access-abstractions": "1.2.0",
30+
"@js-soft/docdb-access-abstractions": "1.2.1",
3131
"@types/lokijs": "1.5.14",
3232
"lokijs": "1.5.12"
3333
},

packages/mongo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@js-soft/docdb-access-mongo",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "The MongoDB implementation for the '@js-soft/@js-soft/docdb-access-abstractions' library.",
55
"homepage": "https://github.com/js-soft/ts-documentdb-access#readme",
66
"repository": {
@@ -28,7 +28,7 @@
2828
"testTimeout": 60000
2929
},
3030
"dependencies": {
31-
"@js-soft/docdb-access-abstractions": "1.2.0",
31+
"@js-soft/docdb-access-abstractions": "1.2.1",
3232
"mongodb": "6.20.0"
3333
},
3434
"publishConfig": {

packages/querytranslator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@js-soft/docdb-querytranslator",
3-
"version": "1.1.5",
3+
"version": "1.1.6",
44
"description": "Parse and pass URL queries to MongoDB and LokiJS query",
55
"homepage": "https://github.com/js-soft/ts-documentdb-access#readme",
66
"repository": {

0 commit comments

Comments
 (0)