@tinacms/cli 1.8.0 → 1.8.1
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.js +4 -4
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -35,7 +35,7 @@ module.exports = __toCommonJS(src_exports);
|
|
|
35
35
|
var import_clipanion8 = require("clipanion");
|
|
36
36
|
|
|
37
37
|
// package.json
|
|
38
|
-
var version = "1.8.
|
|
38
|
+
var version = "1.8.1";
|
|
39
39
|
|
|
40
40
|
// src/next/commands/dev-command/index.ts
|
|
41
41
|
var import_clipanion2 = require("clipanion");
|
|
@@ -2400,9 +2400,6 @@ var DevCommand = class extends BaseCommand {
|
|
|
2400
2400
|
await import_fs_extra6.default.outputFile(filePath, tinaLockContent);
|
|
2401
2401
|
}
|
|
2402
2402
|
}
|
|
2403
|
-
if (!this.noWatch) {
|
|
2404
|
-
this.watchQueries(configManager, async () => await codegen2.execute());
|
|
2405
|
-
}
|
|
2406
2403
|
await this.indexContentWithSpinner({
|
|
2407
2404
|
database,
|
|
2408
2405
|
graphQLSchema: graphQLSchema2,
|
|
@@ -2412,6 +2409,9 @@ var DevCommand = class extends BaseCommand {
|
|
|
2412
2409
|
if (!firstTime) {
|
|
2413
2410
|
logger.error("Re-index complete");
|
|
2414
2411
|
}
|
|
2412
|
+
if (!this.noWatch) {
|
|
2413
|
+
this.watchQueries(configManager, async () => await codegen2.execute());
|
|
2414
|
+
}
|
|
2415
2415
|
return { apiURL: apiURL2, database, graphQLSchema: graphQLSchema2, tinaSchema: tinaSchema2 };
|
|
2416
2416
|
} catch (e) {
|
|
2417
2417
|
logger.error(`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tinacms/cli",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.1",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"typings": "dist/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -84,12 +84,12 @@
|
|
|
84
84
|
"vite": "^4.5.5",
|
|
85
85
|
"yup": "^1.4.0",
|
|
86
86
|
"zod": "^3.23.8",
|
|
87
|
-
"@tinacms/app": "2.1.15",
|
|
88
|
-
"@tinacms/graphql": "1.5.10",
|
|
89
87
|
"@tinacms/metrics": "1.0.8",
|
|
90
|
-
"tinacms": "
|
|
88
|
+
"@tinacms/graphql": "1.5.10",
|
|
89
|
+
"@tinacms/app": "2.1.16",
|
|
91
90
|
"@tinacms/schema-tools": "1.7.0",
|
|
92
|
-
"@tinacms/search": "1.0.37"
|
|
91
|
+
"@tinacms/search": "1.0.37",
|
|
92
|
+
"tinacms": "2.6.1"
|
|
93
93
|
},
|
|
94
94
|
"publishConfig": {
|
|
95
95
|
"registry": "https://registry.npmjs.org"
|