@scalar/astro 0.1.0 → 0.1.2

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 +4 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -18,6 +18,10 @@ Scalar API Reference Component for Astro
18
18
 
19
19
  [Read the documentation here](https://guides.scalar.com/scalar/scalar-api-references/integrations/astro)
20
20
 
21
+ ## Changelog
22
+
23
+ See [CHANGELOG.md](https://github.com/scalar/scalar/blob/main/integrations/astro/CHANGELOG.md) for a list of changes.
24
+
21
25
  ## Community
22
26
 
23
27
  We are API nerds. You too? Let’s chat on Discord: <https://discord.gg/scalar>
package/package.json CHANGED
@@ -17,7 +17,7 @@
17
17
  "openapi",
18
18
  "swagger"
19
19
  ],
20
- "version": "0.1.0",
20
+ "version": "0.1.2",
21
21
  "engines": {
22
22
  "node": ">=20"
23
23
  },
@@ -45,7 +45,7 @@
45
45
  "documentation": "https://guides.scalar.com/scalar/scalar-api-references/integrations/astro"
46
46
  },
47
47
  "dependencies": {
48
- "@scalar/core": "0.3.22"
48
+ "@scalar/core": "0.3.24"
49
49
  },
50
50
  "devDependencies": {
51
51
  "astro": "^4.0.0 || ^5.0.0"