@absolutejs/auth 0.49.1 → 0.49.2
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/cli/migrate.js +4 -1
- package/dist/cli/migrate.js.map +3 -3
- package/dist/htmx/index.js +4 -1
- package/dist/htmx/index.js.map +3 -3
- package/dist/index.js +4 -1
- package/dist/index.js.map +3 -3
- package/dist/providers/index.js +4 -1
- package/dist/providers/index.js.map +3 -3
- package/package.json +2 -2
package/dist/cli/migrate.js
CHANGED
|
@@ -1128,6 +1128,9 @@ var providers = defineProviders({
|
|
|
1128
1128
|
profileRequest: {
|
|
1129
1129
|
authIn: "header",
|
|
1130
1130
|
encoding: "application/json",
|
|
1131
|
+
headers: {
|
|
1132
|
+
Version: "2021-07-28"
|
|
1133
|
+
},
|
|
1131
1134
|
method: "GET",
|
|
1132
1135
|
url: "https://services.leadconnectorhq.com/users/me"
|
|
1133
1136
|
},
|
|
@@ -3212,5 +3215,5 @@ var main = async () => {
|
|
|
3212
3215
|
};
|
|
3213
3216
|
await main();
|
|
3214
3217
|
|
|
3215
|
-
//# debugId=
|
|
3218
|
+
//# debugId=3A81D8B15D4B231264756E2164756E21
|
|
3216
3219
|
//# sourceMappingURL=migrate.js.map
|