@monocloud/auth-nextjs 0.1.14 → 0.1.15

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.
@@ -146,7 +146,7 @@ var MonoCloudNextClient = class {
146
146
  constructor(options) {
147
147
  const opt = {
148
148
  ...options ?? {},
149
- userAgent: (options === null || options === void 0 ? void 0 : options.userAgent) ?? `@monocloud/auth-nextjs@0.1.14`,
149
+ userAgent: (options === null || options === void 0 ? void 0 : options.userAgent) ?? `@monocloud/auth-nextjs@0.1.15`,
150
150
  debugger: (options === null || options === void 0 ? void 0 : options.debugger) ?? "@monocloud:auth-nextjs"
151
151
  };
152
152
  this.registerPublicEnvVariables();
@@ -145,7 +145,7 @@ var MonoCloudNextClient = class {
145
145
  constructor(options) {
146
146
  const opt = {
147
147
  ...options ?? {},
148
- userAgent: (options === null || options === void 0 ? void 0 : options.userAgent) ?? `@monocloud/auth-nextjs@0.1.14`,
148
+ userAgent: (options === null || options === void 0 ? void 0 : options.userAgent) ?? `@monocloud/auth-nextjs@0.1.15`,
149
149
  debugger: (options === null || options === void 0 ? void 0 : options.debugger) ?? "@monocloud:auth-nextjs"
150
150
  };
151
151
  this.registerPublicEnvVariables();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@monocloud/auth-nextjs",
3
- "version": "0.1.14",
3
+ "version": "0.1.15",
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.0",
60
- "@monocloud/auth-node-core": "0.1.13",
61
- "@monocloud/auth-core": "0.1.9"
60
+ "@monocloud/auth-node-core": "0.1.14",
61
+ "@monocloud/auth-core": "0.1.10"
62
62
  },
63
63
  "devDependencies": {
64
64
  "@edge-runtime/vm": "5.0.0",