@supabase/gotrue-js 2.75.1-canary.4 → 2.75.1-canary.5
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.
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const version = "2.75.1-canary.
|
|
1
|
+
export declare const version = "2.75.1-canary.5";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/dist/main/lib/version.js
CHANGED
|
@@ -7,5 +7,5 @@ exports.version = void 0;
|
|
|
7
7
|
// - Debugging and support (identifying which version is running)
|
|
8
8
|
// - Telemetry and logging (version reporting in errors/analytics)
|
|
9
9
|
// - Ensuring build artifacts match the published package version
|
|
10
|
-
exports.version = '2.75.1-canary.
|
|
10
|
+
exports.version = '2.75.1-canary.5';
|
|
11
11
|
//# sourceMappingURL=version.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const version = "2.75.1-canary.
|
|
1
|
+
export declare const version = "2.75.1-canary.5";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
|
@@ -4,5 +4,5 @@
|
|
|
4
4
|
// - Debugging and support (identifying which version is running)
|
|
5
5
|
// - Telemetry and logging (version reporting in errors/analytics)
|
|
6
6
|
// - Ensuring build artifacts match the published package version
|
|
7
|
-
export const version = '2.75.1-canary.
|
|
7
|
+
export const version = '2.75.1-canary.5';
|
|
8
8
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@supabase/gotrue-js",
|
|
3
|
-
"version": "2.75.1-canary.
|
|
3
|
+
"version": "2.75.1-canary.5",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Official SDK for Supabase Auth",
|
|
6
6
|
"keywords": [
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"clean": "rimraf dist docs",
|
|
30
30
|
"coverage": "echo \"run npm test\"",
|
|
31
31
|
"build:node18": "npm run clean && npm run build:main && npm run build:module",
|
|
32
|
-
"build": "npm run clean &&
|
|
32
|
+
"build": "npm run clean && npm run build:main && npm run build:module",
|
|
33
33
|
"build:main": "tsc -p tsconfig.json",
|
|
34
34
|
"build:module": "tsc -p tsconfig.module.json",
|
|
35
35
|
"test:auth": "npm run test:clean && npm run test:infra && npm run test:suite && npm run test:clean",
|
package/src/lib/version.ts
CHANGED
|
@@ -4,4 +4,4 @@
|
|
|
4
4
|
// - Debugging and support (identifying which version is running)
|
|
5
5
|
// - Telemetry and logging (version reporting in errors/analytics)
|
|
6
6
|
// - Ensuring build artifacts match the published package version
|
|
7
|
-
export const version = '2.75.1-canary.
|
|
7
|
+
export const version = '2.75.1-canary.5'
|