@digipair/skill-factory 0.98.0 → 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/index.esm.js +5 -5
- package/package.json +1 -1
- package/schema.fr.json +5 -0
- package/schema.json +5 -0
package/index.esm.js
CHANGED
|
@@ -23899,14 +23899,14 @@ function indent(str, spaces) {
|
|
|
23899
23899
|
var match = parseIdentifier(input, i1, namePart) || namePart && parseAdditionalSymbol(input, i1) || maybeSpace && parseSpaces(input, i1);
|
|
23900
23900
|
// match is required
|
|
23901
23901
|
if (!match) {
|
|
23902
|
-
return
|
|
23902
|
+
return tokens = tokens1, nextMatch = nextMatch1, i = i1, {
|
|
23903
23903
|
v: nextMatch1
|
|
23904
23904
|
};
|
|
23905
23905
|
}
|
|
23906
23906
|
var token = match.token, offset = match.offset;
|
|
23907
23907
|
i1 += offset;
|
|
23908
23908
|
if (token === " ") {
|
|
23909
|
-
return
|
|
23909
|
+
return tokens = tokens1, nextMatch = nextMatch1, i = i1, "continue";
|
|
23910
23910
|
}
|
|
23911
23911
|
tokens1 = _to_consumable_array$1(tokens1).concat([
|
|
23912
23912
|
token
|
|
@@ -23925,7 +23925,7 @@ function indent(str, spaces) {
|
|
|
23925
23925
|
if (contextKeys.some(function(el) {
|
|
23926
23926
|
return el.startsWith(name);
|
|
23927
23927
|
})) {
|
|
23928
|
-
return
|
|
23928
|
+
return tokens = tokens1, nextMatch = nextMatch1, i = i1, "continue";
|
|
23929
23929
|
}
|
|
23930
23930
|
if (dateTimeIdentifiers.some(function(el) {
|
|
23931
23931
|
return el === name;
|
|
@@ -23944,9 +23944,9 @@ function indent(str, spaces) {
|
|
|
23944
23944
|
if (dateTimeIdentifiers.some(function(el) {
|
|
23945
23945
|
return el.startsWith(name);
|
|
23946
23946
|
})) {
|
|
23947
|
-
return
|
|
23947
|
+
return tokens = tokens1, nextMatch = nextMatch1, i = i1, "continue";
|
|
23948
23948
|
}
|
|
23949
|
-
return
|
|
23949
|
+
return tokens = tokens1, nextMatch = nextMatch1, i = i1, {
|
|
23950
23950
|
v: nextMatch1
|
|
23951
23951
|
};
|
|
23952
23952
|
};
|
package/package.json
CHANGED
package/schema.fr.json
CHANGED
|
@@ -336,6 +336,7 @@
|
|
|
336
336
|
]
|
|
337
337
|
},
|
|
338
338
|
"ReasoningResult": {
|
|
339
|
+
"tags": [],
|
|
339
340
|
"type": "object",
|
|
340
341
|
"description": "Résultat de l'exécution de raisonnement",
|
|
341
342
|
"properties": {
|
|
@@ -364,6 +365,7 @@
|
|
|
364
365
|
}
|
|
365
366
|
},
|
|
366
367
|
"ExecutionResult": {
|
|
368
|
+
"tags": [],
|
|
367
369
|
"type": "object",
|
|
368
370
|
"description": "Résultat de l'exécution des Pin's",
|
|
369
371
|
"properties": {
|
|
@@ -391,6 +393,7 @@
|
|
|
391
393
|
}
|
|
392
394
|
},
|
|
393
395
|
"KeepAliveResult": {
|
|
396
|
+
"tags": [],
|
|
394
397
|
"type": "object",
|
|
395
398
|
"description": "Résultat de l'opération keep-alive",
|
|
396
399
|
"properties": {
|
|
@@ -405,6 +408,7 @@
|
|
|
405
408
|
}
|
|
406
409
|
},
|
|
407
410
|
"StopResult": {
|
|
411
|
+
"tags": [],
|
|
408
412
|
"type": "object",
|
|
409
413
|
"description": "Résultat de l'opération d'arrêt",
|
|
410
414
|
"properties": {
|
|
@@ -423,6 +427,7 @@
|
|
|
423
427
|
}
|
|
424
428
|
},
|
|
425
429
|
"TaskResult": {
|
|
430
|
+
"tags": [],
|
|
426
431
|
"type": "object",
|
|
427
432
|
"description": "Résultat de l'exécution de tâche",
|
|
428
433
|
"properties": {
|
package/schema.json
CHANGED
|
@@ -212,6 +212,7 @@
|
|
|
212
212
|
]
|
|
213
213
|
},
|
|
214
214
|
"ReasoningResult": {
|
|
215
|
+
"tags": [],
|
|
215
216
|
"type": "object",
|
|
216
217
|
"description": "Result of reasoning execution",
|
|
217
218
|
"properties": {
|
|
@@ -240,6 +241,7 @@
|
|
|
240
241
|
}
|
|
241
242
|
},
|
|
242
243
|
"ExecutionResult": {
|
|
244
|
+
"tags": [],
|
|
243
245
|
"type": "object",
|
|
244
246
|
"description": "Result of Pin's execution",
|
|
245
247
|
"properties": {
|
|
@@ -267,6 +269,7 @@
|
|
|
267
269
|
}
|
|
268
270
|
},
|
|
269
271
|
"KeepAliveResult": {
|
|
272
|
+
"tags": [],
|
|
270
273
|
"type": "object",
|
|
271
274
|
"description": "Result of keep alive operation",
|
|
272
275
|
"properties": {
|
|
@@ -281,6 +284,7 @@
|
|
|
281
284
|
}
|
|
282
285
|
},
|
|
283
286
|
"StopResult": {
|
|
287
|
+
"tags": [],
|
|
284
288
|
"type": "object",
|
|
285
289
|
"description": "Result of stop operation",
|
|
286
290
|
"properties": {
|
|
@@ -299,6 +303,7 @@
|
|
|
299
303
|
}
|
|
300
304
|
},
|
|
301
305
|
"TaskResult": {
|
|
306
|
+
"tags": [],
|
|
302
307
|
"type": "object",
|
|
303
308
|
"description": "Result of task execution",
|
|
304
309
|
"properties": {
|