@powerlines/engine 0.44.5 → 0.44.6
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/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/engine",
|
|
3
|
-
"version": "0.44.
|
|
3
|
+
"version": "0.44.6",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "An internal package containing the core engine modules for Powerlines.",
|
|
6
6
|
"homepage": "https://stormsoftware.com",
|
|
@@ -137,9 +137,9 @@
|
|
|
137
137
|
"@cacheable/memory": "^2.0.8",
|
|
138
138
|
"@donedeal0/superdiff": "^3.2.0",
|
|
139
139
|
"@jridgewell/sourcemap-codec": "^1.5.5",
|
|
140
|
-
"@powerlines/core": "^0.44.
|
|
141
|
-
"@storm-software/config": "^1.137.
|
|
142
|
-
"@storm-software/config-tools": "^1.
|
|
140
|
+
"@powerlines/core": "^0.44.6",
|
|
141
|
+
"@storm-software/config": "^1.137.33",
|
|
142
|
+
"@storm-software/config-tools": "^1.190.0",
|
|
143
143
|
"@stryke/async": "^0.1.0",
|
|
144
144
|
"@stryke/capnp": "^0.12.95",
|
|
145
145
|
"@stryke/convert": "^0.7.2",
|
|
@@ -171,7 +171,7 @@
|
|
|
171
171
|
"unplugin": "^3.0.0"
|
|
172
172
|
},
|
|
173
173
|
"devDependencies": {
|
|
174
|
-
"@storm-software/testing-tools": "^1.119.
|
|
174
|
+
"@storm-software/testing-tools": "^1.119.154",
|
|
175
175
|
"@stryke/types": "^0.11.6",
|
|
176
176
|
"@types/bun": "^1.3.13",
|
|
177
177
|
"@types/node": "^25.6.0",
|
|
@@ -180,5 +180,5 @@
|
|
|
180
180
|
"typescript": "^6.0.3",
|
|
181
181
|
"undici-types": "^7.25.0"
|
|
182
182
|
},
|
|
183
|
-
"gitHead": "
|
|
183
|
+
"gitHead": "2cd8996833905948635bb7e361ba2f6bc82bf730"
|
|
184
184
|
}
|