3 Commits

Author SHA1 Message Date
0f73464afe chore: update dependencies 2023-09-21 16:41:21 -06:00
5bf554fbdf chore(release): v1.0.1 2023-09-20 20:19:25 +03:00
b566196c96 chore(release): v1.0.0 2023-09-20 19:54:06 +03:00
2 changed files with 2495 additions and 447 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "nuxt-mongoose", "name": "nuxt-mongoose",
"type": "module", "type": "module",
"version": "1.1.0", "version": "1.0.1",
"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",
@ -10,7 +10,7 @@
"homepage": "https://nuxt-mongoose.nuxt.space", "homepage": "https://nuxt-mongoose.nuxt.space",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/arashsheyda/nuxt-mongoose" "url": "git+https://github.com/arashsheyda/nuxt-mongoose"
}, },
"bugs": { "bugs": {
"url": "https://github.com/arashsheyda/nuxt-mongoose/issues" "url": "https://github.com/arashsheyda/nuxt-mongoose/issues"
@ -39,19 +39,19 @@
"dist" "dist"
], ],
"scripts": { "scripts": {
"prepare": "nuxt-module-build --stub && nuxi prepare client",
"build": "nuxt-module-build && npm run build:client", "build": "nuxt-module-build && npm run build:client",
"build:client": "nuxi generate client", "build:client": "nuxi generate client",
"dev": "nuxi dev playground", "dev": "nuxi dev playground",
"dev:prepare": "nuxt-module-build && nuxi prepare client",
"dev:client": "nuxi dev client --port 3300", "dev:client": "nuxi dev client --port 3300",
"dev:prod": "npm run build && npm run dev", "dev:prod": "npm run build && npm run dev",
"release": "npm run lint && npm run build && changelogen --release && npm publish", "release": "npm run lint && npm run build && changelogen --release && npm publish",
"lint": "eslint . --fix" "lint": "eslint . --fix"
}, },
"dependencies": { "dependencies": {
"@nuxt/devtools-kit": "^0.8.2", "@nuxt/devtools-kit": "^0.8.4",
"@nuxt/devtools-ui-kit": "^0.8.2", "@nuxt/devtools-ui-kit": "^0.8.4",
"@nuxt/kit": "^3.7.1", "@nuxt/kit": "^3.7.3",
"@vueuse/core": "^10.4.1", "@vueuse/core": "^10.4.1",
"defu": "^6.1.2", "defu": "^6.1.2",
"fs-extra": "^11.1.1", "fs-extra": "^11.1.1",
@ -62,15 +62,15 @@
"sirv": "^2.0.3" "sirv": "^2.0.3"
}, },
"devDependencies": { "devDependencies": {
"@antfu/eslint-config": "^0.41.0", "@antfu/eslint-config": "^0.43.0",
"@nuxt/module-builder": "^0.5.1", "@nuxt/module-builder": "^0.5.1",
"@types/fs-extra": "^11.0.2", "@types/fs-extra": "^11.0.2",
"@types/pluralize": "^0.0.30", "@types/pluralize": "^0.0.30",
"changelogen": "^0.5.5", "changelogen": "^0.5.5",
"eslint": "8.48.0", "eslint": "8.49.0",
"nuxt": "^3.7.1", "nuxt": "^3.7.3",
"sass": "^1.67.0", "sass": "^1.67.0",
"sass-loader": "^13.3.2", "sass-loader": "^13.3.2",
"splitpanes": "^3.1.5" "splitpanes": "^3.1.5"
} }
} }

2922
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff