Skip to content

Commit 6042f8e

Browse files
committed
Use password inputs for sensitive types
1 parent 4706d60 commit 6042f8e

File tree

6 files changed

+5977
-11
lines changed

6 files changed

+5977
-11
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [0.0.8] - 2025-03-22
2+
3+
- Use password inputs for sensitive types
4+
15
## [0.0.7] - 2025-02-21
26

37
- import JSX in remote command form

Gemfile.lock

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,34 @@
11
PATH
22
remote: .
33
specs:
4-
foobara-typescript-react-command-form-generator (0.0.7)
4+
foobara-typescript-react-command-form-generator (0.0.8)
55
foobara
66
foobara-files-generator
77
foobara-typescript-remote-command-generator
88

99
GEM
1010
remote: https://rubygems.org/
1111
specs:
12-
ast (2.4.2)
12+
ast (2.4.3)
1313
bigdecimal (3.1.9)
1414
byebug (11.1.3)
1515
coderay (1.1.3)
1616
diff-lcs (1.6.0)
1717
docile (1.4.1)
1818
ffi (1.17.1-x86_64-linux-gnu)
19-
foobara (0.0.62)
19+
foobara (0.0.85)
2020
bigdecimal
21+
foobara-lru-cache
2122
foobara-util
2223
foobara-files-generator (0.0.5)
2324
foobara
24-
foobara-rubocop-rules (0.0.7)
25+
foobara-lru-cache (0.0.2)
26+
foobara-rubocop-rules (0.0.8)
2527
rubocop
2628
rubocop-rspec
2729
foobara-spec-helpers (0.0.4)
2830
foobara-util
29-
foobara-typescript-remote-command-generator (0.0.10)
31+
foobara-typescript-remote-command-generator (0.0.13)
3032
foobara
3133
foobara-files-generator
3234
foobara-util (0.0.11)
@@ -47,7 +49,7 @@ GEM
4749
guard (~> 2.1)
4850
guard-compat (~> 1.1)
4951
rspec (>= 2.99.0, < 4.0)
50-
json (2.10.1)
52+
json (2.10.2)
5153
language_server-protocol (3.17.0.4)
5254
lint_roller (1.1.0)
5355
listen (3.9.0)
@@ -62,7 +64,7 @@ GEM
6264
shellany (~> 0.0)
6365
ostruct (0.6.1)
6466
parallel (1.26.3)
65-
parser (3.3.7.1)
67+
parser (3.3.7.2)
6668
ast (~> 2.4.1)
6769
racc
6870
pry (0.14.2)
@@ -94,7 +96,7 @@ GEM
9496
diff-lcs (>= 1.2.0, < 2.0)
9597
rspec-support (~> 3.13.0)
9698
rspec-support (3.13.2)
97-
rubocop (1.72.2)
99+
rubocop (1.74.0)
98100
json (~> 2.3)
99101
language_server-protocol (~> 3.17.0.2)
100102
lint_roller (~> 1.1.0)
@@ -105,8 +107,8 @@ GEM
105107
rubocop-ast (>= 1.38.0, < 2.0)
106108
ruby-progressbar (~> 1.7)
107109
unicode-display_width (>= 2.4.0, < 4.0)
108-
rubocop-ast (1.38.0)
109-
parser (>= 3.3.1.0)
110+
rubocop-ast (1.41.0)
111+
parser (>= 3.3.7.2)
110112
rubocop-rake (0.7.1)
111113
lint_roller (~> 1.1)
112114
rubocop (>= 1.72.1)

0 commit comments

Comments
 (0)