@templatical/core 0.8.1 → 0.8.2

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.
@@ -2,7 +2,7 @@ import { AuthConfig, TestEmailConfig, UserConfig, SdkAuthConfig, TemplateContent
2
2
  export { AuthConfig, AuthRequestOptions, SdkAuthConfig, TestEmailConfig, UserConfig } from '@templatical/types';
3
3
  import { PresenceChannel, Channel } from 'pusher-js';
4
4
  import { DeepReadonly, Ref, ref, ComputedRef } from 'vue';
5
- import { U as UseEditorReturn$1 } from '../editor-DoKPR8pJ.js';
5
+ import { a as UseEditorReturn$1 } from '../editor-D7sbEq2_.js';
6
6
  import '@vue/reactivity';
7
7
 
8
8
  declare class AuthManager {
@@ -41,4 +41,4 @@ interface UseEditorReturn {
41
41
  }
42
42
  declare function useEditor(options: UseEditorOptions): UseEditorReturn;
43
43
 
44
- export { type EditorState as E, type UseEditorReturn as U, type UseEditorOptions as a, useEditor as u };
44
+ export { type EditorState as E, type UseEditorOptions as U, type UseEditorReturn as a, useEditor as u };
package/dist/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
- import { U as UseEditorReturn } from './editor-DoKPR8pJ.js';
2
- export { E as EditorState, a as UseEditorOptions, u as useEditor } from './editor-DoKPR8pJ.js';
1
+ import { a as UseEditorReturn } from './editor-D7sbEq2_.js';
2
+ export { E as EditorState, U as UseEditorOptions, u as useEditor } from './editor-D7sbEq2_.js';
3
3
  import { TemplateContent, Block, BlockDefaults, BlockType, CustomBlockDefinition, CustomBlock } from '@templatical/types';
4
4
  import { Ref, ComputedRef } from '@vue/reactivity';
5
5
 
package/package.json CHANGED
@@ -1,18 +1,18 @@
1
1
  {
2
2
  "name": "@templatical/core",
3
3
  "description": "Framework-agnostic editor logic for Templatical email editor",
4
- "version": "0.8.1",
4
+ "version": "0.8.2",
5
5
  "bugs": "https://github.com/templatical/sdk/issues",
6
6
  "dependencies": {
7
- "@vue/reactivity": "^3.5.33",
8
- "@templatical/types": "0.8.1"
7
+ "@vue/reactivity": "^3.5.34",
8
+ "@templatical/types": "0.8.2"
9
9
  },
10
10
  "devDependencies": {
11
11
  "pusher-js": "^8.5.0",
12
12
  "tsup": "^8.5.1",
13
13
  "typescript": "^6.0.3",
14
- "vitest": "^4.1.5",
15
- "vue": "^3.5.33"
14
+ "vitest": "^4.1.6",
15
+ "vue": "^3.5.34"
16
16
  },
17
17
  "exports": {
18
18
  ".": {