app_bridge 2.1.2-aarch64-linux → 3.0.0-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: bd4b0d8e1c7d6bc1542c885a47a5f563a5b929f6ce6363df0729233703a49d2d
4
- data.tar.gz: ed1d436342892939a037f954a037cd045644655129e751f122bab0b6a0ab238f
3
+ metadata.gz: 045a7796fa110808d6c6529172c91514ab963bc2d7793f4bdda294ddbbbe60a7
4
+ data.tar.gz: 5fc04fb84855d00f6f0778262ef7e900d469622e4203b062cee3d96b32f1320c
5
5
  SHA512:
6
- metadata.gz: a1310ef27df114f8c4555dd8a1b5b35f32012fa9558a89ff51916b3c8da3832c8bd0a65f5afd4801d3638abd4aad442f91de19169d3751756d4ffe4fae5aafbd
7
- data.tar.gz: bc8a705e786f69c3a99ff5360fb8f9859e3b6683675d4d2eda947d91d09fa9829328838307153e0fd139ec4dc07b0d9b8b61d7d6407e0c485c3f663329c297c0
6
+ metadata.gz: 92a182f5c98b37c1f3f54da8012ee515804f0e6c98a559427c0d8c2164858ada027b5508001c4399fa50cb7e4bda30066b78b97a0cce87322cac33f4c0f3ec7e
7
+ data.tar.gz: e1ae9d4d23553b1be63b90b4ab7ad0e4ccfde7ed78df5de8df57e640886f7601057c245e976c0fa371d51aa2c389b64d99972b914fd193c3f0ecfe644ac944a5
@@ -1,4 +1,4 @@
1
- package standout:app@2.1.2;
1
+ package standout:app@3.0.0;
2
2
 
3
3
  interface types {
4
4
  // The trigger-store is a string that is used to store data between trigger
@@ -133,6 +133,12 @@ interface types {
133
133
 
134
134
  /// A catch-all for all other types of errors. Should include a descriptive message.
135
135
  other,
136
+
137
+ /// Complete the current workflow execution.
138
+ complete-workflow,
139
+
140
+ /// Complete the parent step execution.
141
+ complete-parent,
136
142
  }
137
143
  }
138
144
 
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 = "2.1.2"
7
+ VERSION = "3.0.0"
8
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: app_bridge
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.2
4
+ version: 3.0.0
5
5
  platform: aarch64-linux
6
6
  authors:
7
7
  - Alexander Ross
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-10-03 00:00:00.000000000 Z
11
+ date: 2025-10-29 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: The app_bridge gem is designed to enable seamless interaction with WebAssembly
14
14
  components that adhere to the WIT specification `standout:app`. It is developed