@imtbl/sdk 2.23.0 → 2.24.0

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,12 +1,9 @@
1
- 'use strict';
2
-
3
- var authNextClient = require('@imtbl/auth-next-client');
4
-
5
-
6
-
7
- Object.keys(authNextClient).forEach(function (k) {
8
- if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
1
+ var _imtbl_auth_next_client = require("@imtbl/auth-next-client");
2
+ Object.keys(_imtbl_auth_next_client).forEach(function(k) {
3
+ if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
9
4
  enumerable: true,
10
- get: function () { return authNextClient[k]; }
5
+ get: function() {
6
+ return _imtbl_auth_next_client[k];
7
+ }
11
8
  });
12
9
  });
@@ -1 +1,2 @@
1
- export * from '@imtbl/auth-next-client';
1
+ export * from "@imtbl/auth-next-client";
2
+ export {};
@@ -1,12 +1,9 @@
1
- 'use strict';
2
-
3
- var authNextServer = require('@imtbl/auth-next-server');
4
-
5
-
6
-
7
- Object.keys(authNextServer).forEach(function (k) {
8
- if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
1
+ var _imtbl_auth_next_server = require("@imtbl/auth-next-server");
2
+ Object.keys(_imtbl_auth_next_server).forEach(function(k) {
3
+ if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
9
4
  enumerable: true,
10
- get: function () { return authNextServer[k]; }
5
+ get: function() {
6
+ return _imtbl_auth_next_server[k];
7
+ }
11
8
  });
12
9
  });
@@ -1 +1,2 @@
1
- export * from '@imtbl/auth-next-server';
1
+ export * from "@imtbl/auth-next-server";
2
+ export {};
package/dist/auth.cjs CHANGED
@@ -1,12 +1,21 @@
1
- 'use strict';
2
-
3
- var auth = require('@imtbl/auth');
4
-
5
-
6
-
7
- Object.keys(auth).forEach(function (k) {
8
- if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
1
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
2
+ const require_rolldown_runtime = require("./rolldown-runtime.cjs");
3
+ //#region src/auth.ts
4
+ var auth_exports = /* @__PURE__ */ require_rolldown_runtime.__exportAll({});
5
+ require_rolldown_runtime.__reExport(auth_exports, require("@imtbl/auth"));
6
+ //#endregion
7
+ Object.defineProperty(exports, "auth_exports", {
8
+ enumerable: true,
9
+ get: function() {
10
+ return auth_exports;
11
+ }
12
+ });
13
+ var _imtbl_auth = require("@imtbl/auth");
14
+ Object.keys(_imtbl_auth).forEach(function(k) {
15
+ if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
9
16
  enumerable: true,
10
- get: function () { return auth[k]; }
17
+ get: function() {
18
+ return _imtbl_auth[k];
19
+ }
11
20
  });
12
21
  });
package/dist/auth.js CHANGED
@@ -1 +1,8 @@
1
- export * from '@imtbl/auth';
1
+ import { n as __reExport, t as __exportAll } from "./rolldown-runtime.js";
2
+ export * from "@imtbl/auth";
3
+ //#region src/auth.ts
4
+ var auth_exports = /* @__PURE__ */ __exportAll({});
5
+ import * as import__imtbl_auth from "@imtbl/auth";
6
+ __reExport(auth_exports, import__imtbl_auth);
7
+ //#endregion
8
+ export { auth_exports as t };
@@ -1,12 +1,21 @@
1
- 'use strict';
2
-
3
- var blockchainData = require('@imtbl/blockchain-data');
4
-
5
-
6
-
7
- Object.keys(blockchainData).forEach(function (k) {
8
- if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
1
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
2
+ const require_rolldown_runtime = require("./rolldown-runtime.cjs");
3
+ //#region src/blockchain_data.ts
4
+ var blockchain_data_exports = /* @__PURE__ */ require_rolldown_runtime.__exportAll({});
5
+ require_rolldown_runtime.__reExport(blockchain_data_exports, require("@imtbl/blockchain-data"));
6
+ //#endregion
7
+ Object.defineProperty(exports, "blockchain_data_exports", {
8
+ enumerable: true,
9
+ get: function() {
10
+ return blockchain_data_exports;
11
+ }
12
+ });
13
+ var _imtbl_blockchain_data = require("@imtbl/blockchain-data");
14
+ Object.keys(_imtbl_blockchain_data).forEach(function(k) {
15
+ if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
9
16
  enumerable: true,
10
- get: function () { return blockchainData[k]; }
17
+ get: function() {
18
+ return _imtbl_blockchain_data[k];
19
+ }
11
20
  });
12
21
  });
@@ -1 +1,8 @@
1
- export * from '@imtbl/blockchain-data';
1
+ import { n as __reExport, t as __exportAll } from "./rolldown-runtime.js";
2
+ export * from "@imtbl/blockchain-data";
3
+ //#region src/blockchain_data.ts
4
+ var blockchain_data_exports = /* @__PURE__ */ __exportAll({});
5
+ import * as import__imtbl_blockchain_data from "@imtbl/blockchain-data";
6
+ __reExport(blockchain_data_exports, import__imtbl_blockchain_data);
7
+ //#endregion
8
+ export { blockchain_data_exports as t };
package/dist/checkout.cjs CHANGED
@@ -1,12 +1,21 @@
1
- 'use strict';
2
-
3
- var checkoutSdk = require('@imtbl/checkout-sdk');
4
-
5
-
6
-
7
- Object.keys(checkoutSdk).forEach(function (k) {
8
- if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
1
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
2
+ const require_rolldown_runtime = require("./rolldown-runtime.cjs");
3
+ //#region src/checkout.ts
4
+ var checkout_exports = /* @__PURE__ */ require_rolldown_runtime.__exportAll({});
5
+ require_rolldown_runtime.__reExport(checkout_exports, require("@imtbl/checkout-sdk"));
6
+ //#endregion
7
+ Object.defineProperty(exports, "checkout_exports", {
8
+ enumerable: true,
9
+ get: function() {
10
+ return checkout_exports;
11
+ }
12
+ });
13
+ var _imtbl_checkout_sdk = require("@imtbl/checkout-sdk");
14
+ Object.keys(_imtbl_checkout_sdk).forEach(function(k) {
15
+ if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
9
16
  enumerable: true,
10
- get: function () { return checkoutSdk[k]; }
17
+ get: function() {
18
+ return _imtbl_checkout_sdk[k];
19
+ }
11
20
  });
12
21
  });
package/dist/checkout.js CHANGED
@@ -1 +1,8 @@
1
- export * from '@imtbl/checkout-sdk';
1
+ import { n as __reExport, t as __exportAll } from "./rolldown-runtime.js";
2
+ export * from "@imtbl/checkout-sdk";
3
+ //#region src/checkout.ts
4
+ var checkout_exports = /* @__PURE__ */ __exportAll({});
5
+ import * as import__imtbl_checkout_sdk from "@imtbl/checkout-sdk";
6
+ __reExport(checkout_exports, import__imtbl_checkout_sdk);
7
+ //#endregion
8
+ export { checkout_exports as t };
package/dist/config.cjs CHANGED
@@ -1,12 +1,21 @@
1
- 'use strict';
2
-
3
- var config = require('@imtbl/config');
4
-
5
-
6
-
7
- Object.keys(config).forEach(function (k) {
8
- if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
1
+ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
2
+ const require_rolldown_runtime = require("./rolldown-runtime.cjs");
3
+ //#region src/config.ts
4
+ var config_exports = /* @__PURE__ */ require_rolldown_runtime.__exportAll({});
5
+ require_rolldown_runtime.__reExport(config_exports, require("@imtbl/config"));
6
+ //#endregion
7
+ Object.defineProperty(exports, "config_exports", {
8
+ enumerable: true,
9
+ get: function() {
10
+ return config_exports;
11
+ }
12
+ });
13
+ var _imtbl_config = require("@imtbl/config");
14
+ Object.keys(_imtbl_config).forEach(function(k) {
15
+ if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
9
16
  enumerable: true,
10
- get: function () { return config[k]; }
17
+ get: function() {
18
+ return _imtbl_config[k];
19
+ }
11
20
  });
12
21
  });
package/dist/config.js CHANGED
@@ -1 +1,8 @@
1
- export * from '@imtbl/config';
1
+ import { n as __reExport, t as __exportAll } from "./rolldown-runtime.js";
2
+ export * from "@imtbl/config";
3
+ //#region src/config.ts
4
+ var config_exports = /* @__PURE__ */ __exportAll({});
5
+ import * as import__imtbl_config from "@imtbl/config";
6
+ __reExport(config_exports, import__imtbl_config);
7
+ //#endregion
8
+ export { config_exports as t };
@@ -1,41 +1,6 @@
1
- import * as config_star from '@imtbl/config';
2
- import * as blockchain_data_star from '@imtbl/blockchain-data';
3
- import * as passport_star from '@imtbl/passport';
4
- import * as orderbook_star from '@imtbl/orderbook';
5
- import * as checkout_sdk_star from '@imtbl/checkout-sdk';
6
-
7
- var __defProp = Object.defineProperty;
8
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
9
- var __getOwnPropNames = Object.getOwnPropertyNames;
10
- var __hasOwnProp = Object.prototype.hasOwnProperty;
11
- var __copyProps = (to, from, except, desc) => {
12
- if (from && typeof from === "object" || typeof from === "function") {
13
- for (let key of __getOwnPropNames(from))
14
- if (!__hasOwnProp.call(to, key) && key !== except)
15
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
16
- }
17
- return to;
18
- };
19
- var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget);
20
-
21
- // src/config.ts
22
- var config_exports = {};
23
- __reExport(config_exports, config_star);
24
-
25
- // src/blockchain_data.ts
26
- var blockchain_data_exports = {};
27
- __reExport(blockchain_data_exports, blockchain_data_star);
28
-
29
- // src/passport.ts
30
- var passport_exports = {};
31
- __reExport(passport_exports, passport_star);
32
-
33
- // src/orderbook.ts
34
- var orderbook_exports = {};
35
- __reExport(orderbook_exports, orderbook_star);
36
-
37
- // src/checkout.ts
38
- var checkout_exports = {};
39
- __reExport(checkout_exports, checkout_sdk_star);
40
-
1
+ import { t as blockchain_data_exports } from "./blockchain_data.js";
2
+ import { t as checkout_exports } from "./checkout.js";
3
+ import { t as config_exports } from "./config.js";
4
+ import { t as passport_exports } from "./passport.js";
5
+ import { t as orderbook_exports } from "./orderbook.js";
41
6
  export { blockchain_data_exports as blockchainData, checkout_exports as checkout, config_exports as config, orderbook_exports as orderbook, passport_exports as passport };