@morpho-dev/router 0.0.10 → 0.0.11
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/index.js +3 -6
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +0 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var module$1 = require('module');
|
|
4
3
|
var mempool = require('@morpho-dev/mempool');
|
|
5
4
|
var chains$1 = require('viem/chains');
|
|
6
5
|
var fs = require('fs');
|
|
@@ -11,7 +10,6 @@ var accounts = require('viem/accounts');
|
|
|
11
10
|
var utils = require('viem/utils');
|
|
12
11
|
var async_hooks = require('async_hooks');
|
|
13
12
|
|
|
14
|
-
var _documentCurrentScript = typeof document !== 'undefined' ? document.currentScript : null;
|
|
15
13
|
function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
|
|
16
14
|
|
|
17
15
|
function _interopNamespace(e) {
|
|
@@ -36,17 +34,16 @@ var fs__default = /*#__PURE__*/_interopDefault(fs);
|
|
|
36
34
|
var path__default = /*#__PURE__*/_interopDefault(path);
|
|
37
35
|
var nc__namespace = /*#__PURE__*/_interopNamespace(nc);
|
|
38
36
|
|
|
39
|
-
const require$1 = module$1.createRequire((typeof document === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('index.js', document.baseURI).href)));
|
|
40
37
|
var __create = Object.create;
|
|
41
38
|
var __defProp = Object.defineProperty;
|
|
42
39
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
43
40
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
44
41
|
var __getProtoOf = Object.getPrototypeOf;
|
|
45
42
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
46
|
-
var __require = /* @__PURE__ */ ((x) => typeof require
|
|
47
|
-
get: (a, b) => (typeof require
|
|
43
|
+
var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
|
|
44
|
+
get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
|
|
48
45
|
}) : x)(function(x) {
|
|
49
|
-
if (typeof require
|
|
46
|
+
if (typeof require !== "undefined") return require.apply(this, arguments);
|
|
50
47
|
throw Error('Dynamic require of "' + x + '" is not supported');
|
|
51
48
|
});
|
|
52
49
|
var __commonJS = (cb, mod5) => function __require2() {
|