create-agntcms-app 0.3.0 → 0.3.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.
- package/dist/index.mjs +1 -1
- package/dist/template/package.json +1 -4
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "agntcms-template",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.2",
|
|
4
4
|
"description": "Reference Next.js project used by create-agntcms-app. Not published to npm.",
|
|
5
5
|
"private": true,
|
|
6
6
|
"scripts": {
|
|
@@ -20,9 +20,6 @@
|
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"@agntcms/skills": "workspace:*",
|
|
23
|
-
"cheerio": "^1.0.0",
|
|
24
|
-
"css-tree": "^3.0.0",
|
|
25
|
-
"playwright": "^1.49.0",
|
|
26
23
|
"@tailwindcss/postcss": "^4",
|
|
27
24
|
"@tailwindcss/typography": "^0.5",
|
|
28
25
|
"@types/node": "^22.0.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-agntcms-app",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.2",
|
|
4
4
|
"description": "create-agntcms-app: scaffold a new agntcms project from the canonical template",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"private": false,
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
],
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"commander": "^12.1.0",
|
|
19
|
-
"@agntcms/skills": "0.3.
|
|
19
|
+
"@agntcms/skills": "0.3.2"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"tsup": "^8.3.5",
|