browserctl 0.13.1 → 0.14.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.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: browserctl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.1
4
+ version: 0.14.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Patrick
@@ -152,6 +152,7 @@ files:
152
152
  - lib/browserctl.rb
153
153
  - lib/browserctl/callable_definition.rb
154
154
  - lib/browserctl/client.rb
155
+ - lib/browserctl/client/recording_interceptor.rb
155
156
  - lib/browserctl/commands/ask.rb
156
157
  - lib/browserctl/commands/cli_output.rb
157
158
  - lib/browserctl/commands/click.rb
@@ -164,6 +165,7 @@ files:
164
165
  - lib/browserctl/commands/migrate.rb
165
166
  - lib/browserctl/commands/output_format.rb
166
167
  - lib/browserctl/commands/page.rb
168
+ - lib/browserctl/commands/passphrase_prompt.rb
167
169
  - lib/browserctl/commands/recording.rb
168
170
  - lib/browserctl/commands/resume.rb
169
171
  - lib/browserctl/commands/screenshot.rb
@@ -238,10 +240,13 @@ files:
238
240
  - lib/browserctl/snapshot/serializer.rb
239
241
  - lib/browserctl/state.rb
240
242
  - lib/browserctl/state/bundle.rb
243
+ - lib/browserctl/state/mutator.rb
241
244
  - lib/browserctl/state/transport.rb
242
245
  - lib/browserctl/state/transports/file.rb
243
246
  - lib/browserctl/state/transports/one_password.rb
244
247
  - lib/browserctl/state/transports/s3.rb
248
+ - lib/browserctl/trace/event_stream.rb
249
+ - lib/browserctl/trace/renderer.rb
245
250
  - lib/browserctl/version.rb
246
251
  - lib/browserctl/workflow.rb
247
252
  - lib/browserctl/workflow/flow_wrapper.rb