powerlines 0.47.69 → 0.47.70

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/dist/engine.d.cts CHANGED
@@ -9,7 +9,7 @@ export type * from "@powerlines/engine/context";
9
9
  * @param options - The user configuration options.
10
10
  * @returns A promise that resolves to a {@link PowerlinesEngine} instance.
11
11
  */
12
- declare function createPowerlines(options: Omit<EngineOptions, "framework">): Promise<import("@powerlines/engine").PowerlinesEngine<readonly string[]>>;
12
+ declare function createPowerlines(options: Omit<EngineOptions, "framework">): Promise<import("@powerlines/engine").PowerlinesEngine>;
13
13
  //#endregion
14
14
  export { createPowerlines };
15
15
  //# sourceMappingURL=engine.d.cts.map
package/dist/engine.d.mts CHANGED
@@ -9,7 +9,7 @@ export type * from "@powerlines/engine/context";
9
9
  * @param options - The user configuration options.
10
10
  * @returns A promise that resolves to a {@link PowerlinesEngine} instance.
11
11
  */
12
- declare function createPowerlines(options: Omit<EngineOptions, "framework">): Promise<import("@powerlines/engine").PowerlinesEngine<readonly string[]>>;
12
+ declare function createPowerlines(options: Omit<EngineOptions, "framework">): Promise<import("@powerlines/engine").PowerlinesEngine>;
13
13
  //#endregion
14
14
  export { createPowerlines };
15
15
  //# sourceMappingURL=engine.d.mts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "powerlines",
3
- "version": "0.47.69",
3
+ "version": "0.47.70",
4
4
  "private": false,
5
5
  "description": "The \"framework framework\" that simplifies modern dev tool usage, generates virtual (or actual) code modules, and improves DX across the board.",
6
6
  "keywords": [
@@ -124,25 +124,25 @@
124
124
  "files": ["dist", "files"],
125
125
  "dependencies": {
126
126
  "@babel/types": "8.0.0-rc.6",
127
- "@powerlines/core": "^0.48.12",
128
- "@powerlines/engine": "^0.49.13",
129
- "@powerlines/unplugin": "^0.0.60",
130
- "@storm-software/config": "^1.137.61",
131
- "@storm-software/config-tools": "^1.190.29",
132
- "@stryke/fs": "^0.33.76",
133
- "@stryke/convert": "^0.7.7",
134
- "@stryke/env": "^0.20.93",
127
+ "@powerlines/core": "^0.48.13",
128
+ "@powerlines/engine": "^0.49.14",
129
+ "@powerlines/unplugin": "^0.0.61",
130
+ "@storm-software/config": "^1.137.62",
131
+ "@storm-software/config-tools": "^1.190.30",
132
+ "@stryke/fs": "^0.33.77",
133
+ "@stryke/convert": "^0.7.8",
134
+ "@stryke/env": "^0.20.94",
135
135
  "defu": "^6.1.7",
136
136
  "unplugin": "^3.0.0"
137
137
  },
138
138
  "devDependencies": {
139
- "@storm-software/testing-tools": "^1.119.182",
140
- "@stryke/types": "^0.12.4",
139
+ "@storm-software/testing-tools": "^1.119.183",
140
+ "@stryke/types": "^0.12.5",
141
141
  "@types/node": "^25.9.1",
142
142
  "typescript": "^6.0.3",
143
- "undici-types": "^7.25.0"
143
+ "undici-types": "^7.26.0"
144
144
  },
145
145
  "publishConfig": { "access": "public" },
146
146
  "bin": { "powerlines": "./bin/bin.mjs" },
147
- "gitHead": "d1cb895dd09bf1aeda996e4dd924c9c756c85a6d"
147
+ "gitHead": "13e79048aad1c58b576aa5454b7ab3cb76783731"
148
148
  }