@tinacms/cli 2.5.2 → 2.5.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 +2 -2
  2. package/package.json +8 -8
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.2";
5
+ var version = "2.5.3";
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.2",
4
+ "version": "2.5.4",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
7
7
  "files": [
@@ -58,7 +58,7 @@
58
58
  "@svgr/core": "8.1.0",
59
59
  "@tailwindcss/aspect-ratio": "^0.4.2",
60
60
  "@tailwindcss/container-queries": "^0.1.1",
61
- "@tailwindcss/typography": "^0.5.16",
61
+ "@tailwindcss/typography": "^0.5.20",
62
62
  "@vitejs/plugin-react": "3.1.0",
63
63
  "altair-express-middleware": "^7.3.6",
64
64
  "async-lock": "^1.4.1",
@@ -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.7",
95
- "@tinacms/schema-tools": "2.8.2",
96
- "@tinacms/graphql": "2.4.6",
97
- "@tinacms/search": "1.2.20",
98
- "tinacms": "3.9.4",
99
- "@tinacms/metrics": "2.1.1"
94
+ "@tinacms/app": "2.5.8",
95
+ "@tinacms/metrics": "2.1.1",
96
+ "@tinacms/schema-tools": "2.8.3",
97
+ "tinacms": "3.10.0",
98
+ "@tinacms/search": "1.2.21",
99
+ "@tinacms/graphql": "2.4.7"
100
100
  },
101
101
  "publishConfig": {
102
102
  "registry": "https://registry.npmjs.org"