@scalar/sveltekit 0.1.14 → 0.1.15

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.
@@ -1 +1 @@
1
- {"version":3,"file":"scalar-api-reference.d.ts","sourceRoot":"","sources":["../src/scalar-api-reference.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,YAAY,CAAA;AAU3D;;;;GAIG;AACH,eAAO,MAAM,kBAAkB,uBAAwB,OAAO,CAAC,yBAAyB,CAAC,4BAexF,CAAA"}
1
+ {"version":3,"file":"scalar-api-reference.d.ts","sourceRoot":"","sources":["../src/scalar-api-reference.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,YAAY,CAAA;AAS3D;;;;GAIG;AACH,eAAO,MAAM,kBAAkB,uBAAwB,OAAO,CAAC,yBAAyB,CAAC,4BAexF,CAAA"}
@@ -4,8 +4,7 @@ import { customTheme } from './custom-theme.js';
4
4
  * The default configuration for the API Reference.
5
5
  */
6
6
  const DEFAULT_CONFIGURATION = {
7
- // TODO: Must be available in the CDN version
8
- // _integration: 'svelte',
7
+ _integration: 'svelte',
9
8
  };
10
9
  /**
11
10
  * SvelteKit adapter for an API Reference
package/package.json CHANGED
@@ -18,7 +18,7 @@
18
18
  "openapi",
19
19
  "swagger"
20
20
  ],
21
- "version": "0.1.14",
21
+ "version": "0.1.15",
22
22
  "engines": {
23
23
  "node": ">=20"
24
24
  },
@@ -43,7 +43,7 @@
43
43
  ],
44
44
  "svelte": "./dist/index.js",
45
45
  "dependencies": {
46
- "@scalar/core": "0.3.8"
46
+ "@scalar/core": "0.3.9"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@sveltejs/kit": "^2.20.6",
@@ -7,8 +7,7 @@ import type { ApiReferenceConfiguration } from './types.js'
7
7
  * The default configuration for the API Reference.
8
8
  */
9
9
  const DEFAULT_CONFIGURATION: Partial<ApiReferenceConfiguration> = {
10
- // TODO: Must be available in the CDN version
11
- // _integration: 'svelte',
10
+ _integration: 'svelte',
12
11
  }
13
12
 
14
13
  /**