@tinacms/cli 0.0.0-20219523220 → 0.56.0
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 +3 -2
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# tinacms-cli
|
|
2
2
|
|
|
3
|
-
## 0.
|
|
3
|
+
## 0.56.0
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
@@ -9,9 +9,10 @@
|
|
|
9
9
|
|
|
10
10
|
### Patch Changes
|
|
11
11
|
|
|
12
|
+
- Updated dependencies [2908f8176]
|
|
12
13
|
- Updated dependencies [5d83643b2]
|
|
13
14
|
- Updated dependencies [f3bddeb4a]
|
|
14
|
-
- @tinacms/graphql@0.
|
|
15
|
+
- @tinacms/graphql@0.55.0
|
|
15
16
|
|
|
16
17
|
## 0.55.2
|
|
17
18
|
|
package/dist/index.js
CHANGED
|
@@ -155,7 +155,7 @@ var commander = __toModule(require("commander"));
|
|
|
155
155
|
|
|
156
156
|
// ../cli/package.json
|
|
157
157
|
var name = "@tinacms/cli";
|
|
158
|
-
var version = "0.
|
|
158
|
+
var version = "0.56.0";
|
|
159
159
|
|
|
160
160
|
// ../cli/src/utils/theme.ts
|
|
161
161
|
var import_chalk = __toModule(require("chalk"));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tinacms/cli",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.56.0",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"typings": "dist/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"@graphql-codegen/core": "^1.17.0",
|
|
54
54
|
"@graphql-codegen/typescript": "^1.17.0",
|
|
55
55
|
"@graphql-codegen/typescript-operations": "^1.17.0",
|
|
56
|
-
"@tinacms/graphql": "0.
|
|
56
|
+
"@tinacms/graphql": "0.55.0",
|
|
57
57
|
"ajv": "^6.12.3",
|
|
58
58
|
"altair-express-middleware": "4.0.6",
|
|
59
59
|
"axios": "0.19.0",
|