@injectivelabs/exceptions 1.17.5 → 1.17.7

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.
@@ -495,6 +495,7 @@ const IndexerErrorModule = {
495
495
  Dmm: "dmm",
496
496
  OLP: "olp",
497
497
  Abacus: "abacus",
498
+ RFQ: "indexer-rfq",
498
499
  Meta: "indexer-meta",
499
500
  Mito: "indexer-mito",
500
501
  Referral: "referral",
@@ -550,7 +551,7 @@ const ErrorType = {
550
551
  };
551
552
 
552
553
  //#endregion
553
- //#region \0@oxc-project+runtime@0.98.0/helpers/typeof.js
554
+ //#region \0@oxc-project+runtime@0.99.0/helpers/typeof.js
554
555
  function _typeof(o) {
555
556
  "@babel/helpers - typeof";
556
557
  return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o$1) {
@@ -561,7 +562,7 @@ function _typeof(o) {
561
562
  }
562
563
 
563
564
  //#endregion
564
- //#region \0@oxc-project+runtime@0.98.0/helpers/toPrimitive.js
565
+ //#region \0@oxc-project+runtime@0.99.0/helpers/toPrimitive.js
565
566
  function toPrimitive(t, r) {
566
567
  if ("object" != _typeof(t) || !t) return t;
567
568
  var e = t[Symbol.toPrimitive];
@@ -574,14 +575,14 @@ function toPrimitive(t, r) {
574
575
  }
575
576
 
576
577
  //#endregion
577
- //#region \0@oxc-project+runtime@0.98.0/helpers/toPropertyKey.js
578
+ //#region \0@oxc-project+runtime@0.99.0/helpers/toPropertyKey.js
578
579
  function toPropertyKey(t) {
579
580
  var i = toPrimitive(t, "string");
580
581
  return "symbol" == _typeof(i) ? i : i + "";
581
582
  }
582
583
 
583
584
  //#endregion
584
- //#region \0@oxc-project+runtime@0.98.0/helpers/defineProperty.js
585
+ //#region \0@oxc-project+runtime@0.99.0/helpers/defineProperty.js
585
586
  function _defineProperty(e, r, t) {
586
587
  return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
587
588
  value: t,
@@ -478,6 +478,7 @@ declare const IndexerErrorModule: {
478
478
  readonly Dmm: "dmm";
479
479
  readonly OLP: "olp";
480
480
  readonly Abacus: "abacus";
481
+ readonly RFQ: "indexer-rfq";
481
482
  readonly Meta: "indexer-meta";
482
483
  readonly Mito: "indexer-mito";
483
484
  readonly Referral: "referral";
@@ -478,6 +478,7 @@ declare const IndexerErrorModule: {
478
478
  readonly Dmm: "dmm";
479
479
  readonly OLP: "olp";
480
480
  readonly Abacus: "abacus";
481
+ readonly RFQ: "indexer-rfq";
481
482
  readonly Meta: "indexer-meta";
482
483
  readonly Mito: "indexer-mito";
483
484
  readonly Referral: "referral";
package/dist/esm/index.js CHANGED
@@ -494,6 +494,7 @@ const IndexerErrorModule = {
494
494
  Dmm: "dmm",
495
495
  OLP: "olp",
496
496
  Abacus: "abacus",
497
+ RFQ: "indexer-rfq",
497
498
  Meta: "indexer-meta",
498
499
  Mito: "indexer-mito",
499
500
  Referral: "referral",
@@ -549,7 +550,7 @@ const ErrorType = {
549
550
  };
550
551
 
551
552
  //#endregion
552
- //#region \0@oxc-project+runtime@0.98.0/helpers/typeof.js
553
+ //#region \0@oxc-project+runtime@0.99.0/helpers/typeof.js
553
554
  function _typeof(o) {
554
555
  "@babel/helpers - typeof";
555
556
  return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o$1) {
@@ -560,7 +561,7 @@ function _typeof(o) {
560
561
  }
561
562
 
562
563
  //#endregion
563
- //#region \0@oxc-project+runtime@0.98.0/helpers/toPrimitive.js
564
+ //#region \0@oxc-project+runtime@0.99.0/helpers/toPrimitive.js
564
565
  function toPrimitive(t, r) {
565
566
  if ("object" != _typeof(t) || !t) return t;
566
567
  var e = t[Symbol.toPrimitive];
@@ -573,14 +574,14 @@ function toPrimitive(t, r) {
573
574
  }
574
575
 
575
576
  //#endregion
576
- //#region \0@oxc-project+runtime@0.98.0/helpers/toPropertyKey.js
577
+ //#region \0@oxc-project+runtime@0.99.0/helpers/toPropertyKey.js
577
578
  function toPropertyKey(t) {
578
579
  var i = toPrimitive(t, "string");
579
580
  return "symbol" == _typeof(i) ? i : i + "";
580
581
  }
581
582
 
582
583
  //#endregion
583
- //#region \0@oxc-project+runtime@0.98.0/helpers/defineProperty.js
584
+ //#region \0@oxc-project+runtime@0.99.0/helpers/defineProperty.js
584
585
  function _defineProperty(e, r, t) {
585
586
  return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
586
587
  value: t,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@injectivelabs/exceptions",
3
- "version": "1.17.5",
3
+ "version": "1.17.7",
4
4
  "description": "List of exceptions that can be reused throughout Injective's projects.",
5
5
  "license": "Apache-2.0",
6
6
  "author": {