@powerlines/plugin-unenv 0.1.117 → 0.1.119

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 +5 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-unenv",
3
- "version": "0.1.117",
3
+ "version": "0.1.119",
4
4
  "type": "module",
5
5
  "description": "A Powerlines plugin to transform source code to be platform agnostic using unenv.",
6
6
  "repository": {
@@ -117,19 +117,14 @@
117
117
  "files": ["dist/**/*"],
118
118
  "keywords": ["unenv", "powerlines", "storm-software", "powerlines-plugin"],
119
119
  "dependencies": {
120
- "@stryke/path": "^0.24.1",
121
- "@stryke/fs": "^0.33.27",
122
- "@stryke/hash": "^0.12.33",
123
- "unenv": "npm:unenv-nightly@2.0.0-rc.24",
124
- "defu": "^6.1.4",
125
- "powerlines": "^0.37.2",
120
+ "powerlines": "^0.37.4",
126
121
  "typescript": "^5.9.3",
127
- "vite": "8.0.0-beta.2"
122
+ "unenv": "npm:unenv-nightly@2.0.0-rc.24"
128
123
  },
129
124
  "devDependencies": {
130
- "@powerlines/nx": "^0.11.58",
125
+ "@powerlines/plugin-plugin": "^0.12.82",
131
126
  "@types/node": "^24.10.4"
132
127
  },
133
128
  "publishConfig": { "access": "public" },
134
- "gitHead": "5a9bfc9333eca98a453682f39a04a0d642930a50"
129
+ "gitHead": "48a35579bd5535a267a420c160c273899920b2e7"
135
130
  }