@monocloud/auth-nextjs 0.1.16 → 0.1.17

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