@amp-labs/react 1.17.3 → 1.17.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.
- package/build/amp-react.cjs.js +9 -9
- package/build/amp-react.es.js +4 -3
- package/package.json +1 -1
package/build/amp-react.es.js
CHANGED
|
@@ -2025,7 +2025,7 @@ class uf {
|
|
|
2025
2025
|
this.connectionApi = new tf(t), this.installationApi = new nf(t), this.integrationApi = new rf(t), this.oAuthApi = new of(t), this.projectApi = new af(t), this.providerApi = new sf(t), this.providerAppApi = new cf(t), this.revisionApi = new lf(t);
|
|
2026
2026
|
}
|
|
2027
2027
|
}
|
|
2028
|
-
const df = "1.17.
|
|
2028
|
+
const df = "1.17.5", pf = "v1", Dr = "https://api.withampersand.com";
|
|
2029
2029
|
function bs() {
|
|
2030
2030
|
try {
|
|
2031
2031
|
const e = process.env.REACT_APP_AMP_SERVER;
|
|
@@ -2841,7 +2841,7 @@ Jr.exports;
|
|
|
2841
2841
|
var Af = Jr.exports;
|
|
2842
2842
|
const Pf = /* @__PURE__ */ pi(Af), hn = "other";
|
|
2843
2843
|
function qt(e) {
|
|
2844
|
-
return e.
|
|
2844
|
+
return !e.fieldName;
|
|
2845
2845
|
}
|
|
2846
2846
|
function Df(e, t) {
|
|
2847
2847
|
var n;
|
|
@@ -9924,7 +9924,8 @@ const il = async (e, t, n, r, i, o, a, s) => {
|
|
|
9924
9924
|
consumerRef: t,
|
|
9925
9925
|
consumerName: a,
|
|
9926
9926
|
providerAppId: h.id,
|
|
9927
|
-
provider: i
|
|
9927
|
+
provider: i,
|
|
9928
|
+
enableCSRFProtection: !0
|
|
9928
9929
|
}
|
|
9929
9930
|
};
|
|
9930
9931
|
return await Te().oAuthApi.oauthConnect(m, {
|