-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- @parameter1/[email protected] - @parameter1/[email protected] - @parameter1/[email protected] - @parameter1/[email protected] - @parameter1/[email protected] - @parameter1/[email protected]
- Loading branch information
1 parent
cd038dc
commit cc1911f
Showing
6 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@parameter1/mongodb-bson", | ||
"version": "3.1.0", | ||
"version": "3.2.0", | ||
"type": "module", | ||
"description": "A BSON wrapper containing common utilities.", | ||
"author": "Jacob Bare <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@parameter1/mongodb-core", | ||
"version": "3.1.0", | ||
"version": "3.2.0", | ||
"type": "module", | ||
"description": "A core MongoDB wrapper containing common utilities.", | ||
"author": "Jacob Bare <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@parameter1/mongodb-dataloader", | ||
"version": "3.1.0", | ||
"version": "3.2.0", | ||
"type": "module", | ||
"description": "Dataloaders for MongoDB collections.", | ||
"author": "Jacob Bare <[email protected]>", | ||
|
@@ -25,7 +25,7 @@ | |
"win32" | ||
], | ||
"dependencies": { | ||
"@parameter1/mongodb-bson": "^3.1.0", | ||
"@parameter1/mongodb-bson": "^3.2.0", | ||
"@parameter1/object-path": "^2.0.0", | ||
"@parameter1/utils": "^2.0.0", | ||
"dataloader": "^2.2.2", | ||
|
@@ -36,7 +36,7 @@ | |
"@parameter1/mongodb-core": "^3.0.0" | ||
}, | ||
"devDependencies": { | ||
"@parameter1/mongodb-core": "^3.1.0" | ||
"@parameter1/mongodb-core": "^3.2.0" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@parameter1/mongodb-graphql-types", | ||
"version": "3.1.0", | ||
"version": "3.2.0", | ||
"type": "module", | ||
"description": "MongoDB GraphQL scalar types.", | ||
"author": "Jacob Bare <[email protected]>", | ||
|
@@ -25,7 +25,7 @@ | |
"win32" | ||
], | ||
"dependencies": { | ||
"@parameter1/mongodb-bson": "^3.1.0" | ||
"@parameter1/mongodb-bson": "^3.2.0" | ||
}, | ||
"peerDependencies": { | ||
"graphql": "^15.0.0 || ^16.0.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@parameter1/mongodb-pagination", | ||
"version": "3.1.0", | ||
"version": "3.2.0", | ||
"type": "module", | ||
"description": "Cursor, offset, and embedded object pagination for MongoDB queries.", | ||
"author": "Jacob Bare <[email protected]>", | ||
|
@@ -25,8 +25,8 @@ | |
"win32" | ||
], | ||
"dependencies": { | ||
"@parameter1/mongodb-bson": "^3.1.0", | ||
"@parameter1/mongodb-prop-types": "^3.1.0", | ||
"@parameter1/mongodb-bson": "^3.2.0", | ||
"@parameter1/mongodb-prop-types": "^3.2.0", | ||
"@parameter1/object-path": "^2.0.0", | ||
"@parameter1/slug": "^2.2.0", | ||
"@parameter1/utils": "^2.0.0", | ||
|
@@ -38,7 +38,7 @@ | |
"@parameter1/mongodb-core": "^3.0.0" | ||
}, | ||
"devDependencies": { | ||
"@parameter1/mongodb-core": "^3.1.0" | ||
"@parameter1/mongodb-core": "^3.2.0" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@parameter1/mongodb-prop-types", | ||
"version": "3.1.0", | ||
"version": "3.2.0", | ||
"type": "module", | ||
"description": "Common MongoDB prop type validators using Joi.", | ||
"author": "Jacob Bare <[email protected]>", | ||
|
@@ -25,8 +25,8 @@ | |
"win32" | ||
], | ||
"dependencies": { | ||
"@parameter1/mongodb-bson": "^3.1.0", | ||
"@parameter1/mongodb-core": "^3.1.0", | ||
"@parameter1/mongodb-bson": "^3.2.0", | ||
"@parameter1/mongodb-core": "^3.2.0", | ||
"joi": "^17.12.0" | ||
}, | ||
"publishConfig": { | ||
|