@scalar/fastify-api-reference 0.7.1 → 0.7.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.
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Read the JavaScript file.
3
+ */
4
+ export declare function getJavaScriptFile(): string;
5
+ //# sourceMappingURL=getJavaScriptFile.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getJavaScriptFile.d.ts","sourceRoot":"","sources":["../../src/utils/getJavaScriptFile.ts"],"names":[],"mappings":"AAGA;;GAEG;AACH,wBAAgB,iBAAiB,WAehC"}
@@ -0,0 +1,2 @@
1
+ export * from './getJavaScriptFile';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/utils/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAA"}
package/package.json CHANGED
@@ -12,7 +12,7 @@
12
12
  "openapi",
13
13
  "swagger"
14
14
  ],
15
- "version": "0.7.1",
15
+ "version": "0.7.3",
16
16
  "engines": {
17
17
  "node": ">=20"
18
18
  },
@@ -34,9 +34,8 @@
34
34
  "directory": "packages/fastify-api-reference"
35
35
  },
36
36
  "dependencies": {
37
- "ejs": "^3.1.9",
38
37
  "terser": "^5.24.0",
39
- "@scalar/api-reference": "1.2.7"
38
+ "@scalar/api-reference": "1.3.0"
40
39
  },
41
40
  "devDependencies": {
42
41
  "@rollup/plugin-terser": "^0.4.4",
@@ -61,8 +60,7 @@
61
60
  "fastify-plugin": "^4.0.0"
62
61
  },
63
62
  "scripts": {
64
- "build": "vite build && pnpm run build:template && tsc -p tsconfig.build.json && tsc-alias -p tsconfig.build.json",
65
- "build:template": "vite build -c vite.template.config.ts",
63
+ "build": "vite build && tsc -p tsconfig.build.json && tsc-alias -p tsconfig.build.json",
66
64
  "lint:check": "eslint .",
67
65
  "lint:fix": "eslint . --fix",
68
66
  "test": "vitest",