@elaraai/e3-core 0.0.2-beta.45 → 0.0.2-beta.46
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/src/objects.d.ts
CHANGED
|
@@ -2,10 +2,7 @@
|
|
|
2
2
|
* Copyright (c) 2025 Elara AI Pty Ltd
|
|
3
3
|
* Licensed under BSL 1.1. See LICENSE for details.
|
|
4
4
|
*/
|
|
5
|
-
|
|
6
|
-
* MIME type for BEAST2 binary encoding.
|
|
7
|
-
*/
|
|
8
|
-
export declare const BEAST2_CONTENT_TYPE = "application/beast2";
|
|
5
|
+
export { BEAST2_CONTENT_TYPE } from '@elaraai/e3-types';
|
|
9
6
|
/**
|
|
10
7
|
* Calculate SHA256 hash of data.
|
|
11
8
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"objects.d.ts","sourceRoot":"","sources":["../../src/objects.ts"],"names":[],"mappings":"AAAA;;;GAGG;
|
|
1
|
+
{"version":3,"file":"objects.d.ts","sourceRoot":"","sources":["../../src/objects.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAYH,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAExD;;;;;;;;GAQG;AACH,wBAAgB,WAAW,CAAC,IAAI,EAAE,UAAU,GAAG,MAAM,CAEpD"}
|
package/dist/src/objects.js
CHANGED
|
@@ -9,10 +9,8 @@
|
|
|
9
9
|
* Local filesystem operations are in storage/local/LocalObjectStore.ts
|
|
10
10
|
*/
|
|
11
11
|
import * as crypto from 'crypto';
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
*/
|
|
15
|
-
export const BEAST2_CONTENT_TYPE = 'application/beast2';
|
|
12
|
+
// Re-export from e3-types for backwards compatibility
|
|
13
|
+
export { BEAST2_CONTENT_TYPE } from '@elaraai/e3-types';
|
|
16
14
|
/**
|
|
17
15
|
* Calculate SHA256 hash of data.
|
|
18
16
|
*
|
package/dist/src/objects.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"objects.js","sourceRoot":"","sources":["../../src/objects.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH;;;;;GAKG;AAEH,OAAO,KAAK,MAAM,MAAM,QAAQ,CAAC;AAEjC
|
|
1
|
+
{"version":3,"file":"objects.js","sourceRoot":"","sources":["../../src/objects.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH;;;;;GAKG;AAEH,OAAO,KAAK,MAAM,MAAM,QAAQ,CAAC;AAEjC,sDAAsD;AACtD,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAExD;;;;;;;;GAQG;AACH,MAAM,UAAU,WAAW,CAAC,IAAgB;IAC1C,OAAO,MAAM,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;AAChE,CAAC"}
|