@powerlines/plugin-date 0.12.277 → 0.12.279

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 -19
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-date",
3
- "version": "0.12.277",
3
+ "version": "0.12.279",
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": {
@@ -68,20 +68,6 @@
68
68
  "default": "./dist/types/index.mjs"
69
69
  }
70
70
  },
71
- "./types/*": {
72
- "require": {
73
- "types": "./dist/types/*.d.cts",
74
- "default": "./dist/types/*.cjs"
75
- },
76
- "import": {
77
- "types": "./dist/types/*.d.mts",
78
- "default": "./dist/types/*.mjs"
79
- },
80
- "default": {
81
- "types": "./dist/types/*.d.mts",
82
- "default": "./dist/types/*.mjs"
83
- }
84
- },
85
71
  "./types/plugin": {
86
72
  "require": {
87
73
  "types": "./dist/types/plugin.d.cts",
@@ -114,18 +100,18 @@
114
100
  "files": ["dist/**/*"],
115
101
  "keywords": ["powerlines", "storm-software", "powerlines-plugin"],
116
102
  "dependencies": {
117
- "@powerlines/plugin-env": "^0.15.139",
103
+ "@powerlines/plugin-env": "^0.15.141",
118
104
  "@storm-software/config-tools": "^1.189.0",
119
105
  "@stryke/path": "^0.26.3",
120
- "powerlines": "^0.38.3"
106
+ "powerlines": "^0.38.5"
121
107
  },
122
108
  "devDependencies": {
123
- "@powerlines/plugin-plugin": "^0.12.187",
109
+ "@powerlines/plugin-plugin": "^0.12.189",
124
110
  "@types/node": "^24.10.9"
125
111
  },
126
112
  "publishConfig": { "access": "public" },
127
113
  "main": "./dist/index.cjs",
128
114
  "module": "./dist/index.mjs",
129
115
  "types": "./dist/index.d.cts",
130
- "gitHead": "a5c1d0cb405fe1441c68a370c1923f3d0c658de0"
116
+ "gitHead": "81e757b9eaf304997ea1d4082b7b4658aa33ecfe"
131
117
  }