@digipair/skill-factory 0.87.7 → 0.87.8

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-factory",
3
- "version": "0.87.7",
3
+ "version": "0.87.8",
4
4
  "keywords": [
5
5
  "digipair",
6
6
  "service",
package/schema.fr.json CHANGED
@@ -233,6 +233,10 @@
233
233
  "summary": "Requis",
234
234
  "type": "boolean"
235
235
  },
236
+ "ignoreForAI": {
237
+ "summary": "Ignorer pour l'IA",
238
+ "type": "boolean"
239
+ },
236
240
  "schema": {
237
241
  "summary": "Schema",
238
242
  "type": "object"
package/schema.json CHANGED
@@ -133,6 +133,10 @@
133
133
  "summary": "Required",
134
134
  "type": "boolean"
135
135
  },
136
+ "ignoreForAI": {
137
+ "summary": "Ignore for AI",
138
+ "type": "boolean"
139
+ },
136
140
  "schema": {
137
141
  "summary": "Schema",
138
142
  "type": "object"