@digipair/skill-git 0.73.5 → 0.73.6

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-git",
3
- "version": "0.73.5",
3
+ "version": "0.73.6",
4
4
  "dependencies": {},
5
5
  "main": "./index.cjs.js",
6
6
  "module": "./index.esm.js"
package/schema.fr.json CHANGED
@@ -213,6 +213,8 @@
213
213
  }
214
214
  }
215
215
  },
216
- "components": {},
216
+ "components": {
217
+ "schemas": {}
218
+ },
217
219
  "x-scene-blocks": {}
218
220
  }
package/schema.json CHANGED
@@ -213,6 +213,8 @@
213
213
  }
214
214
  }
215
215
  },
216
- "components": {},
216
+ "components": {
217
+ "schemas": {}
218
+ },
217
219
  "x-scene-blocks": {}
218
220
  }
File without changes
File without changes