@byyuurin/nitro-openapi 0.0.8 → 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@byyuurin/nitro-openapi",
3
3
  "type": "module",
4
- "version": "0.0.8",
4
+ "version": "0.1.0",
5
5
  "private": false,
6
6
  "license": "MIT",
7
7
  "homepage": "https://github.com/byyuurin/nitro-openapi",
@@ -22,21 +22,8 @@
22
22
  "*.d.ts",
23
23
  "dist"
24
24
  ],
25
- "scripts": {
26
- "build": "unbuild",
27
- "dev": "nitropack dev playground",
28
- "dev:prepare": "nitropack prepare playground",
29
- "dev:build": "nitropack build playground",
30
- "dev:preview": "node playground/.output/server/index.mjs",
31
- "lint": "eslint .",
32
- "test": "vitest",
33
- "release": "bumpp && pnpm publish",
34
- "stub": "unbuild --stub",
35
- "prepack": "pnpm build"
36
- },
37
25
  "dependencies": {
38
- "defu": "^6.1.4",
39
- "openapi-typescript": "^6.7.6"
26
+ "defu": "^6.1.4"
40
27
  },
41
28
  "devDependencies": {
42
29
  "@byyuurin/eslint-config": "^1.8.3",
@@ -50,5 +37,16 @@
50
37
  },
51
38
  "resolutions": {
52
39
  "@byyuurin/nitro-openapi": "link:."
40
+ },
41
+ "scripts": {
42
+ "build": "unbuild",
43
+ "dev": "nitropack dev playground",
44
+ "dev:prepare": "nitropack prepare playground",
45
+ "dev:build": "nitropack build playground",
46
+ "dev:preview": "node playground/.output/server/index.mjs",
47
+ "lint": "eslint .",
48
+ "test": "vitest",
49
+ "release": "bumpp && pnpm publish",
50
+ "stub": "unbuild --stub"
53
51
  }
54
- }
52
+ }