@fileverse-dev/ddoc 2.3.0-update-image-arch-v4 → 2.3.0-update-image-arch-v5

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/index.es.js CHANGED
@@ -1,4 +1,4 @@
1
- import { D as d, E as r, P as s, R as a, h as t, u as i } from "./index-Dx7bJgy4.mjs";
1
+ import { D as d, E as r, P as s, R as a, h as t, u as i } from "./index-Cb3rmDYs.mjs";
2
2
  export {
3
3
  d as DdocEditor,
4
4
  r as Editor,
@@ -15,6 +15,7 @@ type Props = {
15
15
  }>;
16
16
  ipfsHash: string;
17
17
  mimeType: string;
18
+ authTag: string;
18
19
  };
19
20
  export declare const SecureImageV2: import('react').ForwardRefExoticComponent<Props & import('react').RefAttributes<HTMLImageElement>>;
20
21
  export {};
@@ -4,4 +4,4 @@ import { IpfsImageFetchPayload } from '../../types.ts';
4
4
  export declare const getResizableMediaNodeView: (ipfsImageFetchFn: (_data: IpfsImageFetchPayload) => Promise<{
5
5
  url: string;
6
6
  file: File;
7
- }>) => ({ node, updateAttributes, deleteNode, }: NodeViewProps) => import("react/jsx-runtime").JSX.Element;
7
+ }>) => ({ node, updateAttributes, deleteNode }: NodeViewProps) => import("react/jsx-runtime").JSX.Element;
@@ -133,6 +133,7 @@ export interface IpfsImageUploadResponse {
133
133
  nonce: string;
134
134
  ipfsUrl: string;
135
135
  ipfsHash: string;
136
+ authTag: string;
136
137
  }
137
138
  export interface IpfsImageFetchPayload {
138
139
  encryptionKey: string;
@@ -140,4 +141,5 @@ export interface IpfsImageFetchPayload {
140
141
  ipfsUrl: string;
141
142
  ipfsHash: string;
142
143
  mimeType: string;
144
+ authTag: string;
143
145
  }
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@fileverse-dev/ddoc",
3
3
  "private": false,
4
4
  "description": "DDoc",
5
- "version": "2.3.0-update-image-arch-v4",
5
+ "version": "2.3.0-update-image-arch-v5",
6
6
  "main": "dist/index.es.js",
7
7
  "module": "dist/index.es.js",
8
8
  "exports": {