@powerlines/plugin-date 0.12.309 → 0.12.311
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/README.md +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -291,7 +291,7 @@ generation of development tools, please reach out on our
|
|
|
291
291
|
|
|
292
292
|
<br />
|
|
293
293
|
|
|
294
|
-
<div align="center"><a href="https://stormsoftware.com" target="_blank"><img src="https://public.storm-cdn.com/icon-fill.png" alt="Storm Software" width="200px"/></a></div>
|
|
294
|
+
<div align="center"><a href="https://stormsoftware.com" target="_blank"><img src="https://public.storm-cdn.com/storm-software/icon-circle-fill-dark.png" alt="Storm Software" width="200px"/></a></div>
|
|
295
295
|
<br />
|
|
296
296
|
<div align="center"><a href="https://stormsoftware.com" target="_blank"><img src="https://public.storm-cdn.com/visit-us-text.svg" alt="Visit us at stormsoftware.com" height="90px"/></a></div>
|
|
297
297
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-date",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.311",
|
|
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": {
|
|
@@ -100,18 +100,18 @@
|
|
|
100
100
|
"files": ["dist/**/*"],
|
|
101
101
|
"keywords": ["powerlines", "storm-software", "powerlines-plugin"],
|
|
102
102
|
"dependencies": {
|
|
103
|
-
"@powerlines/plugin-env": "^0.15.
|
|
103
|
+
"@powerlines/plugin-env": "^0.15.173",
|
|
104
104
|
"@storm-software/config-tools": "^1.189.0",
|
|
105
105
|
"@stryke/path": "^0.26.4",
|
|
106
|
-
"powerlines": "^0.38.
|
|
106
|
+
"powerlines": "^0.38.31"
|
|
107
107
|
},
|
|
108
108
|
"devDependencies": {
|
|
109
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
109
|
+
"@powerlines/plugin-plugin": "^0.12.215",
|
|
110
110
|
"@types/node": "^24.10.9"
|
|
111
111
|
},
|
|
112
112
|
"publishConfig": { "access": "public" },
|
|
113
113
|
"main": "./dist/index.cjs",
|
|
114
114
|
"module": "./dist/index.mjs",
|
|
115
115
|
"types": "./dist/index.d.cts",
|
|
116
|
-
"gitHead": "
|
|
116
|
+
"gitHead": "a433bcb371b361265f0b6f5f8f69003c96e9eb09"
|
|
117
117
|
}
|