@powerlines/deepkit 0.4.56 → 0.4.58
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 +5 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -252,7 +252,11 @@ specification. Contributions of any kind welcome!
|
|
|
252
252
|
<br />
|
|
253
253
|
|
|
254
254
|
<div align="center">
|
|
255
|
-
<
|
|
255
|
+
<picture>
|
|
256
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://public.storm-cdn.com/storm-software/banner-1280x320-dark-optimized.webp">
|
|
257
|
+
<source media="(prefers-color-scheme: light)" srcset="https://public.storm-cdn.com/storm-software/banner-1280x320-light-optimized.webp">
|
|
258
|
+
<img src="https://public.storm-cdn.com/storm-software/banner-1280x320-dark-optimized.webp" width="100%" alt="Storm Software" />
|
|
259
|
+
</picture>
|
|
256
260
|
</div>
|
|
257
261
|
<br />
|
|
258
262
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/deepkit",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.58",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing a Powerlines plugin to assist in developing other Powerlines plugins.",
|
|
6
6
|
"repository": {
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
"files": ["dist/**/*", "bin/*", "schemas/*"],
|
|
117
117
|
"keywords": ["deepkit", "powerlines", "storm-software"],
|
|
118
118
|
"dependencies": {
|
|
119
|
-
"@storm-software/config-tools": "^1.188.
|
|
119
|
+
"@storm-software/config-tools": "^1.188.54",
|
|
120
120
|
"@stryke/capnp": "^0.12.33",
|
|
121
121
|
"@stryke/fs": "^0.33.9",
|
|
122
122
|
"@stryke/path": "^0.22.0",
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
"chalk": "5.6.2",
|
|
126
126
|
"defu": "^6.1.4",
|
|
127
127
|
"jiti": "^2.6.1",
|
|
128
|
-
"powerlines": "^0.30.
|
|
128
|
+
"powerlines": "^0.30.4",
|
|
129
129
|
"typescript": "^5.9.3",
|
|
130
130
|
"unplugin": "3.0.0-beta.3"
|
|
131
131
|
},
|
|
@@ -134,10 +134,10 @@
|
|
|
134
134
|
"@deepkit/type": "1.0.5",
|
|
135
135
|
"@deepkit/type-compiler": "1.0.5",
|
|
136
136
|
"@deepkit/type-spec": "1.0.1",
|
|
137
|
-
"@powerlines/nx": "^0.10.
|
|
137
|
+
"@powerlines/nx": "^0.10.53",
|
|
138
138
|
"@types/node": "^24.10.1",
|
|
139
139
|
"tsup": "8.4.0"
|
|
140
140
|
},
|
|
141
141
|
"publishConfig": { "access": "public" },
|
|
142
|
-
"gitHead": "
|
|
142
|
+
"gitHead": "06488a5f1026e506b1e45e3cf15cca029908f02a"
|
|
143
143
|
}
|