Compare commits
5 Commits
v1.0.3
...
studio/all
| Author | SHA1 | Date | |
|---|---|---|---|
| 2ff2445969 | |||
| 8bb7665af5 | |||
| 644ccc237d | |||
| 84a2c821e9 | |||
| 386c7dac05 |
2
.nuxtrc
Normal file
2
.nuxtrc
Normal file
@ -0,0 +1,2 @@
|
||||
# enable TypeScript bundler module resolution - https://www.typescriptlang.org/docs/handbook/modules/reference.html#bundler
|
||||
experimental.typescriptBundlerResolution=true
|
||||
27
CHANGELOG.md
27
CHANGELOG.md
@ -1,6 +1,33 @@
|
||||
# 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
|
||||
|
||||
[compare changes](https://github.com/arashsheyda/nuxt-mongoose/compare/v1.0.1...v1.0.2)
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@nuxt-themes/docus": "^1.15.0",
|
||||
"@nuxthq/studio": "^1.0.2",
|
||||
"nuxt": "^3.8.0"
|
||||
"@nuxthq/studio": "^1.0.6",
|
||||
"nuxt": "^3.9.1"
|
||||
}
|
||||
}
|
||||
|
||||
3467
docs/pnpm-lock.yaml
generated
3467
docs/pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
20
package.json
20
package.json
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "nuxt-mongoose",
|
||||
"type": "module",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.3",
|
||||
"private": false,
|
||||
"packageManager": "pnpm@8.7.4",
|
||||
"description": "Nuxt 3 module for MongoDB with Mongoose",
|
||||
@ -51,24 +51,24 @@
|
||||
"dependencies": {
|
||||
"@nuxt/devtools-kit": "1.0.0",
|
||||
"@nuxt/devtools-ui-kit": "1.0.0",
|
||||
"@nuxt/kit": "^3.8.0",
|
||||
"@vueuse/core": "^10.5.0",
|
||||
"@nuxt/kit": "^3.9.0",
|
||||
"@vueuse/core": "^10.7.1",
|
||||
"defu": "^6.1.3",
|
||||
"fs-extra": "^11.1.1",
|
||||
"mongoose": "^7.6.3",
|
||||
"fs-extra": "^11.2.0",
|
||||
"mongoose": "^7.6.7",
|
||||
"ofetch": "^1.3.3",
|
||||
"pathe": "^1.1.1",
|
||||
"pluralize": "^8.0.0",
|
||||
"sirv": "^2.0.3"
|
||||
"sirv": "^2.0.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@antfu/eslint-config": "1.0.0-beta.29",
|
||||
"@nuxt/module-builder": "^0.5.2",
|
||||
"@types/fs-extra": "^11.0.3",
|
||||
"@nuxt/module-builder": "^0.5.5",
|
||||
"@types/fs-extra": "^11.0.4",
|
||||
"@types/pluralize": "^0.0.32",
|
||||
"changelogen": "^0.5.5",
|
||||
"eslint": "8.52.0",
|
||||
"nuxt": "^3.8.0",
|
||||
"sass": "^1.69.5"
|
||||
"nuxt": "^3.9.0",
|
||||
"sass": "^1.69.7"
|
||||
}
|
||||
}
|
||||
|
||||
3762
pnpm-lock.yaml
generated
3762
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user