@extk/expressive 0.6.1 → 0.6.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.
package/dist/index.d.mts CHANGED
@@ -174,7 +174,7 @@ declare class ServerBuilder {
174
174
  withQs(): this;
175
175
  withMorgan(format?: string, // TODO: FormatFn
176
176
  options?: Parameters<typeof morgan>[1]): this;
177
- withRoutes(routes: ExpressRoute): this;
177
+ withRoutes(routes: express__default.Router): this;
178
178
  /**
179
179
  * Helper function for fluent design
180
180
  */
package/dist/index.d.ts CHANGED
@@ -174,7 +174,7 @@ declare class ServerBuilder {
174
174
  withQs(): this;
175
175
  withMorgan(format?: string, // TODO: FormatFn
176
176
  options?: Parameters<typeof morgan>[1]): this;
177
- withRoutes(routes: ExpressRoute): this;
177
+ withRoutes(routes: express__default.Router): this;
178
178
  /**
179
179
  * Helper function for fluent design
180
180
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@extk/expressive",
3
- "version": "0.6.1",
3
+ "version": "0.6.2",
4
4
  "type": "commonjs",
5
5
  "publishConfig": {
6
6
  "access": "public"