@blokkli/editor 1.3.2 → 1.3.3
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/dist/module.json +1 -1
- package/dist/module.mjs +2 -2
- package/package.json +1 -1
package/dist/module.json
CHANGED
package/dist/module.mjs
CHANGED
|
@@ -7,7 +7,7 @@ import MagicString from 'magic-string';
|
|
|
7
7
|
import { walk } from 'estree-walker-ts';
|
|
8
8
|
import { BK_VISIBLE_LANGUAGES, BK_HIDDEN_GLOBALLY } from '../dist/runtime/helpers/symbols.js';
|
|
9
9
|
|
|
10
|
-
const version = "1.3.
|
|
10
|
+
const version = "1.3.3";
|
|
11
11
|
|
|
12
12
|
function sortObjectKeys(obj) {
|
|
13
13
|
if (Array.isArray(obj)) {
|
|
@@ -6994,12 +6994,12 @@ const module = defineNuxtModule({
|
|
|
6994
6994
|
const featuresContext = {
|
|
6995
6995
|
features
|
|
6996
6996
|
};
|
|
6997
|
-
const allFeatureIds = extractedFeatures.map((v) => v.id);
|
|
6998
6997
|
if (moduleOptions.alterFeatures) {
|
|
6999
6998
|
featuresContext.features = await Promise.resolve(
|
|
7000
6999
|
moduleOptions.alterFeatures(featuresContext)
|
|
7001
7000
|
);
|
|
7002
7001
|
}
|
|
7002
|
+
const allFeatureIds = extractedFeatures.map((v) => v.id);
|
|
7003
7003
|
const featureComponents = addTemplate({
|
|
7004
7004
|
write: true,
|
|
7005
7005
|
filename: "blokkli/features.ts",
|