foobara-typescript-remote-command-generator 1.2.2 → 1.2.3
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/src/remote_generator/write_typescript_to_disk.rb +3 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a05ca67a91d4783f58462b104e7fe231916bbb7bb6b2d54138f5ea4a924c8653
|
|
4
|
+
data.tar.gz: b889694f3237d501fd5ff8a9504dbb70be5389f7b1223a0134dc4e76eb7ea1c2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 81e53ffa5b4dd3eed11873aead7ad5e7edfb76dcf8487525306a33e0e93692b8a525b46602634477e70798ea886a3990a5bd53c2d7a6013ded7c3dcff0dc1110
|
|
7
|
+
data.tar.gz: 9377c12ceea5f00184d8c0ca380b7be7a5d26c5dc79e25021a1c656f756a643542b6940edbfedcb25b7daffa202e610c6696f295d9b8500654bd41c44eee2fc6
|
data/CHANGELOG.md
CHANGED
|
@@ -9,7 +9,9 @@ module Foobara
|
|
|
9
9
|
raw_manifest :associative_array, :allow_nil
|
|
10
10
|
manifest_url :string, :allow_nil
|
|
11
11
|
# TODO: should be able to delete this and inherit it
|
|
12
|
-
project_directory :string,
|
|
12
|
+
project_directory :string,
|
|
13
|
+
default: ".",
|
|
14
|
+
description: "This lets you specify a directory to run the linter or npm run build in"
|
|
13
15
|
output_directory :string, default: "src/domains"
|
|
14
16
|
fail_if_does_not_pass_linter :boolean, default: false
|
|
15
17
|
end
|