@monocloud/auth-nextjs 0.1.19 → 0.1.20

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.
@@ -159,7 +159,7 @@ var MonoCloudNextClient = class {
159
159
  constructor(options) {
160
160
  const opt = {
161
161
  ...options ?? {},
162
- userAgent: (options === null || options === void 0 ? void 0 : options.userAgent) ?? `@monocloud/auth-nextjs@0.1.19`,
162
+ userAgent: (options === null || options === void 0 ? void 0 : options.userAgent) ?? `@monocloud/auth-nextjs@0.1.20`,
163
163
  debugger: (options === null || options === void 0 ? void 0 : options.debugger) ?? "@monocloud:auth-nextjs"
164
164
  };
165
165
  this.registerPublicEnvVariables();
@@ -159,7 +159,7 @@ var MonoCloudNextClient = class {
159
159
  constructor(options) {
160
160
  const opt = {
161
161
  ...options ?? {},
162
- userAgent: (options === null || options === void 0 ? void 0 : options.userAgent) ?? `@monocloud/auth-nextjs@0.1.19`,
162
+ userAgent: (options === null || options === void 0 ? void 0 : options.userAgent) ?? `@monocloud/auth-nextjs@0.1.20`,
163
163
  debugger: (options === null || options === void 0 ? void 0 : options.debugger) ?? "@monocloud:auth-nextjs"
164
164
  };
165
165
  this.registerPublicEnvVariables();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@monocloud/auth-nextjs",
3
- "version": "0.1.19",
3
+ "version": "0.1.20",
4
4
  "description": "MonoCloud Next.js Authentication SDK",
5
5
  "keywords": [
6
6
  "monocloud",
@@ -57,8 +57,8 @@
57
57
  "dependencies": {
58
58
  "cookie": "1.1.1",
59
59
  "swr": "2.4.1",
60
- "@monocloud/auth-node-core": "0.1.18",
61
- "@monocloud/auth-core": "0.1.14"
60
+ "@monocloud/auth-node-core": "0.1.19",
61
+ "@monocloud/auth-core": "0.1.15"
62
62
  },
63
63
  "devDependencies": {
64
64
  "@edge-runtime/vm": "5.0.0",