@powerlines/engine 0.49.24 → 0.49.26
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 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/engine",
|
|
3
|
-
"version": "0.49.
|
|
3
|
+
"version": "0.49.26",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "An internal package containing the core engine modules for Powerlines.",
|
|
6
6
|
"homepage": "https://stormsoftware.com",
|
|
@@ -77,7 +77,6 @@
|
|
|
77
77
|
"import": "./dist/api/types.mjs",
|
|
78
78
|
"require": "./dist/api/types.cjs"
|
|
79
79
|
},
|
|
80
|
-
"./chunk-C_NdSu1c": "./dist/chunk-C_NdSu1c.cjs",
|
|
81
80
|
"./context": {
|
|
82
81
|
"import": "./dist/context/index.mjs",
|
|
83
82
|
"require": "./dist/context/index.cjs"
|
|
@@ -90,8 +89,6 @@
|
|
|
90
89
|
"import": "./dist/engine.mjs",
|
|
91
90
|
"require": "./dist/engine.cjs"
|
|
92
91
|
},
|
|
93
|
-
"./engine-CwATBJKZ": "./dist/engine-CwATBJKZ.cjs",
|
|
94
|
-
"./engine-DL7ZeYlx": "./dist/engine-DL7ZeYlx.mjs",
|
|
95
92
|
"./helpers": {
|
|
96
93
|
"import": "./dist/helpers/index.mjs",
|
|
97
94
|
"require": "./dist/helpers/index.cjs"
|
|
@@ -119,9 +116,9 @@
|
|
|
119
116
|
"types": "./dist/index.d.cts",
|
|
120
117
|
"files": ["dist"],
|
|
121
118
|
"dependencies": {
|
|
122
|
-
"@powerlines/core": "^0.48.
|
|
123
|
-
"@storm-software/config": "^1.137.
|
|
124
|
-
"@storm-software/config-tools": "^1.190.
|
|
119
|
+
"@powerlines/core": "^0.48.24",
|
|
120
|
+
"@storm-software/config": "^1.137.66",
|
|
121
|
+
"@storm-software/config-tools": "^1.190.34",
|
|
125
122
|
"@stryke/async": "^0.1.7",
|
|
126
123
|
"@stryke/convert": "^0.7.10",
|
|
127
124
|
"@stryke/env": "^0.20.96",
|
|
@@ -150,10 +147,10 @@
|
|
|
150
147
|
"unplugin": "^3.0.0"
|
|
151
148
|
},
|
|
152
149
|
"devDependencies": {
|
|
153
|
-
"@storm-software/testing-tools": "^1.119.
|
|
150
|
+
"@storm-software/testing-tools": "^1.119.187",
|
|
154
151
|
"@stryke/types": "^0.12.7",
|
|
155
152
|
"@types/node": "^25.9.1",
|
|
156
153
|
"typescript": "^6.0.3"
|
|
157
154
|
},
|
|
158
|
-
"gitHead": "
|
|
155
|
+
"gitHead": "ba29330277e0d8be78bdad08d260ddae06a95e81"
|
|
159
156
|
}
|