@tinacms/cli 1.9.3 → 1.9.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.
- package/dist/index.d.ts +1 -4
- package/dist/index.js +2 -2
- package/package.json +5 -5
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -35,7 +35,7 @@ module.exports = __toCommonJS(index_exports);
|
|
|
35
35
|
var import_clipanion8 = require("clipanion");
|
|
36
36
|
|
|
37
37
|
// package.json
|
|
38
|
-
var version = "1.9.
|
|
38
|
+
var version = "1.9.4";
|
|
39
39
|
|
|
40
40
|
// src/next/commands/dev-command/index.ts
|
|
41
41
|
var import_async_lock = __toESM(require("async-lock"));
|
|
@@ -3274,7 +3274,7 @@ Additional info: Branch: ${config2.branch}, Client ID: ${config2.clientId} `;
|
|
|
3274
3274
|
const localSchemaDocument = await database.getGraphQLSchemaFromBridge();
|
|
3275
3275
|
const localGraphqlSchema = (0, import_graphql12.buildASTSchema)(localSchemaDocument);
|
|
3276
3276
|
try {
|
|
3277
|
-
const diffResult = await (0, import_core3.diff)(
|
|
3277
|
+
const diffResult = await (0, import_core3.diff)(remoteGqlSchema, localGraphqlSchema);
|
|
3278
3278
|
if (diffResult.length === 0) {
|
|
3279
3279
|
bar2.tick({
|
|
3280
3280
|
prog: "\u2705"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tinacms/cli",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.4",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"typings": "dist/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -85,12 +85,12 @@
|
|
|
85
85
|
"vite": "^4.5.9",
|
|
86
86
|
"yup": "^1.6.1",
|
|
87
87
|
"zod": "^3.24.2",
|
|
88
|
-
"@tinacms/
|
|
89
|
-
"@tinacms/
|
|
88
|
+
"@tinacms/graphql": "1.5.15",
|
|
89
|
+
"@tinacms/app": "2.2.4",
|
|
90
90
|
"@tinacms/metrics": "1.0.9",
|
|
91
91
|
"@tinacms/schema-tools": "1.7.2",
|
|
92
|
-
"@tinacms/search": "1.0.
|
|
93
|
-
"tinacms": "2.7.
|
|
92
|
+
"@tinacms/search": "1.0.42",
|
|
93
|
+
"tinacms": "2.7.4"
|
|
94
94
|
},
|
|
95
95
|
"publishConfig": {
|
|
96
96
|
"registry": "https://registry.npmjs.org"
|