@powerlines/deepkit 0.6.43 → 0.6.45

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -287,7 +287,7 @@ generation of development tools, please reach out on our
287
287
 
288
288
  <br />
289
289
 
290
- <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>
290
+ <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>
291
291
  <br />
292
292
  <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>
293
293
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/deepkit",
3
- "version": "0.6.43",
3
+ "version": "0.6.45",
4
4
  "type": "module",
5
5
  "description": "A package containing a Powerlines plugin to assist in developing other Powerlines plugins.",
6
6
  "repository": {
@@ -129,7 +129,7 @@
129
129
  "@stryke/types": "^0.10.37",
130
130
  "defu": "^6.1.4",
131
131
  "jiti": "^2.6.1",
132
- "powerlines": "^0.38.30",
132
+ "powerlines": "^0.38.32",
133
133
  "typescript": "^5.9.3"
134
134
  },
135
135
  "devDependencies": {
@@ -144,5 +144,5 @@
144
144
  "tsup": "8.4.0"
145
145
  },
146
146
  "publishConfig": { "access": "public" },
147
- "gitHead": "846f9236871d26360c6bd6350c0537eacf3a8456"
147
+ "gitHead": "43093755bc5b18e29066b109f89a50a7e029ad4e"
148
148
  }