@imtbl/sdk 2.12.5-alpha.10 → 2.12.5-alpha.13

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,12 @@
1
1
  'use strict';
2
2
 
3
- var client = require('@imtbl/auth-nextjs/client');
3
+ var authNextClient = require('@imtbl/auth-next-client');
4
4
 
5
5
 
6
6
 
7
- Object.keys(client).forEach(function (k) {
7
+ Object.keys(authNextClient).forEach(function (k) {
8
8
  if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
9
9
  enumerable: true,
10
- get: function () { return client[k]; }
10
+ get: function () { return authNextClient[k]; }
11
11
  });
12
12
  });
@@ -1 +1 @@
1
- export * from '@imtbl/auth-nextjs/client';
1
+ export * from '@imtbl/auth-next-client';
@@ -1 +1 @@
1
- export * from '@imtbl/auth-nextjs/client';
1
+ export * from '@imtbl/auth-next-client';
@@ -1,12 +1,12 @@
1
1
  'use strict';
2
2
 
3
- var server = require('@imtbl/auth-nextjs/server');
3
+ var authNextServer = require('@imtbl/auth-next-server');
4
4
 
5
5
 
6
6
 
7
- Object.keys(server).forEach(function (k) {
7
+ Object.keys(authNextServer).forEach(function (k) {
8
8
  if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
9
9
  enumerable: true,
10
- get: function () { return server[k]; }
10
+ get: function () { return authNextServer[k]; }
11
11
  });
12
12
  });
@@ -1 +1 @@
1
- export * from '@imtbl/auth-nextjs/server';
1
+ export * from '@imtbl/auth-next-server';
@@ -1 +1 @@
1
- export * from '@imtbl/auth-nextjs/server';
1
+ export * from '@imtbl/auth-next-server';