5 Commits

6 changed files with 4529 additions and 2753 deletions

2
.nuxtrc Normal file
View File

@ -0,0 +1,2 @@
# enable TypeScript bundler module resolution - https://www.typescriptlang.org/docs/handbook/modules/reference.html#bundler
experimental.typescriptBundlerResolution=true

View File

@ -1,6 +1,33 @@
# Changelog # Changelog
## v1.0.3
[compare changes](https://github.com/arashsheyda/nuxt-mongoose/compare/v1.0.2...v1.0.3)
### 🩹 Fixes
- Add schema type ([4bc0742](https://github.com/arashsheyda/nuxt-mongoose/commit/4bc0742))
### 💅 Refactors
- Update to DevTools v1 ([1bec7a7](https://github.com/arashsheyda/nuxt-mongoose/commit/1bec7a7))
### 📖 Documentation
- Update ui ([9296ae7](https://github.com/arashsheyda/nuxt-mongoose/commit/9296ae7))
- Fix playground path ([ea7c7b0](https://github.com/arashsheyda/nuxt-mongoose/commit/ea7c7b0))
- Fix install workflow ([4c5a034](https://github.com/arashsheyda/nuxt-mongoose/commit/4c5a034))
- Update link ([0b575fa](https://github.com/arashsheyda/nuxt-mongoose/commit/0b575fa))
### 🏡 Chore
- Remove comment ([549b2f3](https://github.com/arashsheyda/nuxt-mongoose/commit/549b2f3))
### ❤️ Contributors
- Arash
## v1.0.2 ## v1.0.2
[compare changes](https://github.com/arashsheyda/nuxt-mongoose/compare/v1.0.1...v1.0.2) [compare changes](https://github.com/arashsheyda/nuxt-mongoose/compare/v1.0.1...v1.0.2)

View File

@ -11,7 +11,7 @@
}, },
"devDependencies": { "devDependencies": {
"@nuxt-themes/docus": "^1.15.0", "@nuxt-themes/docus": "^1.15.0",
"@nuxthq/studio": "^1.0.2", "@nuxthq/studio": "^1.0.6",
"nuxt": "^3.8.0" "nuxt": "^3.9.1"
} }
} }

3467
docs/pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
{ {
"name": "nuxt-mongoose", "name": "nuxt-mongoose",
"type": "module", "type": "module",
"version": "1.0.2", "version": "1.0.3",
"private": false, "private": false,
"packageManager": "pnpm@8.7.4", "packageManager": "pnpm@8.7.4",
"description": "Nuxt 3 module for MongoDB with Mongoose", "description": "Nuxt 3 module for MongoDB with Mongoose",
@ -51,24 +51,24 @@
"dependencies": { "dependencies": {
"@nuxt/devtools-kit": "1.0.0", "@nuxt/devtools-kit": "1.0.0",
"@nuxt/devtools-ui-kit": "1.0.0", "@nuxt/devtools-ui-kit": "1.0.0",
"@nuxt/kit": "^3.8.0", "@nuxt/kit": "^3.9.0",
"@vueuse/core": "^10.5.0", "@vueuse/core": "^10.7.1",
"defu": "^6.1.3", "defu": "^6.1.3",
"fs-extra": "^11.1.1", "fs-extra": "^11.2.0",
"mongoose": "^7.6.3", "mongoose": "^7.6.7",
"ofetch": "^1.3.3", "ofetch": "^1.3.3",
"pathe": "^1.1.1", "pathe": "^1.1.1",
"pluralize": "^8.0.0", "pluralize": "^8.0.0",
"sirv": "^2.0.3" "sirv": "^2.0.4"
}, },
"devDependencies": { "devDependencies": {
"@antfu/eslint-config": "1.0.0-beta.29", "@antfu/eslint-config": "1.0.0-beta.29",
"@nuxt/module-builder": "^0.5.2", "@nuxt/module-builder": "^0.5.5",
"@types/fs-extra": "^11.0.3", "@types/fs-extra": "^11.0.4",
"@types/pluralize": "^0.0.32", "@types/pluralize": "^0.0.32",
"changelogen": "^0.5.5", "changelogen": "^0.5.5",
"eslint": "8.52.0", "eslint": "8.52.0",
"nuxt": "^3.8.0", "nuxt": "^3.9.0",
"sass": "^1.69.5" "sass": "^1.69.7"
} }
} }

3762
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff