@powerlines/plugin-nitro 0.1.128 → 0.1.130

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.
Files changed (1) hide show
  1. package/package.json +4 -18
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-nitro",
3
- "version": "0.1.128",
3
+ "version": "0.1.130",
4
4
  "type": "module",
5
5
  "description": "A package containing a Powerlines plugin for creating a server application that runs on Nitro.",
6
6
  "repository": {
@@ -68,20 +68,6 @@
68
68
  "default": "./dist/types/index.mjs"
69
69
  }
70
70
  },
71
- "./types/*": {
72
- "require": {
73
- "types": "./dist/types/*.d.cts",
74
- "default": "./dist/types/*.cjs"
75
- },
76
- "import": {
77
- "types": "./dist/types/*.d.mts",
78
- "default": "./dist/types/*.mjs"
79
- },
80
- "default": {
81
- "types": "./dist/types/*.d.mts",
82
- "default": "./dist/types/*.mjs"
83
- }
84
- },
85
71
  "./types/plugin": {
86
72
  "require": {
87
73
  "types": "./dist/types/plugin.d.cts",
@@ -107,15 +93,15 @@
107
93
  "@stryke/path": "^0.26.3",
108
94
  "defu": "^6.1.4",
109
95
  "nitro": "3.0.1-alpha.1",
110
- "powerlines": "^0.38.3"
96
+ "powerlines": "^0.38.5"
111
97
  },
112
98
  "devDependencies": {
113
- "@powerlines/plugin-plugin": "^0.12.187",
99
+ "@powerlines/plugin-plugin": "^0.12.189",
114
100
  "@types/node": "^24.10.9"
115
101
  },
116
102
  "publishConfig": { "access": "public" },
117
103
  "main": "./dist/index.cjs",
118
104
  "module": "./dist/index.mjs",
119
105
  "types": "./dist/index.d.cts",
120
- "gitHead": "a5c1d0cb405fe1441c68a370c1923f3d0c658de0"
106
+ "gitHead": "81e757b9eaf304997ea1d4082b7b4658aa33ecfe"
121
107
  }