@digipair/skill-web-editor 0.52.1 → 0.54.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.
package/index.cjs2.js CHANGED
@@ -72337,7 +72337,7 @@ class EditorElement extends r$1 {
72337
72337
  Blockly.Events.enable();
72338
72338
  }
72339
72339
  async getLibraries(libraries) {
72340
- const privateSchemas = this.schemas.filter((schema)=>Object.keys(libraries).indexOf(schema.info.title) >= 0);
72340
+ const privateSchemas = this.schemas;
72341
72341
  const list = [
72342
72342
  this.language === 'fr' ? schemas : schemas$1,
72343
72343
  ...privateSchemas,
package/index.esm2.js CHANGED
@@ -72335,7 +72335,7 @@ class EditorElement extends r$1 {
72335
72335
  Blockly.Events.enable();
72336
72336
  }
72337
72337
  async getLibraries(libraries) {
72338
- const privateSchemas = this.schemas.filter((schema)=>Object.keys(libraries).indexOf(schema.info.title) >= 0);
72338
+ const privateSchemas = this.schemas;
72339
72339
  const list = [
72340
72340
  this.language === 'fr' ? schemas : schemas$1,
72341
72341
  ...privateSchemas,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digipair/skill-web-editor",
3
- "version": "0.52.1",
3
+ "version": "0.54.0",
4
4
  "dependencies": {},
5
5
  "main": "./index.cjs.js",
6
6
  "module": "./index.esm.js"