@blokkli/editor 1.3.3 → 1.3.4

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.
@@ -1018,7 +1018,7 @@ export type FeatureDefinition<Methods extends AdapterMethods[] = [], T extends s
1018
1018
  /**
1019
1019
  * The unique ID of the feature.
1020
1020
  */
1021
- id: T;
1021
+ id: string;
1022
1022
  /**
1023
1023
  * The label of the feature.
1024
1024
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@blokkli/editor",
3
- "version": "1.3.3",
3
+ "version": "1.3.4",
4
4
  "description": "Interactive page building experience for Nuxt",
5
5
  "repository": "blokkli/editor",
6
6
  "type": "module",
@@ -49,7 +49,7 @@
49
49
  "license": "MIT",
50
50
  "dependencies": {
51
51
  "@nuxt/kit": "^3.13.1",
52
- "artboard-deluxe": "^0.0.1",
52
+ "artboard-deluxe": "^0.1.0",
53
53
  "estree-walker-ts": "^1.0.1",
54
54
  "fzf": "^0.5.2",
55
55
  "get-video-id": "^4.1.7",