@tinacms/cli 1.5.25 → 1.5.26

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 +1 -1
  2. package/package.json +8 -7
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.25";
34
+ var version = "1.5.26";
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.5.25",
3
+ "version": "1.5.26",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/index.d.ts",
6
6
  "files": [
@@ -21,7 +21,7 @@
21
21
  ]
22
22
  },
23
23
  "devDependencies": {
24
- "@tinacms/scripts": "1.1.0",
24
+ "@tinacms/scripts": "1.1.1",
25
25
  "@types/clear": "0.1.0",
26
26
  "@types/cli-spinner": "^0.2.1",
27
27
  "@types/cors": "2.8.5",
@@ -58,12 +58,12 @@
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.23",
62
- "@tinacms/datalayer": "1.2.21",
63
- "@tinacms/graphql": "1.4.21",
61
+ "@tinacms/app": "1.2.24",
62
+ "@tinacms/datalayer": "1.2.22",
63
+ "@tinacms/graphql": "1.4.22",
64
64
  "@tinacms/metrics": "1.0.2",
65
- "@tinacms/schema-tools": "1.4.8",
66
- "@tinacms/search": "1.0.6",
65
+ "@tinacms/schema-tools": "1.4.9",
66
+ "@tinacms/search": "1.0.7",
67
67
  "@vitejs/plugin-react": "3.1.0",
68
68
  "ajv": "^6.12.3",
69
69
  "altair-express-middleware": "4.0.6",
@@ -103,6 +103,7 @@
103
103
  "readable-stream": "^4.3.0",
104
104
  "rollup-plugin-visualizer": "^5.9.0",
105
105
  "tailwindcss": "^3.2.7",
106
+ "typanion": "3.13.0",
106
107
  "url-pattern": "^1.0.3",
107
108
  "vite": "^4.3.9",
108
109
  "yarn": "^1.22.17",