@digipair/skill-web-editor 0.53.0 → 0.54.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/index.cjs2.js +1 -1
- package/index.esm2.js +1 -1
- package/package.json +1 -1
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
|
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
|
72338
|
+
const privateSchemas = this.schemas;
|
72339
72339
|
const list = [
|
72340
72340
|
this.language === 'fr' ? schemas : schemas$1,
|
72341
72341
|
...privateSchemas,
|