@tinacms/cli 1.5.20 → 1.5.21

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.
@@ -77,7 +77,7 @@ declare const forestryFieldWithoutField: z.ZodObject<{
77
77
  };
78
78
  };
79
79
  name?: string;
80
- type?: "number" | "boolean" | "file" | "text" | "include" | "list" | "select" | "datetime" | "image_gallery" | "textarea" | "tag_list" | "field_group" | "field_group_list" | "blocks" | "color";
80
+ type?: "number" | "boolean" | "file" | "color" | "text" | "include" | "list" | "select" | "datetime" | "image_gallery" | "textarea" | "tag_list" | "field_group" | "field_group_list" | "blocks";
81
81
  label?: string;
82
82
  template_types?: string[];
83
83
  template?: string;
@@ -97,7 +97,7 @@ declare const forestryFieldWithoutField: z.ZodObject<{
97
97
  };
98
98
  };
99
99
  name?: string;
100
- type?: "number" | "boolean" | "file" | "text" | "include" | "list" | "select" | "datetime" | "image_gallery" | "textarea" | "tag_list" | "field_group" | "field_group_list" | "blocks" | "color";
100
+ type?: "number" | "boolean" | "file" | "color" | "text" | "include" | "list" | "select" | "datetime" | "image_gallery" | "textarea" | "tag_list" | "field_group" | "field_group_list" | "blocks";
101
101
  label?: string;
102
102
  template_types?: string[];
103
103
  template?: string;
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.20";
34
+ var version = "1.5.21";
35
35
 
36
36
  // src/next/commands/dev-command/index.ts
37
37
  var import_clipanion2 = require("clipanion");
@@ -418,7 +418,7 @@ var ConfigManager = class {
418
418
  platform: "browser",
419
419
  format: "esm",
420
420
  logLevel: "silent",
421
- external: ["tinacms", "react", "react-dom", "next"],
421
+ packages: "external",
422
422
  ignoreAnnotations: true,
423
423
  outfile: prebuild,
424
424
  loader: loaders,
@@ -817,10 +817,7 @@ var tinaTailwind = (spaPath, prebuildFilePath) => {
817
817
  }
818
818
  },
819
819
  content: content2,
820
- plugins: [
821
- (0, import_typography.default)({ className: "tina-prose" }),
822
- import_aspect_ratio.default
823
- ]
820
+ plugins: [(0, import_typography.default)({ className: "tina-prose" }), import_aspect_ratio.default]
824
821
  });
825
822
  plugins.push(import_nesting.default);
826
823
  plugins.push(import_postcss_nested.default);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tinacms/cli",
3
- "version": "1.5.20",
3
+ "version": "1.5.21",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/index.d.ts",
6
6
  "files": [
@@ -58,7 +58,7 @@
58
58
  "@tailwindcss/aspect-ratio": "^0.4.0",
59
59
  "@tailwindcss/line-clamp": "^0.3.1",
60
60
  "@tailwindcss/typography": "^0.5.9",
61
- "@tinacms/app": "1.2.18",
61
+ "@tinacms/app": "1.2.19",
62
62
  "@tinacms/datalayer": "1.2.18",
63
63
  "@tinacms/graphql": "1.4.18",
64
64
  "@tinacms/metrics": "1.0.2",
@@ -77,7 +77,7 @@
77
77
  "clipanion": "^3.2.0",
78
78
  "cors": "^2.8.5",
79
79
  "dotenv": "^16.0.1",
80
- "esbuild": "^0.15.5",
80
+ "esbuild": "^0.18.10",
81
81
  "express": "^4.17.1",
82
82
  "fast-glob": "^3.2.4",
83
83
  "fs-extra": "^9.0.1",