@bagelink/blox 1.12.16 → 1.12.17

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/bridge.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { SchemaDefinition } from '../../vue/src/index.ts';
1
+ import { SchemaDefinition } from '@bagelink/vue';
2
2
  import { Block, PageResolveRead } from './api/types';
3
3
  export interface BlockSchemaInfo {
4
4
  label: string;
@@ -1,4 +1,4 @@
1
- import { SchemaDefinition } from '../../vue/src/index.ts';
1
+ import { SchemaDefinition } from '@bagelink/vue';
2
2
  export interface BlockMeta {
3
3
  /** Block type key — must be unique across the app. Used as the export name by the Vite plugin. */
4
4
  name: string;
package/dist/schema.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { SchemaDefinition } from '../../vue/src/index.ts';
1
+ import { SchemaDefinition } from '@bagelink/vue';
2
2
  import { Component } from 'vue';
3
3
  import { BlockMeta } from './defineBlock';
4
4
  export interface BlockSchema {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bagelink/blox",
3
3
  "type": "module",
4
- "version": "1.12.16",
4
+ "version": "1.12.17",
5
5
  "description": "Blox page builder library for drag-and-drop page building and static data management",
6
6
  "author": {
7
7
  "name": "Bagel Studio",