@imtbl/sdk 2.12.5-alpha.22 → 2.12.5-alpha.24

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.cjs CHANGED
@@ -9,8 +9,6 @@ var x_client_star = require('@imtbl/x-client');
9
9
  var x_provider_star = require('@imtbl/x-provider');
10
10
  var webhook_star = require('@imtbl/webhook');
11
11
  var minting_backend_star = require('@imtbl/minting-backend');
12
- var auth_star = require('@imtbl/auth');
13
- var wallet_star = require('@imtbl/wallet');
14
12
 
15
13
  function _interopNamespace(e) {
16
14
  if (e && e.__esModule) return e;
@@ -39,8 +37,6 @@ var x_client_star__namespace = /*#__PURE__*/_interopNamespace(x_client_star);
39
37
  var x_provider_star__namespace = /*#__PURE__*/_interopNamespace(x_provider_star);
40
38
  var webhook_star__namespace = /*#__PURE__*/_interopNamespace(webhook_star);
41
39
  var minting_backend_star__namespace = /*#__PURE__*/_interopNamespace(minting_backend_star);
42
- var auth_star__namespace = /*#__PURE__*/_interopNamespace(auth_star);
43
- var wallet_star__namespace = /*#__PURE__*/_interopNamespace(wallet_star);
44
40
 
45
41
  var __defProp = Object.defineProperty;
46
42
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -89,21 +85,11 @@ __reExport(webhook_exports, webhook_star__namespace);
89
85
  var minting_backend_exports = {};
90
86
  __reExport(minting_backend_exports, minting_backend_star__namespace);
91
87
 
92
- // src/auth.ts
93
- var auth_exports = {};
94
- __reExport(auth_exports, auth_star__namespace);
95
-
96
- // src/wallet.ts
97
- var wallet_exports = {};
98
- __reExport(wallet_exports, wallet_star__namespace);
99
-
100
- exports.auth = auth_exports;
101
88
  exports.blockchainData = blockchain_data_exports;
102
89
  exports.checkout = checkout_exports;
103
90
  exports.config = config_exports;
104
91
  exports.mintingBackend = minting_backend_exports;
105
92
  exports.orderbook = orderbook_exports;
106
93
  exports.passport = passport_exports;
107
- exports.wallet = wallet_exports;
108
94
  exports.webhook = webhook_exports;
109
95
  exports.x = x_exports;
package/dist/index.d.ts CHANGED
@@ -6,5 +6,3 @@ export * as checkout from './checkout';
6
6
  export * as x from './x';
7
7
  export * as webhook from './webhook';
8
8
  export * as mintingBackend from './minting_backend';
9
- export * as auth from './auth';
10
- export * as wallet from './wallet';
package/dist/index.js CHANGED
@@ -7,8 +7,6 @@ import * as x_client_star from '@imtbl/x-client';
7
7
  import * as x_provider_star from '@imtbl/x-provider';
8
8
  import * as webhook_star from '@imtbl/webhook';
9
9
  import * as minting_backend_star from '@imtbl/minting-backend';
10
- import * as auth_star from '@imtbl/auth';
11
- import * as wallet_star from '@imtbl/wallet';
12
10
 
13
11
  var __defProp = Object.defineProperty;
14
12
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
@@ -57,12 +55,4 @@ __reExport(webhook_exports, webhook_star);
57
55
  var minting_backend_exports = {};
58
56
  __reExport(minting_backend_exports, minting_backend_star);
59
57
 
60
- // src/auth.ts
61
- var auth_exports = {};
62
- __reExport(auth_exports, auth_star);
63
-
64
- // src/wallet.ts
65
- var wallet_exports = {};
66
- __reExport(wallet_exports, wallet_star);
67
-
68
- export { auth_exports as auth, blockchain_data_exports as blockchainData, checkout_exports as checkout, config_exports as config, minting_backend_exports as mintingBackend, orderbook_exports as orderbook, passport_exports as passport, wallet_exports as wallet, webhook_exports as webhook, x_exports as x };
58
+ export { blockchain_data_exports as blockchainData, checkout_exports as checkout, config_exports as config, minting_backend_exports as mintingBackend, orderbook_exports as orderbook, passport_exports as passport, webhook_exports as webhook, x_exports as x };
package/package.json CHANGED
@@ -1,45 +1,27 @@
1
1
  {
2
2
  "name": "@imtbl/sdk",
3
3
  "description": "Immutable Typescript SDK",
4
- "version": "2.12.5-alpha.22",
4
+ "version": "2.12.5-alpha.24",
5
5
  "author": "Immutable",
6
6
  "bugs": "https://github.com/immutable/ts-immutable-sdk/issues",
7
7
  "dependencies": {
8
- "@imtbl/auth": "2.12.5-alpha.22",
9
- "@imtbl/auth-next-client": "2.12.5-alpha.22",
10
- "@imtbl/auth-next-server": "2.12.5-alpha.22",
11
- "@imtbl/blockchain-data": "2.12.5-alpha.22",
12
- "@imtbl/checkout-sdk": "2.12.5-alpha.22",
13
- "@imtbl/config": "2.12.5-alpha.22",
14
- "@imtbl/minting-backend": "2.12.5-alpha.22",
15
- "@imtbl/orderbook": "2.12.5-alpha.22",
16
- "@imtbl/passport": "2.12.5-alpha.22",
17
- "@imtbl/wallet": "2.12.5-alpha.22",
18
- "@imtbl/webhook": "2.12.5-alpha.22",
19
- "@imtbl/x-client": "2.12.5-alpha.22",
20
- "@imtbl/x-provider": "2.12.5-alpha.22"
8
+ "@imtbl/auth": "2.12.5-alpha.24",
9
+ "@imtbl/blockchain-data": "2.12.5-alpha.24",
10
+ "@imtbl/checkout-sdk": "2.12.5-alpha.24",
11
+ "@imtbl/config": "2.12.5-alpha.24",
12
+ "@imtbl/minting-backend": "2.12.5-alpha.24",
13
+ "@imtbl/orderbook": "2.12.5-alpha.24",
14
+ "@imtbl/passport": "2.12.5-alpha.24",
15
+ "@imtbl/wallet": "2.12.5-alpha.24",
16
+ "@imtbl/webhook": "2.12.5-alpha.24",
17
+ "@imtbl/x-client": "2.12.5-alpha.24",
18
+ "@imtbl/x-provider": "2.12.5-alpha.24"
21
19
  },
22
20
  "devDependencies": {
23
- "eslint": "^8.56.0",
21
+ "eslint": "^8.40.0",
24
22
  "tsup": "^8.3.0",
25
23
  "typescript": "^5.6.2"
26
24
  },
27
- "peerDependencies": {
28
- "next": "^14.2.0 || ^15.0.0",
29
- "next-auth": "^5.0.0-beta.25",
30
- "react": "^18.2.0 || ^19.0.0"
31
- },
32
- "peerDependenciesMeta": {
33
- "next": {
34
- "optional": true
35
- },
36
- "next-auth": {
37
- "optional": true
38
- },
39
- "react": {
40
- "optional": true
41
- }
42
- },
43
25
  "engines": {
44
26
  "node": ">=20.0.0"
45
27
  },
@@ -166,60 +148,6 @@
166
148
  "require": "./dist/minting_backend.cjs",
167
149
  "default": "./dist/minting_backend.js"
168
150
  }
169
- },
170
- "./auth": {
171
- "development": {
172
- "types": "./src/auth.ts",
173
- "browser": "./dist/auth.js",
174
- "require": "./dist/auth.cjs",
175
- "default": "./dist/auth.js"
176
- },
177
- "default": {
178
- "types": "./dist/auth.d.ts",
179
- "browser": "./dist/auth.js",
180
- "require": "./dist/auth.cjs",
181
- "default": "./dist/auth.js"
182
- }
183
- },
184
- "./wallet": {
185
- "development": {
186
- "types": "./src/wallet.ts",
187
- "browser": "./dist/wallet.js",
188
- "require": "./dist/wallet.cjs",
189
- "default": "./dist/wallet.js"
190
- },
191
- "default": {
192
- "types": "./dist/wallet.d.ts",
193
- "browser": "./dist/wallet.js",
194
- "require": "./dist/wallet.cjs",
195
- "default": "./dist/wallet.js"
196
- }
197
- },
198
- "./auth-next-client": {
199
- "development": {
200
- "types": "./src/auth-next-client.ts",
201
- "browser": "./dist/auth-next-client.js",
202
- "require": "./dist/auth-next-client.cjs",
203
- "default": "./dist/auth-next-client.js"
204
- },
205
- "default": {
206
- "types": "./dist/auth-next-client.d.ts",
207
- "browser": "./dist/auth-next-client.js",
208
- "require": "./dist/auth-next-client.cjs",
209
- "default": "./dist/auth-next-client.js"
210
- }
211
- },
212
- "./auth-next-server": {
213
- "development": {
214
- "types": "./src/auth-next-server.ts",
215
- "require": "./dist/auth-next-server.cjs",
216
- "default": "./dist/auth-next-server.js"
217
- },
218
- "default": {
219
- "types": "./dist/auth-next-server.d.ts",
220
- "require": "./dist/auth-next-server.cjs",
221
- "default": "./dist/auth-next-server.js"
222
- }
223
151
  }
224
152
  },
225
153
  "files": [
@@ -1,12 +0,0 @@
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, {
9
- enumerable: true,
10
- get: function () { return authNextClient[k]; }
11
- });
12
- });
@@ -1 +0,0 @@
1
- export * from '@imtbl/auth-next-client';
@@ -1 +0,0 @@
1
- export * from '@imtbl/auth-next-client';
@@ -1,12 +0,0 @@
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, {
9
- enumerable: true,
10
- get: function () { return authNextServer[k]; }
11
- });
12
- });
@@ -1 +0,0 @@
1
- export * from '@imtbl/auth-next-server';
@@ -1 +0,0 @@
1
- export * from '@imtbl/auth-next-server';
package/dist/auth.cjs DELETED
@@ -1,12 +0,0 @@
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, {
9
- enumerable: true,
10
- get: function () { return auth[k]; }
11
- });
12
- });
package/dist/auth.d.ts DELETED
@@ -1 +0,0 @@
1
- export * from '@imtbl/auth';
package/dist/auth.js DELETED
@@ -1 +0,0 @@
1
- export * from '@imtbl/auth';
package/dist/wallet.cjs DELETED
@@ -1,12 +0,0 @@
1
- 'use strict';
2
-
3
- var wallet = require('@imtbl/wallet');
4
-
5
-
6
-
7
- Object.keys(wallet).forEach(function (k) {
8
- if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
9
- enumerable: true,
10
- get: function () { return wallet[k]; }
11
- });
12
- });
package/dist/wallet.d.ts DELETED
@@ -1 +0,0 @@
1
- export * from '@imtbl/wallet';
package/dist/wallet.js DELETED
@@ -1 +0,0 @@
1
- export * from '@imtbl/wallet';