@powerlines/engine 0.15.1 → 0.15.2

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 (1) hide show
  1. package/package.json +21 -21
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/engine",
3
- "version": "0.15.1",
3
+ "version": "0.15.2",
4
4
  "private": false,
5
5
  "description": "An internal package containing the core engine modules for Powerlines.",
6
6
  "homepage": "https://stormsoftware.com",
@@ -115,22 +115,22 @@
115
115
  "types": "./dist/index.d.cts",
116
116
  "files": ["dist"],
117
117
  "dependencies": {
118
- "@powerlines/core": "^0.15.1",
119
- "@storm-software/config": "^1.137.35",
120
- "@storm-software/config-tools": "^1.190.2",
121
- "@stryke/async": "^0.1.4",
122
- "@stryke/convert": "^0.7.6",
123
- "@stryke/env": "^0.20.92",
124
- "@stryke/fs": "^0.33.75",
125
- "@stryke/hash": "^0.13.28",
126
- "@stryke/helpers": "^0.10.15",
127
- "@stryke/http": "^0.12.65",
128
- "@stryke/json": "^0.14.20",
129
- "@stryke/path": "^0.29.2",
130
- "@stryke/string-format": "^0.17.17",
131
- "@stryke/type-checks": "^0.6.8",
132
- "@stryke/unique-id": "^0.3.86",
133
- "@stryke/url": "^0.4.26",
118
+ "@powerlines/core": "^0.15.2",
119
+ "@storm-software/config": "^1.137.52",
120
+ "@storm-software/config-tools": "^1.190.20",
121
+ "@stryke/async": "^0.1.5",
122
+ "@stryke/convert": "^0.7.7",
123
+ "@stryke/env": "^0.20.93",
124
+ "@stryke/fs": "^0.33.76",
125
+ "@stryke/hash": "^0.13.29",
126
+ "@stryke/helpers": "^0.10.16",
127
+ "@stryke/http": "^0.12.66",
128
+ "@stryke/json": "^0.15.0",
129
+ "@stryke/path": "^0.29.3",
130
+ "@stryke/string-format": "^0.17.18",
131
+ "@stryke/type-checks": "^0.6.9",
132
+ "@stryke/unique-id": "^0.3.87",
133
+ "@stryke/url": "^0.4.27",
134
134
  "birpc": "^4.0.0",
135
135
  "defu": "^6.1.7",
136
136
  "devframe": "^0.1.22",
@@ -146,10 +146,10 @@
146
146
  "unplugin": "^3.0.0"
147
147
  },
148
148
  "devDependencies": {
149
- "@storm-software/testing-tools": "^1.119.156",
150
- "@stryke/types": "^0.12.3",
151
- "@types/node": "^25.7.0",
149
+ "@storm-software/testing-tools": "^1.119.173",
150
+ "@stryke/types": "^0.12.4",
151
+ "@types/node": "^25.8.0",
152
152
  "typescript": "^6.0.3"
153
153
  },
154
- "gitHead": "0baea9ad9bcd4d8a4eeeed56cac8ba739ca529c1"
154
+ "gitHead": "d837b92c13beda004144068ac837d77199142056"
155
155
  }