@digipair/skill-editor 0.4.29 → 0.5.0

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/schema.json +2 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digipair/skill-editor",
3
- "version": "0.4.29",
3
+ "version": "0.5.0",
4
4
  "dependencies": {},
5
5
  "main": "./index.cjs.js",
6
6
  "module": "./index.esm.js"
package/schema.json CHANGED
@@ -83,10 +83,7 @@
83
83
  "required": true,
84
84
  "description": "Contenu du raisonnement à sauvegarder",
85
85
  "schema": {
86
- "type": "array",
87
- "items": {
88
- "$ref": "https://www.pinser.world/schemas/pinsSettings"
89
- }
86
+ "type": "object"
90
87
  }
91
88
  }
92
89
  ],
@@ -141,10 +138,7 @@
141
138
  "required": true,
142
139
  "description": "Contenu du raisonnement à sauvegarder",
143
140
  "schema": {
144
- "type": "array",
145
- "items": {
146
- "$ref": "https://www.pinser.world/schemas/pinsSettings"
147
- }
141
+ "type": "object"
148
142
  }
149
143
  }
150
144
  ],