@scalar/fastify-api-reference 1.16.0 → 1.17.3
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/CHANGELOG.md +12 -0
- package/dist/index.js +0 -9
- package/dist/js/standalone.js +20 -12
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -1,12 +1,3 @@
|
|
|
1
|
-
import __path from "path";
|
|
2
|
-
import { fileURLToPath as __fileURLToPath } from "url";
|
|
3
|
-
import { createRequire as __createRequire } from "module";
|
|
4
|
-
const __getFilename = () => __fileURLToPath(import.meta.url);
|
|
5
|
-
const __getDirname = () => __path.dirname(__getFilename());
|
|
6
|
-
const __dirname = __getDirname();
|
|
7
|
-
const __filename = __getFilename();
|
|
8
|
-
const self = globalThis;
|
|
9
|
-
const require2 = __createRequire(import.meta.url);
|
|
10
1
|
import fs from "node:fs";
|
|
11
2
|
import path from "node:path";
|
|
12
3
|
function getJavaScriptFile() {
|