@imtbl/sdk 2.12.4-alpha.1 → 2.12.4-alpha.10

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/auth.cjs ADDED
@@ -0,0 +1,12 @@
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 ADDED
@@ -0,0 +1 @@
1
+ export * from '@imtbl/auth';
package/dist/auth.js ADDED
@@ -0,0 +1 @@
1
+ export * from '@imtbl/auth';
@@ -0,0 +1,12 @@
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
+ });
@@ -0,0 +1 @@
1
+ export * from '@imtbl/auth-nextjs';
@@ -0,0 +1 @@
1
+ export * from '@imtbl/auth-nextjs';
@@ -0,0 +1,12 @@
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
+ });
@@ -0,0 +1 @@
1
+ export * from '@imtbl/auth-nextjs/client';
@@ -0,0 +1 @@
1
+ export * from '@imtbl/auth-nextjs/client';
@@ -0,0 +1,12 @@
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
+ });
@@ -0,0 +1 @@
1
+ export * from '@imtbl/auth-nextjs/server';
@@ -0,0 +1 @@
1
+ export * from '@imtbl/auth-nextjs/server';