alizarin 2.0.0-alpha.89 → 2.0.0-alpha.90

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/_wasm.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { StaticNode as WasmStaticNode, StaticGraphMeta as WasmStaticGraphMeta, WasmRdmCache, parseSkosXml, parseSkosXmlToCollection, collectionToSkosXml, collectionsToSkosXml, registerExtensionHandler } from "../pkg/alizarin";
1
+ import { StaticNode as WasmStaticNode, StaticGraphMeta as WasmStaticGraphMeta, WasmRdmCache, parseSkosXml, parseSkosXmlToCollection, collectionToSkosXml, collectionsToSkosXml } from "../pkg/alizarin";
2
2
  export declare function setWasmURL(url: string): void;
3
3
  /**
4
4
  * Get the global WASM RDM cache singleton.
@@ -20,4 +20,4 @@ export declare function ensureWasmRdmCache(): Promise<WasmRdmCache>;
20
20
  export declare function initWasm(): Promise<void>;
21
21
  export { WasmStaticNode, WasmStaticGraphMeta, WasmRdmCache };
22
22
  export { parseSkosXml, parseSkosXmlToCollection, collectionToSkosXml, collectionsToSkosXml };
23
- export { registerExtensionHandler };
23
+ export { registerExtensionHandler } from "./backend";
@@ -1,8 +1,8 @@
1
1
  var __defProp = Object.defineProperty;
2
2
  var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
3
3
  var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
4
- import { w as wasmReady, r as registerExtensionHandler, C as CUSTOM_DATATYPES, g as getCurrentLanguage, a as registerResolvableDatatype, n as nodeConfigManager, R as RDM } from "./main-Csrbkkrk.js";
5
- import { A, K, G, p, o, S, L, N, c, I, J, T, k, y, Q, t, B, l, b, _, j, D, m, F, H, i, z, O, q, P, x, d, f, s, E, h, u, M, v, e } from "./main-Csrbkkrk.js";
4
+ import { w as wasmReady, r as registerExtensionHandler, C as CUSTOM_DATATYPES, g as getCurrentLanguage, a as registerResolvableDatatype, n as nodeConfigManager, R as RDM } from "./main-CwOxUFB-.js";
5
+ import { A, K, G, p, o, S, L, N, c, I, J, T, k, y, Q, t, B, l, b, _, j, D, m, F, H, i, z, O, q, P, x, d, f, s, E, h, u, M, v, e } from "./main-CwOxUFB-.js";
6
6
  class FileListItem {
7
7
  constructor(data) {
8
8
  __publicField(this, "accepted");