@tinacms/cli 1.0.0 → 1.0.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 +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -302,7 +302,7 @@ var commander = __toModule(require("commander"));
|
|
|
302
302
|
|
|
303
303
|
// package.json
|
|
304
304
|
var name = "@tinacms/cli";
|
|
305
|
-
var version = "1.0.
|
|
305
|
+
var version = "1.0.1";
|
|
306
306
|
|
|
307
307
|
// src/cmds/audit/audit.ts
|
|
308
308
|
var import_graphql = __toModule(require("@tinacms/graphql"));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tinacms/cli",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"typings": "dist/index.d.ts",
|
|
6
6
|
"files": [
|
|
@@ -54,9 +54,9 @@
|
|
|
54
54
|
"@graphql-tools/load": "^7.3.2",
|
|
55
55
|
"@tinacms/app": "1.0.0",
|
|
56
56
|
"@tinacms/datalayer": "1.0.0",
|
|
57
|
-
"@tinacms/graphql": "1.0.
|
|
57
|
+
"@tinacms/graphql": "1.0.1",
|
|
58
58
|
"@tinacms/metrics": "1.0.0",
|
|
59
|
-
"@tinacms/schema-tools": "1.0.
|
|
59
|
+
"@tinacms/schema-tools": "1.0.1",
|
|
60
60
|
"add": "^2.0.6",
|
|
61
61
|
"ajv": "^6.12.3",
|
|
62
62
|
"altair-express-middleware": "4.0.6",
|