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