@takeshape/cli 8.255.10 → 8.257.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.
@@ -1 +1 @@
1
- {"version":3,"file":"schema-export.d.ts","sourceRoot":"","sources":["../../../../src/commands/export/schema-export.ts"],"names":[],"mappings":";AAsBA,wBAqCG"}
1
+ {"version":3,"file":"schema-export.d.ts","sourceRoot":"","sources":["../../../../src/commands/export/schema-export.ts"],"names":[],"mappings":";AA2BA,wBAqCG"}
@@ -28,6 +28,7 @@ var _branches = require("../../util/branches");
28
28
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
29
29
 
30
30
  const DEFAULT_SCHEMA_FILE_NAME = 'schema.json';
31
+
31
32
  /*
32
33
  takeshape export --schema --to ./path/to
33
34
 
@@ -36,7 +37,6 @@ Download your project's schema.
36
37
  Options:
37
38
  --to: the path to save the download or the full file path, defaults to current directory
38
39
  */
39
-
40
40
  var _default = (0, _linkedCommand.loggedInCommand)(async (cli, params) => {
41
41
  const {
42
42
  flags
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@takeshape/cli",
3
- "version": "8.255.10",
3
+ "version": "8.257.0",
4
4
  "description": "TakeShape CLI",
5
5
  "homepage": "https://www.takeshape.io",
6
6
  "repository": {
@@ -57,10 +57,10 @@
57
57
  "semver": "^6.3.0",
58
58
  "stream-to-promise": "^2.2.0",
59
59
  "tmp": "^0.0.33",
60
- "@takeshape/schema": "8.255.10",
61
- "@takeshape/util": "8.255.10",
62
- "@takeshape/streams": "8.255.10",
63
- "@takeshape/ssg": "8.255.10"
60
+ "@takeshape/ssg": "8.257.0",
61
+ "@takeshape/schema": "8.257.0",
62
+ "@takeshape/util": "8.257.0",
63
+ "@takeshape/streams": "8.257.0"
64
64
  },
65
65
  "devDependencies": {
66
66
  "@types/archiver": "^3.1.0",