@powerlines/plugin-env 0.16.195 → 0.16.196
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 +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-env",
|
|
3
|
-
"version": "0.16.
|
|
3
|
+
"version": "0.16.196",
|
|
4
4
|
"private": false,
|
|
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
|
"keywords": ["dotenv", "powerlines", "storm-software", "powerlines-plugin"],
|
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
"@babel/types": "8.0.0-rc.5",
|
|
122
122
|
"@powerlines/core": "^0.9.2",
|
|
123
123
|
"@powerlines/deepkit": "^0.9.2",
|
|
124
|
-
"@powerlines/plugin-alloy": "^0.26.
|
|
124
|
+
"@powerlines/plugin-alloy": "^0.26.88",
|
|
125
125
|
"@powerlines/plugin-automd": "^0.1.468",
|
|
126
126
|
"@powerlines/plugin-babel": "^0.13.4",
|
|
127
127
|
"@powerlines/plugin-deepkit": "^0.11.350",
|
|
@@ -144,5 +144,5 @@
|
|
|
144
144
|
},
|
|
145
145
|
"devDependencies": { "@types/node": "^25.7.0", "vite": "^8.0.12" },
|
|
146
146
|
"publishConfig": { "access": "public" },
|
|
147
|
-
"gitHead": "
|
|
147
|
+
"gitHead": "10ae97e8d61da05b4b1d8791677b0128331b1067"
|
|
148
148
|
}
|