@supabase/auth-js 2.72.1-canary.2 → 2.72.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.72.1-canary.
|
|
1
|
+
export declare const version = "2.72.1-canary.5";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/dist/main/lib/version.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.version = void 0;
|
|
4
|
-
// Generated automatically during releases by scripts/update-version-files.
|
|
4
|
+
// Generated automatically during releases by scripts/update-version-files.ts
|
|
5
5
|
// This file provides runtime access to the package version for:
|
|
6
6
|
// - HTTP request headers (e.g., X-Client-Info header for API requests)
|
|
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.72.1-canary.
|
|
10
|
+
exports.version = '2.72.1-canary.5';
|
|
11
11
|
//# sourceMappingURL=version.js.map
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const version = "2.72.1-canary.
|
|
1
|
+
export declare const version = "2.72.1-canary.5";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
// Generated automatically during releases by scripts/update-version-files.
|
|
1
|
+
// Generated automatically during releases by scripts/update-version-files.ts
|
|
2
2
|
// This file provides runtime access to the package version for:
|
|
3
3
|
// - HTTP request headers (e.g., X-Client-Info header for API requests)
|
|
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.72.1-canary.
|
|
7
|
+
export const version = '2.72.1-canary.5';
|
|
8
8
|
//# sourceMappingURL=version.js.map
|
package/package.json
CHANGED
package/src/lib/version.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
// Generated automatically during releases by scripts/update-version-files.
|
|
1
|
+
// Generated automatically during releases by scripts/update-version-files.ts
|
|
2
2
|
// This file provides runtime access to the package version for:
|
|
3
3
|
// - HTTP request headers (e.g., X-Client-Info header for API requests)
|
|
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.72.1-canary.
|
|
7
|
+
export const version = '2.72.1-canary.5'
|