Skip to content

Commit 98ea966

Browse files
release: v10.2.3
1 parent 6ec4d55 commit 98ea966

File tree

7 files changed

+21
-12
lines changed

7 files changed

+21
-12
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [10.2.3](https://github.com/typegoose/mongodb-memory-server/compare/v10.2.2...v10.2.3) (2025-10-07)
2+
3+
### Fixes
4+
5+
* enable npm provenance publishing ([6ec4d55](https://github.com/typegoose/mongodb-memory-server/commit/6ec4d555a1505571a0d734c51b45a7327d66fb68))
6+
7+
### Style
8+
9+
* **DryMongoBinary:** fix "platform" using "version" type ([#949](https://github.com/typegoose/mongodb-memory-server/issues/949)) ([efc8460](https://github.com/typegoose/mongodb-memory-server/commit/efc84608d626829e1fe820ef7f56eefddb63e4b6))
10+
111
## [10.2.2](https://github.com/typegoose/mongodb-memory-server/compare/v10.2.1...v10.2.2) (2025-10-04)
212

313
### Fixes

packages/mongodb-memory-server-core/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongodb-memory-server-core",
3-
"version": "10.2.2",
3+
"version": "10.2.3",
44
"description": "MongoDB Server for testing (core package, without autodownload). The server will allow you to connect your favourite ODM or client library to the MongoDB Server and run parallel integration tests isolated from each other.",
55
"main": "lib/index",
66
"types": "lib/index.d.ts",
@@ -60,7 +60,6 @@
6060
"tslib": "^2.8.1",
6161
"yauzl": "^3.2.0"
6262
},
63-
6463
"scripts": {
6564
"clean": "rimraf tmp lib build coverage node_modules/.cache",
6665
"build": "rimraf ./lib && tsc -p ./tsconfig.build.json",

packages/mongodb-memory-server-global-4.0/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongodb-memory-server-global-4.0",
3-
"version": "10.2.2",
3+
"version": "10.2.3",
44
"mongodb_version": "4.0.28",
55
"description": "MongoDB Server for testing (auto-download 4.0 version to ~/.cache/mongodb-binaries).",
66
"main": "index.js",
@@ -29,7 +29,7 @@
2929
"provenance": true
3030
},
3131
"dependencies": {
32-
"mongodb-memory-server-core": "10.2.2",
32+
"mongodb-memory-server-core": "10.2.3",
3333
"tslib": "^2.8.1"
3434
},
3535
"scripts": {

packages/mongodb-memory-server-global-4.2/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongodb-memory-server-global-4.2",
3-
"version": "10.2.2",
3+
"version": "10.2.3",
44
"mongodb_version": "4.2.24",
55
"description": "MongoDB Server for testing (auto-download 4.2 version to ~/.cache/mongodb-binaries).",
66
"main": "index.js",
@@ -29,7 +29,7 @@
2929
"provenance": true
3030
},
3131
"dependencies": {
32-
"mongodb-memory-server-core": "10.2.2",
32+
"mongodb-memory-server-core": "10.2.3",
3333
"tslib": "^2.8.1"
3434
},
3535
"scripts": {

packages/mongodb-memory-server-global-4.4/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongodb-memory-server-global-4.4",
3-
"version": "10.2.2",
3+
"version": "10.2.3",
44
"mongodb_version": "4.4.28",
55
"description": "MongoDB Server for testing (auto-download 4.4 version to ~/.cache/mongodb-binaries).",
66
"main": "index.js",
@@ -29,7 +29,7 @@
2929
"provenance": true
3030
},
3131
"dependencies": {
32-
"mongodb-memory-server-core": "10.2.2",
32+
"mongodb-memory-server-core": "10.2.3",
3333
"tslib": "^2.8.1"
3434
},
3535
"scripts": {

packages/mongodb-memory-server-global/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongodb-memory-server-global",
3-
"version": "10.2.2",
3+
"version": "10.2.3",
44
"description": "MongoDB Server for testing (auto-download latest version to ~/.cache/mongodb-binaries).",
55
"main": "index.js",
66
"types": "index.d.ts",
@@ -28,7 +28,7 @@
2828
"provenance": true
2929
},
3030
"dependencies": {
31-
"mongodb-memory-server-core": "10.2.2",
31+
"mongodb-memory-server-core": "10.2.3",
3232
"tslib": "^2.8.1"
3333
},
3434
"scripts": {

packages/mongodb-memory-server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mongodb-memory-server",
3-
"version": "10.2.2",
3+
"version": "10.2.3",
44
"description": "MongoDB Server for testing (auto-download latest version). The server will allow you to connect your favourite ODM or client library to the MongoDB Server and run parallel integration tests isolated from each other.",
55
"main": "index.js",
66
"types": "index.d.ts",
@@ -28,7 +28,7 @@
2828
"provenance": true
2929
},
3030
"dependencies": {
31-
"mongodb-memory-server-core": "10.2.2",
31+
"mongodb-memory-server-core": "10.2.3",
3232
"tslib": "^2.8.1"
3333
},
3434
"scripts": {

0 commit comments

Comments
 (0)