@powerlines/plugin-date 0.12.30 → 0.12.32

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 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-date",
3
- "version": "0.12.30",
3
+ "version": "0.12.32",
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": {
@@ -116,16 +116,16 @@
116
116
  "files": ["dist/**/*"],
117
117
  "keywords": ["powerlines", "storm-software", "powerlines-plugin"],
118
118
  "dependencies": {
119
- "@powerlines/plugin-env": "^0.13.27",
119
+ "@powerlines/plugin-env": "^0.13.29",
120
120
  "@storm-software/config-tools": "^1.188.47",
121
121
  "@stryke/path": "^0.19.2",
122
- "powerlines": "^0.23.4"
122
+ "powerlines": "^0.23.6"
123
123
  },
124
124
  "devDependencies": {
125
- "@powerlines/nx": "^0.10.21",
125
+ "@powerlines/nx": "^0.10.23",
126
126
  "@storm-software/tsup": "^0.2.45",
127
127
  "@types/node": "^24.10.1"
128
128
  },
129
129
  "publishConfig": { "access": "public" },
130
- "gitHead": "3075c08893a66a4e8d359e37f8d0344b0a80322b"
130
+ "gitHead": "2913d05aa8b2c037dea4882b7f5448073e731430"
131
131
  }