@flink-app/api-docs-plugin 0.12.1-alpha.14 → 0.12.1-alpha.17

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.
@@ -2,10 +2,10 @@
2
2
  <html lang="en">
3
3
  <head>
4
4
  <meta charset="UTF-8" />
5
- <link rel="icon" type="image/svg+xml" href="./vite.svg" />
5
+ <link rel="icon" type="image/svg+xml" href="./api-docs-favicon.svg" />
6
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
- <title>Vite + React + TS</title>
8
- <script type="module" crossorigin src="./assets/index-CFnkmce_.js"></script>
7
+ <title>API Docs</title>
8
+ <script type="module" crossorigin src="./assets/index-BzuvyhJM.js"></script>
9
9
  <link rel="stylesheet" crossorigin href="./assets/index-jnqISQdd.css">
10
10
  </head>
11
11
  <body>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flink-app/api-docs-plugin",
3
- "version": "0.12.1-alpha.14",
3
+ "version": "0.12.1-alpha.17",
4
4
  "description": "Flink plugin that generates API documentation based on JSON schemas",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\"",
@@ -21,7 +21,7 @@
21
21
  "types": "dist/index.d.ts",
22
22
  "main": "dist/index.js",
23
23
  "devDependencies": {
24
- "@flink-app/flink": "^0.12.1-alpha.12",
24
+ "@flink-app/flink": "^0.12.1-alpha.17",
25
25
  "@types/express": "^4.17.12",
26
26
  "@types/node": "22.13.10",
27
27
  "express": "^4.18.2",
@@ -29,5 +29,5 @@
29
29
  "tsc-watch": "^4.2.9",
30
30
  "typescript": "5.4.5"
31
31
  },
32
- "gitHead": "088dc1862f0ba1210340e4eda5c2e0038ec3cff9"
32
+ "gitHead": "38441f212f2f8486211eb1eb8168b1be16125696"
33
33
  }