@powerlines/plugin-nitro 0.1.357 → 0.1.361

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 +18 -51
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-nitro",
3
- "version": "0.1.357",
3
+ "version": "0.1.361",
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": {
7
7
  "type": "github",
8
8
  "url": "https://github.com/storm-software/powerlines.git",
9
- "directory": "packages/plugin-nitro"
9
+ "directory": "packages/plugins/plugin-nitro"
10
10
  },
11
11
  "homepage": "https://stormsoftware.com",
12
12
  "bugs": {
@@ -39,69 +39,36 @@
39
39
  "license": "Apache-2.0",
40
40
  "private": false,
41
41
  "exports": {
42
- ".": {
43
- "require": {
44
- "types": "./dist/index.d.cts",
45
- "default": "./dist/index.cjs"
46
- },
47
- "import": {
48
- "types": "./dist/index.d.mts",
49
- "default": "./dist/index.mjs"
50
- },
51
- "default": {
52
- "types": "./dist/index.d.mts",
53
- "default": "./dist/index.mjs"
54
- }
55
- },
56
- "./package.json": "./package.json",
42
+ ".": { "import": "./dist/index.mjs", "require": "./dist/index.cjs" },
57
43
  "./types": {
58
- "require": {
59
- "types": "./dist/types/index.d.cts",
60
- "default": "./dist/types/index.cjs"
61
- },
62
- "import": {
63
- "types": "./dist/types/index.d.mts",
64
- "default": "./dist/types/index.mjs"
65
- },
66
- "default": {
67
- "types": "./dist/types/index.d.mts",
68
- "default": "./dist/types/index.mjs"
69
- }
44
+ "import": "./dist/types/index.mjs",
45
+ "require": "./dist/types/index.cjs"
70
46
  },
71
47
  "./types/plugin": {
72
- "require": {
73
- "types": "./dist/types/plugin.d.cts",
74
- "default": "./dist/types/plugin.cjs"
75
- },
76
- "import": {
77
- "types": "./dist/types/plugin.d.mts",
78
- "default": "./dist/types/plugin.mjs"
79
- },
80
- "default": {
81
- "types": "./dist/types/plugin.d.mts",
82
- "default": "./dist/types/plugin.mjs"
83
- }
84
- }
48
+ "import": "./dist/types/plugin.mjs",
49
+ "require": "./dist/types/plugin.cjs"
50
+ },
51
+ "./package.json": "./package.json"
85
52
  },
86
53
  "files": ["dist/**/*"],
87
54
  "keywords": ["nitro", "powerlines", "storm-software", "powerlines-plugin"],
88
55
  "dependencies": {
89
- "@storm-software/config-tools": "^1.190.1",
90
- "@stryke/cli": "^0.13.42",
91
- "@stryke/convert": "^0.7.3",
92
- "@stryke/fs": "^0.33.70",
93
- "@stryke/path": "^0.28.2",
56
+ "@storm-software/config-tools": "^1.190.2",
57
+ "@stryke/cli": "^0.13.47",
58
+ "@stryke/convert": "^0.7.6",
59
+ "@stryke/fs": "^0.33.75",
60
+ "@stryke/path": "^0.29.2",
94
61
  "defu": "^6.1.7",
95
62
  "nitro": "3.0.1-alpha.1",
96
- "powerlines": "^0.47.4"
63
+ "powerlines": "^0.47.8"
97
64
  },
98
65
  "devDependencies": {
99
- "@powerlines/plugin-plugin": "^0.12.416",
100
- "@types/node": "^25.6.0"
66
+ "@powerlines/plugin-plugin": "^0.12.420",
67
+ "@types/node": "^25.7.0"
101
68
  },
102
69
  "publishConfig": { "access": "public" },
103
70
  "main": "./dist/index.cjs",
104
71
  "module": "./dist/index.mjs",
105
72
  "types": "./dist/index.d.cts",
106
- "gitHead": "af32ddb830394bb40196113171aa009dd5b7e28a"
73
+ "gitHead": "e5d8383bd361a99563985879776392fb679cbbe4"
107
74
  }