create-agntcms-app 0.3.0 → 0.3.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/dist/index.mjs CHANGED
@@ -44,7 +44,7 @@ function installCommand(pm) {
44
44
  }
45
45
 
46
46
  // src/version.ts
47
- var CLI_VERSION = true ? "0.3.0" : "0.0.0-dev";
47
+ var CLI_VERSION = true ? "0.3.1" : "0.0.0-dev";
48
48
 
49
49
  // src/scaffold.ts
50
50
  var COPY_EXCLUDES = /* @__PURE__ */ new Set([
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agntcms-template",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
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.0",
3
+ "version": "0.3.1",
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.0"
19
+ "@agntcms/skills": "0.3.1"
20
20
  },
21
21
  "devDependencies": {
22
22
  "tsup": "^8.3.5",