@digipair/skill-temporal 0.97.1 → 0.98.2

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digipair/skill-temporal",
3
- "version": "0.97.1",
3
+ "version": "0.98.2",
4
4
  "keywords": [
5
5
  "digipair",
6
6
  "service",
package/schema.fr.json CHANGED
@@ -332,6 +332,7 @@
332
332
  "components": {
333
333
  "schemas": {
334
334
  "WorkflowExecutionInfo": {
335
+ "tags": [],
335
336
  "type": "object",
336
337
  "description": "Informations sur une exécution de workflow Temporal",
337
338
  "properties": {
package/schema.json CHANGED
@@ -332,6 +332,7 @@
332
332
  "components": {
333
333
  "schemas": {
334
334
  "WorkflowExecutionInfo": {
335
+ "tags": [],
335
336
  "type": "object",
336
337
  "description": "Information about a Temporal workflow execution",
337
338
  "properties": {