@tinacms/cli 0.0.0-a30bc52-20251201062201 → 0.0.0-a3cc5b1-20251202013216

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 +7 -7
package/dist/index.js CHANGED
@@ -9,7 +9,7 @@ var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require
9
9
  import { Cli, Builtins } from "clipanion";
10
10
 
11
11
  // package.json
12
- var version = "1.12.6";
12
+ var version = "2.0.0";
13
13
 
14
14
  // src/next/commands/dev-command/index.ts
15
15
  import path8 from "path";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tinacms/cli",
3
3
  "type": "module",
4
- "version": "0.0.0-a30bc52-20251201062201",
4
+ "version": "0.0.0-a3cc5b1-20251202013216",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
7
7
  "files": [
@@ -90,12 +90,12 @@
90
90
  "vite": "^4.5.9",
91
91
  "yup": "^1.6.1",
92
92
  "zod": "^3.24.2",
93
- "@tinacms/app": "0.0.0-a30bc52-20251201062201",
94
- "@tinacms/graphql": "0.0.0-a30bc52-20251201062201",
95
- "@tinacms/metrics": "0.0.0-a30bc52-20251201062201",
96
- "@tinacms/schema-tools": "0.0.0-a30bc52-20251201062201",
97
- "@tinacms/search": "0.0.0-a30bc52-20251201062201",
98
- "tinacms": "0.0.0-a30bc52-20251201062201"
93
+ "@tinacms/app": "0.0.0-a3cc5b1-20251202013216",
94
+ "@tinacms/graphql": "2.0.0",
95
+ "@tinacms/metrics": "2.0.0",
96
+ "@tinacms/search": "1.1.4",
97
+ "tinacms": "0.0.0-a3cc5b1-20251202013216",
98
+ "@tinacms/schema-tools": "2.0.0"
99
99
  },
100
100
  "publishConfig": {
101
101
  "registry": "https://registry.npmjs.org"