@scalar/sveltekit 0.1.11 → 0.1.14

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -13,7 +13,7 @@ A SvelteKit integration for the Scalar API Reference
13
13
 
14
14
  ## Community
15
15
 
16
- We are API nerds. You too? Lets chat on Discord: <https://discord.gg/scalar>
16
+ We are API nerds. You too? Let's chat on Discord: <https://discord.gg/scalar>
17
17
 
18
18
  ## License
19
19
 
package/package.json CHANGED
@@ -18,7 +18,7 @@
18
18
  "openapi",
19
19
  "swagger"
20
20
  ],
21
- "version": "0.1.11",
21
+ "version": "0.1.14",
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.5"
46
+ "@scalar/core": "0.3.8"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@sveltejs/kit": "^2.20.6",