@nuasite/core 0.18.0 → 0.18.1

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 +0 -1
  2. package/package.json +7 -9
package/README.md CHANGED
@@ -11,7 +11,6 @@ Installing `@nuasite/core` adds the following peer dependencies to your project:
11
11
 
12
12
  - `@astrojs/check` – type-aware diagnostics for Astro/TypeScript.
13
13
  - `@astrojs/mdx` – Markdown+JSX content authoring with shared layouts.
14
- - `@astrojs/rss` – RSS feed generation for blog-style sites.
15
14
  - `@astrojs/sitemap` – sitemap generation aligned with Nua Site routing.
16
15
 
17
16
  Keeping these packages aligned with `@nuasite/core` avoids version drift between
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuasite/core",
3
- "version": "0.18.0",
3
+ "version": "0.18.1",
4
4
  "license": "Apache-2.0",
5
5
  "files": [
6
6
  "dist/**",
@@ -18,15 +18,13 @@
18
18
  "prepack": "bun run ../../scripts/workspace-deps/resolve-deps.ts"
19
19
  },
20
20
  "devDependencies": {
21
- "@astrojs/check": "0.9.7",
22
- "@astrojs/mdx": "5.0.0",
23
- "@astrojs/rss": "4.0.17",
24
- "@astrojs/sitemap": "3.7.1"
21
+ "@astrojs/check": "0.9.8",
22
+ "@astrojs/mdx": "5.0.3",
23
+ "@astrojs/sitemap": "3.7.2"
25
24
  },
26
25
  "peerDependencies": {
27
- "@astrojs/check": "*",
28
- "@astrojs/mdx": "*",
29
- "@astrojs/rss": "*",
30
- "@astrojs/sitemap": "*"
26
+ "@astrojs/check": "0.9.8",
27
+ "@astrojs/mdx": "5.0.3",
28
+ "@astrojs/sitemap": "3.7.2"
31
29
  }
32
30
  }