@ahana-awesome-platform/ahana-electron-sdk 1.0.0 → 1.0.1

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.
@@ -189,15 +189,7 @@ var _eval = EvalError;
189
189
  var range = RangeError;
190
190
  var ref = ReferenceError;
191
191
  var syntax = SyntaxError;
192
- var type;
193
- var hasRequiredType;
194
- function requireType() {
195
- if (hasRequiredType)
196
- return type;
197
- hasRequiredType = 1;
198
- type = TypeError;
199
- return type;
200
- }
192
+ var type = TypeError;
201
193
  var uri = URIError;
202
194
  var abs$3 = Math.abs;
203
195
  var floor$1 = Math.floor;
@@ -342,7 +334,7 @@ var $call$2 = functionCall;
342
334
  var $reflectApply = reflectApply$1;
343
335
  var actualApply$1 = $reflectApply || bind$4.call($call$2, $apply$2);
344
336
  var bind$3 = functionBind;
345
- var $TypeError$4 = requireType();
337
+ var $TypeError$4 = type;
346
338
  var $call$1 = functionCall;
347
339
  var $actualApply = actualApply$1;
348
340
  var callBindApplyHelpers = function callBindBasic(args) {
@@ -399,7 +391,7 @@ var $EvalError = _eval;
399
391
  var $RangeError = range;
400
392
  var $ReferenceError = ref;
401
393
  var $SyntaxError$1 = syntax;
402
- var $TypeError$3 = requireType();
394
+ var $TypeError$3 = type;
403
395
  var $URIError = uri;
404
396
  var abs$2 = abs$3;
405
397
  var floor = floor$1;
@@ -810,7 +802,7 @@ var isRegex$1 = fn;
810
802
  var callBound$2 = callBound$5;
811
803
  var isRegex = isRegex$1;
812
804
  var $exec = callBound$2("RegExp.prototype.exec");
813
- var $TypeError$2 = requireType();
805
+ var $TypeError$2 = type;
814
806
  var safeRegexTest$1 = function regexTester(regex) {
815
807
  if (!isRegex(regex)) {
816
808
  throw new $TypeError$2("`regex` must be a RegExp");
@@ -1049,7 +1041,7 @@ var availableTypedArrays$1 = function availableTypedArrays() {
1049
1041
  var callBind$1 = { exports: {} };
1050
1042
  var $defineProperty$1 = esDefineProperty;
1051
1043
  var $SyntaxError = syntax;
1052
- var $TypeError$1 = requireType();
1044
+ var $TypeError$1 = type;
1053
1045
  var gopd = gopd$1;
1054
1046
  var defineDataProperty = function defineDataProperty2(obj, property, value) {
1055
1047
  if (!obj || typeof obj !== "object" && typeof obj !== "function") {
@@ -1107,7 +1099,7 @@ var GetIntrinsic2 = getIntrinsic;
1107
1099
  var define = defineDataProperty;
1108
1100
  var hasDescriptors = hasPropertyDescriptors_1();
1109
1101
  var gOPD$1 = gopd$1;
1110
- var $TypeError = requireType();
1102
+ var $TypeError = type;
1111
1103
  var $floor = GetIntrinsic2("%Math.floor%");
1112
1104
  var setFunctionLength = function setFunctionLength2(fn2, length) {
1113
1105
  if (typeof fn2 !== "function") {
@@ -1,4 +1,4 @@
1
- import { L } from "../index-xOyNRTcn.js";
1
+ import { L } from "../index-vbIMxcAk.js";
2
2
  import "crypto";
3
3
  import "path";
4
4
  import "os";
@@ -1,6 +1,6 @@
1
1
  import { c as commonjsGlobal, g as getAugmentedNamespace, a as getDefaultExportFromCjs } from "../_commonjsHelpers-Dm6U3U_N.js";
2
2
  import path$1 from "path";
3
- import { r as require$$0$1, u as util, a as require$$6, m as ms, s as shams, c as callBound$2, e as esObjectAtoms, b as callBindExports, g as getIntrinsic, h as hasPropertyDescriptors_1, d as defineDataProperty, f as commonjsRequire, L as LoggerService } from "../index-xOyNRTcn.js";
3
+ import { r as require$$0$1, u as util, a as require$$6, m as ms, s as shams, c as callBound$2, e as esObjectAtoms, b as callBindExports, g as getIntrinsic, h as hasPropertyDescriptors_1, d as defineDataProperty, f as commonjsRequire, L as LoggerService } from "../index-vbIMxcAk.js";
4
4
  import fs from "fs";
5
5
  import * as crypto$1 from "crypto";
6
6
  import crypto__default from "crypto";
@@ -4,7 +4,7 @@ var __publicField = (obj, key, value) => {
4
4
  __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
5
5
  return value;
6
6
  };
7
- import { L as LoggerService } from "../index-xOyNRTcn.js";
7
+ import { L as LoggerService } from "../index-vbIMxcAk.js";
8
8
  class AppError extends Error {
9
9
  constructor(message, code = 500, statusCode = "APP_ERROR") {
10
10
  super(message);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ahana-awesome-platform/ahana-electron-sdk",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "type": "module",
5
5
  "description": "",
6
6
  "main": "/dist/esm/index.js",