alizarin 2.0.0-alpha.96 → 2.0.0-alpha.97

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
@@ -21,7 +21,7 @@ export declare function initWasm(): Promise<void>;
21
21
  export { WasmStaticNode, WasmStaticGraphMeta, WasmRdmCache };
22
22
  declare function _parseSkosXml(xmlContent: string, baseUri?: string): any;
23
23
  declare function _parseSkosXmlToCollection(xmlContent: string, baseUri?: string): any;
24
- declare function _collectionToSkosXml(collection: any): string;
25
- declare function _collectionsToSkosXml(collections: any[]): string;
24
+ declare function _collectionToSkosXml(collection: any, baseUri?: string): string;
25
+ declare function _collectionsToSkosXml(collections: any[], baseUri?: string): string;
26
26
  export { _parseSkosXml as parseSkosXml, _parseSkosXmlToCollection as parseSkosXmlToCollection, _collectionToSkosXml as collectionToSkosXml, _collectionsToSkosXml as collectionsToSkosXml, };
27
27
  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-5sR4IBbY.js";
5
- import { A, K, G, p, o, S, L, N, c, I, J, T, k, y, V, Q, t, U, 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-5sR4IBbY.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-CLRx-12W.js";
5
+ import { A, K, G, p, o, T, L, N, c, I, J, U, k, y, X, S, t, W, B, l, b, _, j, D, m, F, H, V, i, z, O, q, P, Q, x, d, f, s, E, h, u, M, v, e } from "./main-CLRx-12W.js";
6
6
  class FileListItem {
7
7
  constructor(data) {
8
8
  __publicField(this, "accepted");
@@ -758,19 +758,19 @@ export {
758
758
  p as GraphMutator,
759
759
  RDM,
760
760
  o as ResourceModelWrapper,
761
- S as autoDetectBackend,
761
+ T as autoDetectBackend,
762
762
  L as buildGraphFromModelCsvs,
763
763
  N as buildResourcesFromBusinessCsv,
764
764
  c as client,
765
765
  I as collectionToSkosXml,
766
766
  J as collectionsToSkosXml,
767
- T as createResourceRegistry,
767
+ U as createResourceRegistry,
768
768
  k as createWKRM,
769
769
  y as ensureWasmRdmCache,
770
- V as formatMemoryUsage,
771
- Q as getBackend,
770
+ X as formatMemoryUsage,
771
+ S as getBackend,
772
772
  t as getCurrentLanguage,
773
- U as getMemoryUsage,
773
+ W as getMemoryUsage,
774
774
  B as getTimingStats,
775
775
  l as getWKRMClass,
776
776
  b as graphManager,
@@ -780,6 +780,7 @@ export {
780
780
  m as nodeConfig,
781
781
  F as parseSkosXml,
782
782
  H as parseSkosXmlToCollection,
783
+ V as parseStaticGraph,
783
784
  registerExtensionHandler,
784
785
  registerResolvableDatatype,
785
786
  i as renderers,
@@ -787,6 +788,7 @@ export {
787
788
  O as setBackend,
788
789
  q as setCurrentLanguage,
789
790
  P as setNapiModule,
791
+ Q as setWasmModule,
790
792
  x as setWasmURL,
791
793
  d as slugify,
792
794
  f as staticStore,