@auditauth/next 0.2.0-beta.7 → 0.2.0-beta.8

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.
@@ -16,9 +16,6 @@ declare const SETTINGS: {
16
16
  readonly domains: {
17
17
  readonly api: "https://api.auditauth.com/v1";
18
18
  readonly client: "https://auditauth.com";
19
- } | {
20
- readonly api: "http://localhost:4000/v1";
21
- readonly client: "https://localhost:3000";
22
19
  };
23
20
  readonly storage_keys: {
24
21
  readonly access: "auditauth_access";
@@ -16,9 +16,6 @@ declare const SETTINGS: {
16
16
  readonly domains: {
17
17
  readonly api: "https://api.auditauth.com/v1";
18
18
  readonly client: "https://auditauth.com";
19
- } | {
20
- readonly api: "http://localhost:4000/v1";
21
- readonly client: "https://localhost:3000";
22
19
  };
23
20
  readonly storage_keys: {
24
21
  readonly access: "auditauth_access";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@auditauth/next",
3
- "version": "0.2.0-beta.7",
3
+ "version": "0.2.0-beta.8",
4
4
  "description": "AuditAuth NextJS SDK",
5
5
  "license": "MIT",
6
6
  "author": "Nimibyte",
@@ -53,8 +53,8 @@
53
53
  "react-dom": ">=18"
54
54
  },
55
55
  "dependencies": {
56
- "@auditauth/core": "^0.2.0-beta.7",
57
- "@auditauth/node": "^0.2.0-beta.7"
56
+ "@auditauth/core": "^0.2.0-beta.8",
57
+ "@auditauth/node": "^0.2.0-beta.8"
58
58
  },
59
59
  "devDependencies": {
60
60
  "typescript": "^5.9.0",