diff --git a/CHANGELOG.md b/CHANGELOG.md index 39b6871..ca9cec0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog +## v0.0.4 + +[compare changes](https://github.com/arashsheyda/nuxt-mongoose/compare/v0.0.3...v0.0.4) + ## v0.0.3 [compare changes](https://github.com/arashsheyda/nuxt-mongoose/compare/v0.0.2...v0.0.3) diff --git a/package.json b/package.json index 71059db..b266f22 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nuxt-mongoose", "type": "module", - "version": "0.0.3", + "version": "0.0.4", "description": "Nuxt 3 module for MongoDB with Mongoose", "license": "MIT", "repository": { @@ -37,37 +37,33 @@ "test": "vitest run", "test:watch": "vitest watch" }, - "peerDependencies": { - "mongoose": "^7.0.3", - "nuxt": "^3.4.1" - }, "dependencies": { - "@nuxt/devtools-kit": "^0.4.1", - "@nuxt/kit": "^3.4.1", + "@nuxt/devtools-kit": "^0.4.2", + "@nuxt/kit": "^3.4.2", "@types/fs-extra": "^11.0.1", "birpc": "^0.2.11", "defu": "^6.1.2", "flatted": "^3.2.7", "fs-extra": "^11.1.1", + "mongoose": "^7.0.5", "pluralize": "^8.0.0", - "sirv": "^2.0.2", + "sirv": "^2.0.3", "tinyws": "^0.1.0", "ws": "^8.13.0" }, "devDependencies": { - "@antfu/eslint-config": "^0.38.4", - "@nuxt/devtools": "^0.4.1", - "@nuxt/devtools-ui-kit": "^0.4.1", + "@antfu/eslint-config": "^0.38.5", + "@nuxt/devtools": "^0.4.2", + "@nuxt/devtools-ui-kit": "^0.4.2", "@nuxt/module-builder": "^0.3.0", - "@nuxt/schema": "^3.4.1", - "@nuxt/test-utils": "^3.4.1", + "@nuxt/schema": "^3.4.2", + "@nuxt/test-utils": "^3.4.2", "@types/pluralize": "^0.0.29", "@types/ws": "^8.5.4", "changelogen": "^0.5.3", - "eslint": "^8.38.0", - "mongoose": "^7.0.4", - "nuxt": "^3.4.1", - "sass": "^1.62.0", + "eslint": "^8.39.0", + "nuxt": "^3.4.2", + "sass": "^1.62.1", "sass-loader": "^13.2.2", "splitpanes": "^3.1.5", "vitest": "^0.30.1"