@digipair/skill-mybuddy 0.73.5 → 0.74.1

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,11 @@
1
1
  {
2
2
  "name": "@digipair/skill-mybuddy",
3
- "version": "0.73.5",
3
+ "version": "0.74.1",
4
+ "keywords": [
5
+ "digipair",
6
+ "service",
7
+ "tool"
8
+ ],
4
9
  "dependencies": {
5
10
  "@marcbuils/mybuddy": "^0.0.9"
6
11
  },
package/schema.fr.json CHANGED
@@ -1277,6 +1277,8 @@
1277
1277
  }
1278
1278
  }
1279
1279
  },
1280
- "components": {},
1280
+ "components": {
1281
+ "schemas": {}
1282
+ },
1281
1283
  "x-scene-blocks": {}
1282
1284
  }
package/schema.json CHANGED
@@ -1277,6 +1277,8 @@
1277
1277
  }
1278
1278
  }
1279
1279
  },
1280
- "components": {},
1280
+ "components": {
1281
+ "schemas": {}
1282
+ },
1281
1283
  "x-scene-blocks": {}
1282
1284
  }