We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4a8309 commit 46311acCopy full SHA for 46311ac
package.json
@@ -1,6 +1,6 @@
1
{
2
"package": "@mongoosejs/browser",
3
- "version": "0.0.1",
+ "version": "0.1.0",
4
"private": false,
5
"browser": "./dist/index.js",
6
"scripts": {
@@ -11,7 +11,7 @@
11
"test:node": "mocha test/*.node.test.js"
12
},
13
"peerDependencies": {
14
- "mongoose": "8.x"
+ "mongoose": "^9.0.0-0"
15
16
"devDependencies": {
17
"@babel/core": "7.26.10",
@@ -22,7 +22,7 @@
22
"buffer": "^5.6.0",
23
"crypto-browserify": "3.12.1",
24
"mocha": "^10.2.0",
25
- "mongoose": "git+https://github.com/Automattic/mongoose.git#9.0",
+ "mongoose": "^9.0.0-0",
26
"playwright": "1.49.1",
27
"stream-browserify": "3.0.0",
28
"webpack": "5.98.0"
0 commit comments