@powerlines/engine 0.49.38 → 0.49.39
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.49.
|
|
3
|
+
"version": "0.49.39",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "An internal package containing the core engine modules for Powerlines.",
|
|
6
6
|
"homepage": "https://stormsoftware.com",
|
|
@@ -120,9 +120,9 @@
|
|
|
120
120
|
"types": "./dist/index.d.cts",
|
|
121
121
|
"files": ["dist"],
|
|
122
122
|
"dependencies": {
|
|
123
|
-
"@powerlines/core": "^0.48.
|
|
124
|
-
"@storm-software/config": "^1.137.
|
|
125
|
-
"@storm-software/config-tools": "^1.190.
|
|
123
|
+
"@powerlines/core": "^0.48.37",
|
|
124
|
+
"@storm-software/config": "^1.137.71",
|
|
125
|
+
"@storm-software/config-tools": "^1.190.39",
|
|
126
126
|
"@stryke/async": "^0.1.11",
|
|
127
127
|
"@stryke/convert": "^0.7.14",
|
|
128
128
|
"@stryke/env": "^0.20.101",
|
|
@@ -151,10 +151,10 @@
|
|
|
151
151
|
"unplugin": "^3.0.0"
|
|
152
152
|
},
|
|
153
153
|
"devDependencies": {
|
|
154
|
-
"@storm-software/testing-tools": "^1.119.
|
|
154
|
+
"@storm-software/testing-tools": "^1.119.192",
|
|
155
155
|
"@stryke/types": "^0.12.11",
|
|
156
156
|
"@types/node": "^25.9.1",
|
|
157
157
|
"typescript": "^6.0.3"
|
|
158
158
|
},
|
|
159
|
-
"gitHead": "
|
|
159
|
+
"gitHead": "5b566785e5750976e4cc65617034f95408935c6e"
|
|
160
160
|
}
|