@tern-secure/auth 1.1.0-canary.v20251029025859 → 1.1.0-canary.v20251030165007
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.
|
@@ -40,10 +40,10 @@ function inBrowser() {
|
|
|
40
40
|
return typeof window !== "undefined";
|
|
41
41
|
}
|
|
42
42
|
class TernSecureAuth {
|
|
43
|
-
static version = "1.1.0-canary.
|
|
43
|
+
static version = "1.1.0-canary.v20251030165007";
|
|
44
44
|
static sdkMetadata = {
|
|
45
45
|
name: "@tern-secure/auth",
|
|
46
|
-
version: "1.1.0-canary.
|
|
46
|
+
version: "1.1.0-canary.v20251030165007",
|
|
47
47
|
environment: process.env.NODE_ENV || "production"
|
|
48
48
|
};
|
|
49
49
|
static instance = null;
|
|
@@ -27,10 +27,10 @@ function inBrowser() {
|
|
|
27
27
|
return typeof window !== "undefined";
|
|
28
28
|
}
|
|
29
29
|
class TernSecureAuth {
|
|
30
|
-
static version = "1.1.0-canary.
|
|
30
|
+
static version = "1.1.0-canary.v20251030165007";
|
|
31
31
|
static sdkMetadata = {
|
|
32
32
|
name: "@tern-secure/auth",
|
|
33
|
-
version: "1.1.0-canary.
|
|
33
|
+
version: "1.1.0-canary.v20251030165007",
|
|
34
34
|
environment: process.env.NODE_ENV || "production"
|
|
35
35
|
};
|
|
36
36
|
static instance = null;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tern-secure/auth",
|
|
3
|
-
"version": "1.1.0-canary.
|
|
3
|
+
"version": "1.1.0-canary.v20251030165007",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/TernSecure/auth.git",
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"server-only": "^0.0.1",
|
|
27
27
|
"tslib": "2.4.1",
|
|
28
|
-
"@tern-secure/shared": "1.3.0-canary.
|
|
29
|
-
"@tern-secure/types": "1.1.0-canary.
|
|
28
|
+
"@tern-secure/shared": "1.3.0-canary.v20251030165007",
|
|
29
|
+
"@tern-secure/types": "1.1.0-canary.v20251030165007"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"firebase": "^12.0.0",
|