@powerlines/engine 0.49.19 → 0.49.21

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 +16 -16
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/engine",
3
- "version": "0.49.19",
3
+ "version": "0.49.21",
4
4
  "private": false,
5
5
  "description": "An internal package containing the core engine modules for Powerlines.",
6
6
  "homepage": "https://stormsoftware.com",
@@ -119,21 +119,21 @@
119
119
  "types": "./dist/index.d.cts",
120
120
  "files": ["dist"],
121
121
  "dependencies": {
122
- "@powerlines/core": "^0.48.18",
122
+ "@powerlines/core": "^0.48.20",
123
123
  "@storm-software/config": "^1.137.65",
124
124
  "@storm-software/config-tools": "^1.190.33",
125
- "@stryke/async": "^0.1.6",
126
- "@stryke/convert": "^0.7.8",
127
- "@stryke/env": "^0.20.94",
128
- "@stryke/fs": "^0.33.77",
129
- "@stryke/hash": "^0.13.30",
130
- "@stryke/helpers": "^0.10.17",
131
- "@stryke/json": "^0.15.1",
132
- "@stryke/path": "^0.29.4",
133
- "@stryke/string-format": "^0.17.19",
134
- "@stryke/type-checks": "^0.6.10",
135
- "@stryke/unique-id": "^0.3.88",
136
- "@stryke/url": "^0.4.28",
125
+ "@stryke/async": "^0.1.7",
126
+ "@stryke/convert": "^0.7.9",
127
+ "@stryke/env": "^0.20.95",
128
+ "@stryke/fs": "^0.33.78",
129
+ "@stryke/hash": "^0.13.31",
130
+ "@stryke/helpers": "^0.10.18",
131
+ "@stryke/json": "^0.15.2",
132
+ "@stryke/path": "^0.29.5",
133
+ "@stryke/string-format": "^0.17.20",
134
+ "@stryke/type-checks": "^0.6.11",
135
+ "@stryke/unique-id": "^0.3.89",
136
+ "@stryke/url": "^0.4.29",
137
137
  "birpc": "^4.0.0",
138
138
  "defu": "^6.1.7",
139
139
  "devframe": "^0.1.22",
@@ -151,9 +151,9 @@
151
151
  },
152
152
  "devDependencies": {
153
153
  "@storm-software/testing-tools": "^1.119.186",
154
- "@stryke/types": "^0.12.5",
154
+ "@stryke/types": "^0.12.6",
155
155
  "@types/node": "^25.9.1",
156
156
  "typescript": "^6.0.3"
157
157
  },
158
- "gitHead": "c8d684b669671f6b19bc57dba25dd3bf1872e66a"
158
+ "gitHead": "c3e136ea350f7dbdd9ab46ae52c8c47a81f02e41"
159
159
  }