feat: version 1.0.0 (#21)

This commit is contained in:
Arash
2023-09-20 19:47:07 +03:00
committed by GitHub
parent 033380e051
commit 431d3784fe
42 changed files with 3654 additions and 3219 deletions

View File

@ -1,7 +1,7 @@
{
"name": "nuxt-mongoose-edge",
"name": "nuxt-mongoose",
"type": "module",
"version": "0.0.9",
"version": "1.0.0",
"private": false,
"packageManager": "pnpm@8.7.4",
"description": "Nuxt 3 module for MongoDB with Mongoose",
@ -39,13 +39,13 @@
"dist"
],
"scripts": {
"prepare": "nuxt-module-build --stub && nuxi prepare client",
"build": "nuxt-module-build && npm run build:client",
"build:client": "nuxi generate client",
"dev:prepare": "nuxt-module-build --stub && nuxi prepare client",
"dev": "nuxi dev playground",
"dev:client": "nuxi dev client --port 3300",
"dev:prod": "npm run build && npm run dev",
"release": "npm run lint && npm run build && changelogen --release && git push --follow-tags && npm publish",
"release": "npm run lint && npm run build && changelogen --release && npm publish",
"lint": "eslint . --fix"
},
"dependencies": {
@ -56,6 +56,7 @@
"defu": "^6.1.2",
"fs-extra": "^11.1.1",
"mongoose": "^7.5.2",
"ofetch": "^1.3.3",
"pathe": "^1.1.1",
"pluralize": "^8.0.0",
"sirv": "^2.0.3"
@ -72,4 +73,4 @@
"sass-loader": "^13.3.2",
"splitpanes": "^3.1.5"
}
}
}