app_bridge 4.1.0-aarch64-linux → 4.1.1-aarch64-linux

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cd334ce501f49a41f2a323dcea31540dbdce65ff0a4d750b1ca3871ec491121f
4
- data.tar.gz: f21ba99a8807c7894e1871321d4ff830daf37dde2fde7768d3af908618061ec5
3
+ metadata.gz: '0956b97581a6ec5f02c7f5a76f5f9f64572850dd150bb499df0cc4a832067801'
4
+ data.tar.gz: cdcbd2e154fe007150809540bd840f99e02fbe533f0bdfeb22faaa467457d5ec
5
5
  SHA512:
6
- metadata.gz: 8296e3014067a1a29917fd4139664cb331c77cfe419a234b4cc8f14f7f5491b80868f8272a278edcf41b5d25b7cd0459134b0eae2632b844072e00852bcd273d
7
- data.tar.gz: 52eed814e20ef18341f7f6127d9a7aa1038be4f53cbc1d949107ebc91cac01d4883b8100729697ee44478d6a72f9dcb9e87692b472828b649039179dadcfec98
6
+ metadata.gz: a165d3d086527d978bf2a51e4dcbcf54647e965d101f3e78e41e428f984d3367f883cefa9c2f35a8aa3caeee639b9b7d1f68a2cfdbaed28b6c6bd64c6dc4d7b8
7
+ data.tar.gz: d311bdf6107e7c87436bcf166b05b8b30ace8963e32c02f0022d720bf8e6a3feb34cf7ca7cfcd1f9d6c2d35a94f6ab9dafb859ea761c0357f8335453af2bcc85
@@ -243,6 +243,8 @@ interface http {
243
243
  status: u16,
244
244
  headers: headers,
245
245
  body: string,
246
+ /// Raw response payload for binary responses.
247
+ body-bytes: option<list<u8>>,
246
248
  }
247
249
 
248
250
  record request {
Binary file
Binary file
Binary file
@@ -4,5 +4,5 @@
4
4
  # ext/app_bridge/Cargo.toml file to keep them in sync.
5
5
 
6
6
  module AppBridge
7
- VERSION = "4.1.0"
7
+ VERSION = "4.1.1"
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: app_bridge
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.1.0
4
+ version: 4.1.1
5
5
  platform: aarch64-linux
6
6
  authors:
7
7
  - Alexander Ross
@@ -31,6 +31,7 @@ files:
31
31
  - ext/app_bridge/wit/v4_1/world.wit
32
32
  - lib/app_bridge.rb
33
33
  - lib/app_bridge/3.2/app_bridge.so
34
+ - lib/app_bridge/3.3/app_bridge.so
34
35
  - lib/app_bridge/3.4/app_bridge.so
35
36
  - lib/app_bridge/app.rb
36
37
  - lib/app_bridge/file_processor.rb