@tinacms/cli 0.58.4 → 0.58.5
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/CHANGELOG.md +7 -0
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -116,7 +116,7 @@ var commander = __toModule(require("commander"));
|
|
|
116
116
|
|
|
117
117
|
// pnp:/Users/jeffsee/code/tinacms/packages/@tinacms/cli/package.json
|
|
118
118
|
var name = "@tinacms/cli";
|
|
119
|
-
var version = "0.58.
|
|
119
|
+
var version = "0.58.5";
|
|
120
120
|
|
|
121
121
|
// pnp:/Users/jeffsee/code/tinacms/packages/@tinacms/cli/src/utils/theme.ts
|
|
122
122
|
var import_chalk = __toModule(require("chalk"));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tinacms/cli",
|
|
3
|
-
"version": "0.58.
|
|
3
|
+
"version": "0.58.5",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"typings": "dist/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"@graphql-codegen/visitor-plugin-common": "^2.4.0",
|
|
57
57
|
"@graphql-tools/graphql-file-loader": "^7.2.0",
|
|
58
58
|
"@graphql-tools/load": "^7.3.2",
|
|
59
|
-
"@tinacms/graphql": "0.59.
|
|
59
|
+
"@tinacms/graphql": "0.59.2",
|
|
60
60
|
"ajv": "^6.12.3",
|
|
61
61
|
"altair-express-middleware": "4.0.6",
|
|
62
62
|
"auto-bind": "^4.0.0",
|