@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/index.js
CHANGED
|
@@ -878,6 +878,9 @@ var providers = defineProviders({
|
|
|
878
878
|
profileRequest: {
|
|
879
879
|
authIn: "header",
|
|
880
880
|
encoding: "application/json",
|
|
881
|
+
headers: {
|
|
882
|
+
Version: "2021-07-28"
|
|
883
|
+
},
|
|
881
884
|
method: "GET",
|
|
882
885
|
url: "https://services.leadconnectorhq.com/users/me"
|
|
883
886
|
},
|
|
@@ -27891,5 +27894,5 @@ export {
|
|
|
27891
27894
|
AuthIdentityConflictError
|
|
27892
27895
|
};
|
|
27893
27896
|
|
|
27894
|
-
//# debugId=
|
|
27897
|
+
//# debugId=F74A795104D4323264756E2164756E21
|
|
27895
27898
|
//# sourceMappingURL=index.js.map
|