Skip to content

Commit 4e6e800

Browse files
author
Andrea Cosentino
committed
chore: update dependencies
1 parent 0d0a42f commit 4e6e800

3 files changed

Lines changed: 1000 additions & 1034 deletions

File tree

package.json

Lines changed: 100 additions & 100 deletions
Original file line numberDiff line numberDiff line change
@@ -1,100 +1,100 @@
1-
{
2-
"name": "@ndriadev/vite-plugin-universal-api",
3-
"description": "Plugin Mock WebSocket, REST and File-based APIs for Vite",
4-
"private": false,
5-
"version": "1.0.7",
6-
"type": "module",
7-
"files": [
8-
"dist/",
9-
"README.md",
10-
"LICENSE",
11-
"CHANGELOG.md"
12-
],
13-
"main": "./dist/index.cjs",
14-
"module": "./dist/index.mjs",
15-
"types": "./dist/index.d.ts",
16-
"exports": {
17-
".": {
18-
"types": "./dist/index.d.ts",
19-
"require": "./dist/index.cjs",
20-
"import": "./dist/index.mjs"
21-
}
22-
},
23-
"scripts": {
24-
"dev": "unbuild --stub",
25-
"test": "vitest",
26-
"test:coverage": "vitest run --coverage",
27-
"test:run": "vitest run",
28-
"lint": "eslint .",
29-
"lint:fix": "eslint . --fix",
30-
"typecheck": "tsc --noEmit",
31-
"docs:dev": "vitepress dev docs",
32-
"docs:build": "vitepress build docs",
33-
"docs:preview": "vitepress preview docs",
34-
"clean": "rimraf dist coverage docs/.vitepress/dist docs/.vitepress/cache",
35-
"prebuild": "pnpm run clean",
36-
"build": "unbuild",
37-
"postbuild": "node scripts/verify-build.js",
38-
"prepublishOnly": "pnpm run lint && pnpm run typecheck && pnpm run test:run && pnpm run build",
39-
"changelog": "node scripts/generate-changelog.js",
40-
"release:patch": "bash scripts/release.sh patch",
41-
"release:minor": "bash scripts/release.sh minor",
42-
"release:major": "bash scripts/release.sh major",
43-
"postversion": "git push && git push --tags",
44-
"version": "pnpm run changelog && git add CHANGELOG.md"
45-
},
46-
"engines": {
47-
"node": "^16.0.0 || ^18.0.0 || >=20.0.0"
48-
},
49-
"devDependencies": {
50-
"@eslint/eslintrc": "^3.3.5",
51-
"@eslint/js": "^10.0.1",
52-
"@types/node": "^22.19.17",
53-
"@types/ws": "^8.18.1",
54-
"@vitest/coverage-v8": "4.0.18",
55-
"eslint": "^10.1.0",
56-
"globals": "^17.4.0",
57-
"mkdirp": "^3.0.1",
58-
"rimraf": "^6.1.3",
59-
"typescript-eslint": "^8.57.2",
60-
"unbuild": "^3.6.1",
61-
"vitepress": "^1.6.4",
62-
"vitest": "^4.1.2",
63-
"ws": "^8.20.0"
64-
},
65-
"peerDependencies": {
66-
"vite": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || >=8.0.0"
67-
},
68-
"keywords": [
69-
"vite",
70-
"vite-plugin",
71-
"plugin",
72-
"mock",
73-
"server",
74-
"api",
75-
"mock-server",
76-
"REST",
77-
"rest",
78-
"WS",
79-
"ws",
80-
"websocket",
81-
"FS",
82-
"file-system",
83-
"file-based"
84-
],
85-
"repository": {
86-
"type": "git",
87-
"url": "git+https://github.com/nDriaDev/vite-plugin-universal-api"
88-
},
89-
"author": {
90-
"name": "Andrea Cosentino",
91-
"email": "admin@ndria.dev",
92-
"url": "https://github.com/nDriaDev/"
93-
},
94-
"readmeFilename": "README.md",
95-
"bugs": {
96-
"url": "https://github.com/nDriaDev/vite-plugin-universal-api/issues"
97-
},
98-
"homepage": "https://github.com/nDriaDev/vite-plugin-universal-api",
99-
"license": "MIT"
100-
}
1+
{
2+
"name": "@ndriadev/vite-plugin-universal-api",
3+
"description": "Plugin Mock WebSocket, REST and File-based APIs for Vite",
4+
"private": false,
5+
"version": "1.0.7",
6+
"type": "module",
7+
"files": [
8+
"dist/",
9+
"README.md",
10+
"LICENSE",
11+
"CHANGELOG.md"
12+
],
13+
"main": "./dist/index.cjs",
14+
"module": "./dist/index.mjs",
15+
"types": "./dist/index.d.ts",
16+
"exports": {
17+
".": {
18+
"types": "./dist/index.d.ts",
19+
"require": "./dist/index.cjs",
20+
"import": "./dist/index.mjs"
21+
}
22+
},
23+
"scripts": {
24+
"dev": "unbuild --stub",
25+
"test": "vitest",
26+
"test:coverage": "vitest run --coverage",
27+
"test:run": "vitest run",
28+
"lint": "eslint .",
29+
"lint:fix": "eslint . --fix",
30+
"typecheck": "tsc --noEmit",
31+
"docs:dev": "vitepress dev docs",
32+
"docs:build": "vitepress build docs",
33+
"docs:preview": "vitepress preview docs",
34+
"clean": "rimraf dist coverage docs/.vitepress/dist docs/.vitepress/cache",
35+
"prebuild": "pnpm run clean",
36+
"build": "unbuild",
37+
"postbuild": "node scripts/verify-build.js",
38+
"prepublishOnly": "pnpm run lint && pnpm run typecheck && pnpm run test:run && pnpm run build",
39+
"changelog": "node scripts/generate-changelog.js",
40+
"release:patch": "bash scripts/release.sh patch",
41+
"release:minor": "bash scripts/release.sh minor",
42+
"release:major": "bash scripts/release.sh major",
43+
"postversion": "git push && git push --tags",
44+
"version": "pnpm run changelog && git add CHANGELOG.md"
45+
},
46+
"engines": {
47+
"node": "^16.0.0 || ^18.0.0 || >=20.0.0"
48+
},
49+
"devDependencies": {
50+
"@eslint/eslintrc": "^3.3.5",
51+
"@eslint/js": "^10.0.1",
52+
"@types/node": "^22.19.17",
53+
"@types/ws": "^8.18.1",
54+
"@vitest/coverage-v8": "4.0.18",
55+
"eslint": "^10.2.0",
56+
"globals": "^17.4.0",
57+
"mkdirp": "^3.0.1",
58+
"rimraf": "^6.1.3",
59+
"typescript-eslint": "^8.58.1",
60+
"unbuild": "^3.6.1",
61+
"vitepress": "^1.6.4",
62+
"vitest": "^4.1.3",
63+
"ws": "^8.20.0"
64+
},
65+
"peerDependencies": {
66+
"vite": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || >=8.0.0"
67+
},
68+
"keywords": [
69+
"vite",
70+
"vite-plugin",
71+
"plugin",
72+
"mock",
73+
"server",
74+
"api",
75+
"mock-server",
76+
"REST",
77+
"rest",
78+
"WS",
79+
"ws",
80+
"websocket",
81+
"FS",
82+
"file-system",
83+
"file-based"
84+
],
85+
"repository": {
86+
"type": "git",
87+
"url": "git+https://github.com/nDriaDev/vite-plugin-universal-api"
88+
},
89+
"author": {
90+
"name": "Andrea Cosentino",
91+
"email": "admin@ndria.dev",
92+
"url": "https://github.com/nDriaDev/"
93+
},
94+
"readmeFilename": "README.md",
95+
"bugs": {
96+
"url": "https://github.com/nDriaDev/vite-plugin-universal-api/issues"
97+
},
98+
"homepage": "https://github.com/nDriaDev/vite-plugin-universal-api",
99+
"license": "MIT"
100+
}

0 commit comments

Comments
 (0)