@tinacms/cli 2.5.3 → 2.5.5
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 +2 -2
- package/package.json +6 -6
package/dist/index.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import { Cli, Builtins } from "clipanion";
|
|
3
3
|
|
|
4
4
|
// package.json
|
|
5
|
-
var version = "2.5.
|
|
5
|
+
var version = "2.5.4";
|
|
6
6
|
|
|
7
7
|
// src/next/commands/dev-command/index.ts
|
|
8
8
|
import path10 from "path";
|
|
@@ -4743,7 +4743,7 @@ var supportedAuthProviders = {
|
|
|
4743
4743
|
},
|
|
4744
4744
|
"tina-cloud": {
|
|
4745
4745
|
configAuthProviderClass: "",
|
|
4746
|
-
backendAuthProvider: "TinaCloudBackendAuthProvider()",
|
|
4746
|
+
backendAuthProvider: "TinaCloudBackendAuthProvider(process.env.NEXT_PUBLIC_TINA_CLIENT_ID)",
|
|
4747
4747
|
name: "tina-cloud",
|
|
4748
4748
|
backendAuthProviderImports: [
|
|
4749
4749
|
{
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tinacms/cli",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.5.
|
|
4
|
+
"version": "2.5.5",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"typings": "dist/index.d.ts",
|
|
7
7
|
"files": [
|
|
@@ -91,12 +91,12 @@
|
|
|
91
91
|
"vite": "^4.5.9",
|
|
92
92
|
"yup": "^1.6.1",
|
|
93
93
|
"zod": "^3.24.2",
|
|
94
|
-
"@tinacms/app": "2.5.
|
|
95
|
-
"@tinacms/graphql": "2.4.
|
|
94
|
+
"@tinacms/app": "2.5.9",
|
|
95
|
+
"@tinacms/graphql": "2.4.8",
|
|
96
96
|
"@tinacms/metrics": "2.1.1",
|
|
97
|
-
"@tinacms/
|
|
98
|
-
"tinacms": "
|
|
99
|
-
"
|
|
97
|
+
"@tinacms/schema-tools": "2.8.3",
|
|
98
|
+
"@tinacms/search": "1.2.22",
|
|
99
|
+
"tinacms": "3.10.1"
|
|
100
100
|
},
|
|
101
101
|
"publishConfig": {
|
|
102
102
|
"registry": "https://registry.npmjs.org"
|