bson 7.0.0-alpha.2 → 7.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +7 -6
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -99,12 +99,13 @@ npm install bson
99
99
 
100
100
  Only the following version combinations with the [MongoDB Node.js Driver](https://github.com/mongodb/node-mongodb-native) are considered stable.
101
101
 
102
- | | `bson@1.x` | `bson@4.x` | `bson@5.x` | `bson@6.x` |
103
- | ------------- | ---------- | ---------- | ---------- | ---------- |
104
- | `mongodb@6.x` | N/A | N/A | N/A | ✓ |
105
- | `mongodb@5.x` | N/A | N/A | ✓ | N/A |
106
- | `mongodb@4.x` | N/A | ✓ | N/A | N/A |
107
- | `mongodb@3.x` | ✓ | N/A | N/A | N/A |
102
+ | | `bson@1.x` | `bson@4.x` | `bson@5.x` | `bson@6.x` | `bson@7.x` |
103
+ | ------------- | ---------- | ---------- | ---------- | ---------- | ---------- |
104
+ | `mongodb@7.x` | N/A | N/A | N/A | N/A | ✓ |
105
+ | `mongodb@6.x` | N/A | N/A | N/A | ✓ | N/A |
106
+ | `mongodb@5.x` | N/A | N/A | ✓ | N/A | N/A |
107
+ | `mongodb@4.x` | N/A | ✓ | N/A | N/A | N/A |
108
+ | `mongodb@3.x` | ✓ | N/A | N/A | N/A | N/A |
108
109
 
109
110
  ## Documentation
110
111
 
package/package.json CHANGED
@@ -14,7 +14,7 @@
14
14
  "vendor"
15
15
  ],
16
16
  "types": "bson.d.ts",
17
- "version": "7.0.0-alpha.2",
17
+ "version": "7.0.0",
18
18
  "author": {
19
19
  "name": "The MongoDB NodeJS Team",
20
20
  "email": "dbx-node@mongodb.com"
@@ -51,7 +51,7 @@
51
51
  "nyc": "^15.1.0",
52
52
  "prettier": "^3.5.3",
53
53
  "rollup": "^4.40.1",
54
- "sinon": "^18.0.0",
54
+ "sinon": "^21.0.0",
55
55
  "sinon-chai": "^3.7.0",
56
56
  "source-map-support": "^0.5.21",
57
57
  "tar": "^7.4.3",