@tinacms/cli 1.6.7 → 1.6.8
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 -1
- package/package.json +45 -45
package/dist/index.js
CHANGED
|
@@ -31,7 +31,7 @@ module.exports = __toCommonJS(src_exports);
|
|
|
31
31
|
var import_clipanion8 = require("clipanion");
|
|
32
32
|
|
|
33
33
|
// package.json
|
|
34
|
-
var version = "1.6.
|
|
34
|
+
var version = "1.6.8";
|
|
35
35
|
|
|
36
36
|
// src/next/commands/dev-command/index.ts
|
|
37
37
|
var import_clipanion2 = require("clipanion");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tinacms/cli",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.8",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"typings": "dist/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -22,74 +22,74 @@
|
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@types/clear": "0.1.0",
|
|
25
|
-
"@types/cli-spinner": "^0.2.
|
|
25
|
+
"@types/cli-spinner": "^0.2.3",
|
|
26
26
|
"@types/cors": "2.8.5",
|
|
27
|
-
"@types/crypto-js": "^4.
|
|
28
|
-
"@types/express": "^4.17.
|
|
27
|
+
"@types/crypto-js": "^4.2.2",
|
|
28
|
+
"@types/express": "^4.17.21",
|
|
29
29
|
"@types/express-graphql": "^0.9.0",
|
|
30
30
|
"@types/figlet": "1.2.0",
|
|
31
|
-
"@types/fs-extra": "^9.0.
|
|
31
|
+
"@types/fs-extra": "^9.0.13",
|
|
32
32
|
"@types/jest": "26.0.4",
|
|
33
|
-
"@types/js-yaml": "^4.0.
|
|
33
|
+
"@types/js-yaml": "^4.0.9",
|
|
34
34
|
"@types/listr": "0.14.2",
|
|
35
35
|
"@types/log4js": "^2.3.5",
|
|
36
|
-
"@types/multer": "^1.4.
|
|
37
|
-
"@types/progress": "^2.0.
|
|
38
|
-
"@types/prompts": "^2.
|
|
39
|
-
"@types/yup": "^0.29.
|
|
40
|
-
"jest": "^29.
|
|
41
|
-
"@tinacms/scripts": "1.2.
|
|
36
|
+
"@types/multer": "^1.4.12",
|
|
37
|
+
"@types/progress": "^2.0.7",
|
|
38
|
+
"@types/prompts": "^2.4.9",
|
|
39
|
+
"@types/yup": "^0.29.14",
|
|
40
|
+
"jest": "^29.7.0",
|
|
41
|
+
"@tinacms/scripts": "1.2.3"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@graphql-codegen/core": "^2.
|
|
44
|
+
"@graphql-codegen/core": "^2.6.8",
|
|
45
45
|
"@graphql-codegen/plugin-helpers": "latest",
|
|
46
|
-
"@graphql-codegen/typescript": "^4.0.
|
|
47
|
-
"@graphql-codegen/typescript-operations": "^4.
|
|
48
|
-
"@graphql-codegen/visitor-plugin-common": "^4.
|
|
49
|
-
"@graphql-inspector/core": "^4.
|
|
50
|
-
"@graphql-tools/graphql-file-loader": "^7.
|
|
51
|
-
"@graphql-tools/load": "^7.
|
|
52
|
-
"@rollup/pluginutils": "^5.
|
|
46
|
+
"@graphql-codegen/typescript": "^4.0.9",
|
|
47
|
+
"@graphql-codegen/typescript-operations": "^4.2.3",
|
|
48
|
+
"@graphql-codegen/visitor-plugin-common": "^4.1.2",
|
|
49
|
+
"@graphql-inspector/core": "^4.2.2",
|
|
50
|
+
"@graphql-tools/graphql-file-loader": "^7.5.17",
|
|
51
|
+
"@graphql-tools/load": "^7.8.14",
|
|
52
|
+
"@rollup/pluginutils": "^5.1.2",
|
|
53
53
|
"@svgr/core": "8.1.0",
|
|
54
54
|
"@tailwindcss/aspect-ratio": "^0.4.2",
|
|
55
|
-
"@tailwindcss/typography": "^0.5.
|
|
55
|
+
"@tailwindcss/typography": "^0.5.15",
|
|
56
56
|
"@vitejs/plugin-react": "3.1.0",
|
|
57
|
-
"altair-express-middleware": "^7.
|
|
57
|
+
"altair-express-middleware": "^7.3.6",
|
|
58
58
|
"auto-bind": "^4.0.0",
|
|
59
|
-
"body-parser": "^1.
|
|
59
|
+
"body-parser": "^1.20.3",
|
|
60
60
|
"busboy": "^1.6.0",
|
|
61
61
|
"chalk": "^2.4.2",
|
|
62
|
-
"chokidar": "^3.
|
|
62
|
+
"chokidar": "^3.6.0",
|
|
63
63
|
"cli-spinner": "^0.2.10",
|
|
64
|
-
"clipanion": "^3.2.
|
|
64
|
+
"clipanion": "^3.2.1",
|
|
65
65
|
"cors": "^2.8.5",
|
|
66
|
-
"crypto-js": "^4.
|
|
67
|
-
"dotenv": "^16.
|
|
68
|
-
"esbuild": "^0.18.
|
|
69
|
-
"fs-extra": "^
|
|
66
|
+
"crypto-js": "^4.2.0",
|
|
67
|
+
"dotenv": "^16.4.5",
|
|
68
|
+
"esbuild": "^0.18.20",
|
|
69
|
+
"fs-extra": "^11.2.0",
|
|
70
70
|
"graphql": "15.8.0",
|
|
71
|
-
"js-yaml": "^4.
|
|
72
|
-
"log4js": "^6.
|
|
71
|
+
"js-yaml": "^4.1.0",
|
|
72
|
+
"log4js": "^6.9.1",
|
|
73
73
|
"many-level": "^2.0.0",
|
|
74
74
|
"memory-level": "^1.0.0",
|
|
75
|
-
"minimatch": "^5.1.
|
|
75
|
+
"minimatch": "^5.1.6",
|
|
76
76
|
"normalize-path": "^3.0.0",
|
|
77
|
-
"prettier": "^2.
|
|
77
|
+
"prettier": "^2.8.8",
|
|
78
78
|
"progress": "^2.0.3",
|
|
79
|
-
"prompts": "^2.4.
|
|
80
|
-
"readable-stream": "^4.
|
|
81
|
-
"tailwindcss": "^3.4.
|
|
79
|
+
"prompts": "^2.4.2",
|
|
80
|
+
"readable-stream": "^4.5.2",
|
|
81
|
+
"tailwindcss": "^3.4.13",
|
|
82
82
|
"typanion": "3.13.0",
|
|
83
83
|
"typescript": "^5.6.2",
|
|
84
|
-
"vite": "^4.
|
|
85
|
-
"yup": "^0.32.
|
|
86
|
-
"zod": "^3.
|
|
87
|
-
"@tinacms/
|
|
88
|
-
"@tinacms/graphql": "1.5.
|
|
89
|
-
"@tinacms/
|
|
90
|
-
"@tinacms/schema-tools": "1.6.
|
|
91
|
-
"@tinacms/search": "1.0.
|
|
92
|
-
"tinacms": "2.2.
|
|
84
|
+
"vite": "^4.5.5",
|
|
85
|
+
"yup": "^0.32.11",
|
|
86
|
+
"zod": "^3.23.8",
|
|
87
|
+
"@tinacms/metrics": "1.0.7",
|
|
88
|
+
"@tinacms/graphql": "1.5.4",
|
|
89
|
+
"@tinacms/app": "2.1.8",
|
|
90
|
+
"@tinacms/schema-tools": "1.6.4",
|
|
91
|
+
"@tinacms/search": "1.0.31",
|
|
92
|
+
"tinacms": "2.2.8"
|
|
93
93
|
},
|
|
94
94
|
"publishConfig": {
|
|
95
95
|
"registry": "https://registry.npmjs.org"
|