@digipair/skill-editor 0.74.1 → 0.74.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.cjs.js CHANGED
@@ -15197,10 +15197,10 @@ let EditorService = class EditorService {
15197
15197
  const schema = JSON.parse(await promises.readFile(schemasPath, 'utf8'));
15198
15198
  list.push({
15199
15199
  name: dependency,
15200
- summary: schema.infos.summary,
15201
- description: schema.infos.description,
15202
- version: schema.infos.version,
15203
- icon: schema.infos['x-icon']
15200
+ summary: schema.info.summary,
15201
+ description: schema.info.description,
15202
+ version: schema.info.version,
15203
+ icon: schema.info['x-icon']
15204
15204
  });
15205
15205
  }
15206
15206
  } catch (error) {
package/index.esm.js CHANGED
@@ -15193,10 +15193,10 @@ let EditorService = class EditorService {
15193
15193
  const schema = JSON.parse(await readFile(schemasPath, 'utf8'));
15194
15194
  list.push({
15195
15195
  name: dependency,
15196
- summary: schema.infos.summary,
15197
- description: schema.infos.description,
15198
- version: schema.infos.version,
15199
- icon: schema.infos['x-icon']
15196
+ summary: schema.info.summary,
15197
+ description: schema.info.description,
15198
+ version: schema.info.version,
15199
+ icon: schema.info['x-icon']
15200
15200
  });
15201
15201
  }
15202
15202
  } catch (error) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digipair/skill-editor",
3
- "version": "0.74.1",
3
+ "version": "0.74.2",
4
4
  "keywords": [
5
5
  "digipair",
6
6
  "service",