@nuasite/nua 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.
- package/README.md +1 -2
- package/package.json +15 -16
package/README.md
CHANGED
|
@@ -10,8 +10,7 @@ runs behave exactly like the hosted service.
|
|
|
10
10
|
Installing `@nuasite/nua` brings along:
|
|
11
11
|
|
|
12
12
|
- `astro` plus the Nua-specific `nua-build` wrapper (`@nuasite/build`)
|
|
13
|
-
- Official Astro integrations (`@astrojs/check`, `@astrojs/mdx`, `@astrojs/
|
|
14
|
-
`@astrojs/sitemap`)
|
|
13
|
+
- Official Astro integrations (`@astrojs/check`, `@astrojs/mdx`, `@astrojs/sitemap`)
|
|
15
14
|
- Tailwind CSS 4 + Flowbite, wired through `@tailwindcss/vite`
|
|
16
15
|
- Shared UI primitives from `@nuasite/components`
|
|
17
16
|
- The baseline dependency manifest from `@nuasite/core`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nuasite/nua",
|
|
3
|
-
"version": "0.18.
|
|
3
|
+
"version": "0.18.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"module": "src/index.ts",
|
|
@@ -35,22 +35,21 @@
|
|
|
35
35
|
"prepack": "bun run ../../scripts/workspace-deps/resolve-deps.ts"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@astrojs/check": "0.9.
|
|
39
|
-
"@astrojs/mdx": "5.0.
|
|
40
|
-
"@astrojs/
|
|
41
|
-
"@
|
|
42
|
-
"@nuasite/
|
|
43
|
-
"@nuasite/
|
|
44
|
-
"@nuasite/
|
|
45
|
-
"@nuasite/
|
|
46
|
-
"@nuasite/
|
|
47
|
-
"@
|
|
48
|
-
"@tailwindcss/vite": "^4.2.1",
|
|
38
|
+
"@astrojs/check": "0.9.8",
|
|
39
|
+
"@astrojs/mdx": "5.0.3",
|
|
40
|
+
"@astrojs/sitemap": "3.7.2",
|
|
41
|
+
"@nuasite/checks": "0.18.1",
|
|
42
|
+
"@nuasite/llm-enhancements": "0.18.1",
|
|
43
|
+
"@nuasite/cli": "0.18.1",
|
|
44
|
+
"@nuasite/cms": "0.18.1",
|
|
45
|
+
"@nuasite/components": "0.18.1",
|
|
46
|
+
"@nuasite/core": "0.18.1",
|
|
47
|
+
"@tailwindcss/vite": "^4.2.2",
|
|
49
48
|
"@tailwindcss/typography": "^0.5.19",
|
|
50
|
-
"astro": "^6.
|
|
49
|
+
"astro": "^6.1.1",
|
|
51
50
|
"flowbite": "4.0.1",
|
|
52
|
-
"tailwindcss": "4.2.
|
|
53
|
-
"typescript": "^
|
|
54
|
-
"vite": "^
|
|
51
|
+
"tailwindcss": "4.2.2",
|
|
52
|
+
"typescript": "^6.0.2",
|
|
53
|
+
"vite": "^8.0.3"
|
|
55
54
|
}
|
|
56
55
|
}
|