@gasket/template-api-express 0.0.0-canary-20251028184342 → 0.0.0-canary-20260204205832

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.
@@ -17,25 +17,25 @@
17
17
  "posttest": "npm run lint"
18
18
  },
19
19
  "dependencies": {
20
- "@gasket/core": "canary",
21
- "@gasket/plugin-command": "canary",
22
- "@gasket/plugin-dynamic-plugins": "canary",
23
- "@gasket/plugin-express": "canary",
24
- "@gasket/plugin-https": "canary",
25
- "@gasket/plugin-logger": "canary",
26
- "@gasket/plugin-swagger": "canary",
27
- "@gasket/plugin-winston": "canary",
28
- "@gasket/request": "canary",
29
- "@gasket/utils": "canary",
20
+ "@gasket/core": "^7.5.2",
21
+ "@gasket/plugin-command": "^7.5.2",
22
+ "@gasket/plugin-dynamic-plugins": "^7.4.1",
23
+ "@gasket/plugin-express": "^7.4.3",
24
+ "@gasket/plugin-https": "^7.3.11",
25
+ "@gasket/plugin-logger": "^7.3.7",
26
+ "@gasket/plugin-swagger": "^7.3.9",
27
+ "@gasket/plugin-winston": "^7.3.7",
28
+ "@gasket/request": "^7.4.3",
29
+ "@gasket/utils": "^7.4.2",
30
30
  "express": "^4.21.2",
31
31
  "winston": "^3.17.0"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@docusaurus/core": "^3.8.1",
35
35
  "@docusaurus/preset-classic": "^3.8.1",
36
- "@gasket/plugin-docs": "canary",
37
- "@gasket/plugin-docusaurus": "canary",
38
- "@gasket/plugin-metadata": "canary",
36
+ "@gasket/plugin-docs": "^7.4.7",
37
+ "@gasket/plugin-docusaurus": "^7.4.5",
38
+ "@gasket/plugin-metadata": "^7.5.3",
39
39
  "@typescript-eslint/parser": "^8.38.0",
40
40
  "@vitest/coverage-v8": "^3.2.0",
41
41
  "ajv": "^8.17.1",
@@ -9,19 +9,19 @@ export default {
9
9
  hooks: {
10
10
  express(gasket, app) {
11
11
  /**
12
- * @swagger
13
- *
14
- * /default:
15
- * get:
16
- * summary: "Get default route"
17
- * produces:
18
- * - "application/json"
19
- * responses:
20
- * "200":
21
- * description: "Returns welcome message."
22
- * content:
23
- * application/json
24
- */
12
+ * @swagger
13
+ *
14
+ * /default:
15
+ * get:
16
+ * summary: "Get default route"
17
+ * produces:
18
+ * - "application/json"
19
+ * responses:
20
+ * "200":
21
+ * description: "Returns welcome message."
22
+ * content:
23
+ * application/json
24
+ */
25
25
  app.get('/default', defaultHandler);
26
26
  }
27
27
  }
File without changes
File without changes