@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 CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "blokkli",
3
3
  "configKey": "blokkli",
4
- "version": "1.3.2",
4
+ "version": "1.3.3",
5
5
  "compatibility": {
6
6
  "nuxt": "^3.12.0"
7
7
  },
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.2";
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",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blokkli/editor",
3
- "version": "1.3.2",
3
+ "version": "1.3.3",
4
4
  "description": "Interactive page building experience for Nuxt",
5
5
  "repository": "blokkli/editor",
6
6
  "type": "module",