@tinacms/cli 1.5.33 → 1.5.35

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 +6 -6
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.5.33";
34
+ var version = "1.5.35";
35
35
 
36
36
  // src/next/commands/dev-command/index.ts
37
37
  var import_clipanion2 = require("clipanion");
@@ -3481,7 +3481,7 @@ var askTinaCloudSetup = async ({ config: config2 }) => {
3481
3481
  value: clientId
3482
3482
  },
3483
3483
  {
3484
- key: "NEXT_PUBLIC_TINA_CLIENT_SECRET",
3484
+ key: "TINA_TOKEN",
3485
3485
  value: token
3486
3486
  }
3487
3487
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinacms/cli",
3
- "version": "1.5.33",
3
+ "version": "1.5.35",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/index.d.ts",
6
6
  "files": [
@@ -57,13 +57,13 @@
57
57
  "@tailwindcss/aspect-ratio": "^0.4.0",
58
58
  "@tailwindcss/line-clamp": "^0.3.1",
59
59
  "@tailwindcss/typography": "^0.5.9",
60
- "@tinacms/app": "1.2.31",
61
- "tinacms": "1.5.24",
62
- "@tinacms/datalayer": "1.2.29",
63
- "@tinacms/graphql": "1.4.29",
60
+ "@tinacms/app": "1.2.32",
61
+ "tinacms": "1.5.25",
62
+ "@tinacms/datalayer": "1.2.30",
63
+ "@tinacms/graphql": "1.4.30",
64
64
  "@tinacms/metrics": "1.0.2",
65
65
  "@tinacms/schema-tools": "1.4.14",
66
- "@tinacms/search": "1.0.14",
66
+ "@tinacms/search": "1.0.15",
67
67
  "@vitejs/plugin-react": "3.1.0",
68
68
  "ajv": "^6.12.3",
69
69
  "altair-express-middleware": "4.0.6",