@powerlines/plugin-env 0.15.109 → 0.15.111
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 +18 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-env",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.111",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing a Powerlines plugin for injecting static .env configuration values to the code so that they're accessible at runtime.",
|
|
6
6
|
"repository": {
|
|
@@ -38,7 +38,6 @@
|
|
|
38
38
|
},
|
|
39
39
|
"license": "Apache-2.0",
|
|
40
40
|
"private": false,
|
|
41
|
-
"typings": "dist/index.d.mts",
|
|
42
41
|
"main": "dist/index.cjs",
|
|
43
42
|
"module": "dist/index.mjs",
|
|
44
43
|
"exports": {
|
|
@@ -184,8 +183,17 @@
|
|
|
184
183
|
}
|
|
185
184
|
}
|
|
186
185
|
},
|
|
186
|
+
"typings": "dist/index.d.mts",
|
|
187
187
|
"files": ["dist/**/*"],
|
|
188
188
|
"keywords": ["dotenv", "powerlines", "storm-software", "powerlines-plugin"],
|
|
189
|
+
"peerDependencies": {
|
|
190
|
+
"@alloy-js/core": ">=0.22.0",
|
|
191
|
+
"@alloy-js/typescript": ">=0.22.0"
|
|
192
|
+
},
|
|
193
|
+
"peerDependenciesMeta": {
|
|
194
|
+
"@alloy-js/core": { "optional": false },
|
|
195
|
+
"@alloy-js/typescript": { "optional": false }
|
|
196
|
+
},
|
|
189
197
|
"dependencies": {
|
|
190
198
|
"@alloy-js/core": "^0.22.0",
|
|
191
199
|
"@alloy-js/json": "^0.22.0",
|
|
@@ -193,10 +201,10 @@
|
|
|
193
201
|
"@alloy-js/typescript": "^0.22.0",
|
|
194
202
|
"@babel/core": "^7.28.6",
|
|
195
203
|
"@babel/types": "^7.28.6",
|
|
196
|
-
"@powerlines/plugin-alloy": "^0.18.
|
|
197
|
-
"@powerlines/plugin-automd": "^0.1.
|
|
198
|
-
"@powerlines/plugin-babel": "^0.12.
|
|
199
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
204
|
+
"@powerlines/plugin-alloy": "^0.18.104",
|
|
205
|
+
"@powerlines/plugin-automd": "^0.1.214",
|
|
206
|
+
"@powerlines/plugin-babel": "^0.12.223",
|
|
207
|
+
"@powerlines/plugin-plugin": "^0.12.165",
|
|
200
208
|
"@storm-software/config-tools": "^1.189.0",
|
|
201
209
|
"@stryke/capnp": "^0.12.61",
|
|
202
210
|
"@stryke/env": "^0.20.53",
|
|
@@ -206,14 +214,14 @@
|
|
|
206
214
|
"@stryke/type-checks": "^0.5.20",
|
|
207
215
|
"@stryke/types": "^0.10.34",
|
|
208
216
|
"automd": "^0.4.2",
|
|
209
|
-
"powerlines": "^0.37.
|
|
217
|
+
"powerlines": "^0.37.87"
|
|
210
218
|
},
|
|
211
219
|
"devDependencies": {
|
|
212
|
-
"@powerlines/deepkit": "^0.5.
|
|
213
|
-
"@powerlines/plugin-deepkit": "^0.11.
|
|
220
|
+
"@powerlines/deepkit": "^0.5.131",
|
|
221
|
+
"@powerlines/plugin-deepkit": "^0.11.93",
|
|
214
222
|
"@types/node": "^24.10.9",
|
|
215
223
|
"vite": "8.0.0-beta.2"
|
|
216
224
|
},
|
|
217
225
|
"publishConfig": { "access": "public" },
|
|
218
|
-
"gitHead": "
|
|
226
|
+
"gitHead": "686e4fa41d6e7404feccfa3777342062b0a28383"
|
|
219
227
|
}
|