@monocloud/auth-nextjs 0.1.9 → 0.1.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/index.cjs CHANGED
@@ -419,7 +419,7 @@ var MonoCloudNextClient = class {
419
419
  constructor(options) {
420
420
  const opt = {
421
421
  ...options ?? {},
422
- userAgent: (options === null || options === void 0 ? void 0 : options.userAgent) ?? `@monocloud/auth-nextjs@0.1.9`,
422
+ userAgent: (options === null || options === void 0 ? void 0 : options.userAgent) ?? `@monocloud/auth-nextjs@0.1.10`,
423
423
  debugger: (options === null || options === void 0 ? void 0 : options.debugger) ?? "@monocloud:auth-nextjs"
424
424
  };
425
425
  this.registerPublicEnvVariables();
package/dist/index.mjs CHANGED
@@ -417,7 +417,7 @@ var MonoCloudNextClient = class {
417
417
  constructor(options) {
418
418
  const opt = {
419
419
  ...options ?? {},
420
- userAgent: (options === null || options === void 0 ? void 0 : options.userAgent) ?? `@monocloud/auth-nextjs@0.1.9`,
420
+ userAgent: (options === null || options === void 0 ? void 0 : options.userAgent) ?? `@monocloud/auth-nextjs@0.1.10`,
421
421
  debugger: (options === null || options === void 0 ? void 0 : options.debugger) ?? "@monocloud:auth-nextjs"
422
422
  };
423
423
  this.registerPublicEnvVariables();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@monocloud/auth-nextjs",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
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.8",
61
- "@monocloud/auth-core": "0.1.6"
60
+ "@monocloud/auth-core": "0.1.6",
61
+ "@monocloud/auth-node-core": "0.1.9"
62
62
  },
63
63
  "devDependencies": {
64
64
  "@edge-runtime/vm": "5.0.0",