create-tina-app 1.2.2 → 1.2.4

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/dist/index.js +1 -8
  2. package/package.json +7 -7
package/dist/index.js CHANGED
@@ -36,7 +36,7 @@ var import_node_path = __toESM(require("path"));
36
36
 
37
37
  // package.json
38
38
  var name = "create-tina-app";
39
- var version = "1.2.2";
39
+ var version = "1.2.4";
40
40
 
41
41
  // src/util/fileUtil.ts
42
42
  var import_fs_extra = __toESM(require("fs-extra"));
@@ -348,13 +348,6 @@ var TEMPLATES = [
348
348
  isInternal: false,
349
349
  gitURL: "https://github.com/tinacms/tina-remix-starter"
350
350
  },
351
- {
352
- title: "Documentation Starter",
353
- description: "Transform documentation with Smooth Doc: Features MDX support, light/dark mode, and seamless Vercel deployment for a dynamic, interactive experience.",
354
- value: "demo-docs",
355
- isInternal: false,
356
- gitURL: "https://github.com/tinacms/demo-docs"
357
- },
358
351
  {
359
352
  title: "Docusaurus Starter",
360
353
  description: "Docusaurus empowers you to build and evolve documentation like crafting a living, breathing knowledge repository.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-tina-app",
3
- "version": "1.2.2",
3
+ "version": "1.2.4",
4
4
  "main": "dist/index.js",
5
5
  "files": [
6
6
  "dist",
@@ -31,22 +31,22 @@
31
31
  "devDependencies": {
32
32
  "@types/cross-spawn": "^6.0.6",
33
33
  "@types/fs-extra": "^11.0.4",
34
- "@types/node": "^22.7.4",
34
+ "@types/node": "^22.9.0",
35
35
  "@types/prompts": "^2.4.9",
36
36
  "@types/tar": "6.1.13",
37
- "typescript": "^5.6.2",
38
- "@tinacms/scripts": "1.2.3"
37
+ "typescript": "^5.6.3",
38
+ "@tinacms/scripts": "1.3.1"
39
39
  },
40
40
  "dependencies": {
41
41
  "chalk": "4.1.2",
42
42
  "commander": "^12.1.0",
43
- "cross-spawn": "^7.0.3",
43
+ "cross-spawn": "^7.0.5",
44
44
  "fs-extra": "^11.2.0",
45
- "got": "^14.4.2",
45
+ "got": "^14.4.4",
46
46
  "prompts": "^2.4.2",
47
47
  "tar": "7.4.0",
48
48
  "validate-npm-package-name": "^5.0.1",
49
- "@tinacms/metrics": "1.0.7"
49
+ "@tinacms/metrics": "1.0.8"
50
50
  },
51
51
  "scripts": {
52
52
  "types": "pnpm tsc",