create-tina-app 1.2.1 → 1.2.3
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.js +1 -8
- package/package.json +4 -4
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.
|
|
39
|
+
var version = "1.2.3";
|
|
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.
|
|
3
|
+
"version": "1.2.3",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -31,11 +31,11 @@
|
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@types/cross-spawn": "^6.0.6",
|
|
33
33
|
"@types/fs-extra": "^11.0.4",
|
|
34
|
-
"@types/node": "^22.7.
|
|
34
|
+
"@types/node": "^22.7.4",
|
|
35
35
|
"@types/prompts": "^2.4.9",
|
|
36
36
|
"@types/tar": "6.1.13",
|
|
37
37
|
"typescript": "^5.6.2",
|
|
38
|
-
"@tinacms/scripts": "1.2.
|
|
38
|
+
"@tinacms/scripts": "1.2.3"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"chalk": "4.1.2",
|
|
@@ -46,7 +46,7 @@
|
|
|
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.
|
|
49
|
+
"@tinacms/metrics": "1.0.7"
|
|
50
50
|
},
|
|
51
51
|
"scripts": {
|
|
52
52
|
"types": "pnpm tsc",
|