@hashgraphonline/standards-sdk 0.0.3 → 0.0.4

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.
@@ -1,4 +1,4 @@
1
- import { d as dijkstraExports, M as ModalCtrl, R as RouterCtrl, T as ToastCtrl, a as ThemeCtrl, E as EventsCtrl, b as ExplorerCtrl, C as ConfigCtrl, c as CoreUtil, O as OptionsCtrl } from "./index-jG6VI_MC.js";
1
+ import { d as dijkstraExports, M as ModalCtrl, R as RouterCtrl, T as ToastCtrl, a as ThemeCtrl, E as EventsCtrl, b as ExplorerCtrl, C as ConfigCtrl, c as CoreUtil, O as OptionsCtrl } from "./index-CXCIEcrN.js";
2
2
  /**
3
3
  * @license
4
4
  * Copyright 2019 Google LLC
@@ -117532,6 +117532,9 @@ __publicField(_InscriptionSDK, "VALID_MIME_TYPES", {
117532
117532
  jpeg: "image/jpeg",
117533
117533
  png: "image/png",
117534
117534
  gif: "image/gif",
117535
+ ico: "image/x-icon",
117536
+ heic: "image/heic",
117537
+ heif: "image/heif",
117535
117538
  bmp: "image/bmp",
117536
117539
  webp: "image/webp",
117537
117540
  tiff: "image/tiff",
@@ -117548,11 +117551,64 @@ __publicField(_InscriptionSDK, "VALID_MIME_TYPES", {
117548
117551
  pptx: "application/vnd.openxmlformats-officedocument.presentationml.presentation",
117549
117552
  html: "text/html",
117550
117553
  css: "text/css",
117554
+ php: "text/x-php",
117555
+ java: "text/x-java",
117551
117556
  js: "text/javascript",
117552
117557
  csv: "text/csv",
117553
117558
  json: "application/json",
117554
117559
  txt: "text/plain",
117555
- glb: "model/gltf-binary"
117560
+ glb: "model/gltf-binary",
117561
+ wav: "audio/wav",
117562
+ ogg: "audio/ogg",
117563
+ flac: "audio/flac",
117564
+ aac: "audio/aac",
117565
+ m4a: "audio/mp4",
117566
+ avi: "video/x-msvideo",
117567
+ mov: "video/quicktime",
117568
+ mkv: "video/x-matroska",
117569
+ m4v: "video/mp4",
117570
+ ts: "video/mp2t",
117571
+ zip: "application/zip",
117572
+ rar: "application/vnd.rar",
117573
+ tar: "application/x-tar",
117574
+ gz: "application/gzip",
117575
+ "7z": "application/x-7z-compressed",
117576
+ xml: "application/xml",
117577
+ yaml: "application/yaml",
117578
+ yml: "application/yaml",
117579
+ md: "text/markdown",
117580
+ markdown: "text/markdown",
117581
+ rtf: "application/rtf",
117582
+ gltf: "model/gltf+json",
117583
+ usdz: "model/vnd.usdz+zip",
117584
+ obj: "model/obj",
117585
+ stl: "model/stl",
117586
+ fbx: "application/octet-stream",
117587
+ ttf: "font/ttf",
117588
+ otf: "font/otf",
117589
+ woff: "font/woff",
117590
+ woff2: "font/woff2",
117591
+ eot: "application/vnd.ms-fontobject",
117592
+ psd: "image/vnd.adobe.photoshop",
117593
+ ai: "application/postscript",
117594
+ eps: "application/postscript",
117595
+ ps: "application/postscript",
117596
+ sqlite: "application/vnd.sqlite3",
117597
+ db: "application/vnd.sqlite3",
117598
+ apk: "application/vnd.android.package-archive",
117599
+ ics: "text/calendar",
117600
+ vcf: "text/vcard",
117601
+ py: "text/x-python",
117602
+ rb: "text/x-ruby",
117603
+ go: "text/x-go",
117604
+ rs: "text/x-rust",
117605
+ typescript: "text/typescript",
117606
+ jsx: "text/jsx",
117607
+ tsx: "text/tsx",
117608
+ sql: "application/sql",
117609
+ toml: "application/toml",
117610
+ avif: "image/avif",
117611
+ jxl: "image/jxl"
117556
117612
  });
117557
117613
  let InscriptionSDK = _InscriptionSDK;
117558
117614
  class Registration {
@@ -133970,7 +134026,7 @@ function publicKeyToAddress(publicKey) {
133970
134026
  }
133971
134027
  async function recoverPublicKey({ hash: hash3, signature: signature2 }) {
133972
134028
  const hashHex = isHex(hash3) ? hash3 : toHex(hash3);
133973
- const { secp256k1: secp256k12 } = await import("./secp256k1-CXHq2QGB.js");
134029
+ const { secp256k1: secp256k12 } = await import("./secp256k1-DrkwdU-G.js");
133974
134030
  const signature_ = (() => {
133975
134031
  if (typeof signature2 === "object" && "r" in signature2 && "s" in signature2) {
133976
134032
  const { r: r3, s: s2, v: v2, yParity } = signature2;
@@ -145716,7 +145772,7 @@ class WalletConnectModal {
145716
145772
  }
145717
145773
  async initUi() {
145718
145774
  if (typeof window !== "undefined") {
145719
- await import("./index-G5o9_z49.js");
145775
+ await import("./index-5jxKYRjw.js");
145720
145776
  const modal = document.createElement("wcm-modal");
145721
145777
  document.body.insertAdjacentElement("beforeend", modal);
145722
145778
  OptionsCtrl.setIsUiLoaded(true);
@@ -1,4 +1,4 @@
1
- import { H as Hash, e as createView, f as aexists, t as toBytes, g as aoutput, w as wrapConstructor, r as rotr, h as ahash, i as abytes$1, j as randomBytes, k as concatBytes$1 } from "./index-jG6VI_MC.js";
1
+ import { H as Hash, e as createView, f as aexists, t as toBytes, g as aoutput, w as wrapConstructor, r as rotr, h as ahash, i as abytes$1, j as randomBytes, k as concatBytes$1 } from "./index-CXCIEcrN.js";
2
2
  function setBigUint64(view, byteOffset, value, isLE) {
3
3
  if (typeof view.setBigUint64 === "function")
4
4
  return view.setBigUint64(byteOffset, value, isLE);
@@ -1,4 +1,4 @@
1
- import { n, l, m, L, W, o, p, q } from "./index-jG6VI_MC.js";
1
+ import { n, l, m, L, W, o, p, q } from "./index-CXCIEcrN.js";
2
2
  export {
3
3
  n as EVMBridge,
4
4
  l as HCS10,