@amp-labs/react 2.11.1 → 2.11.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.
@@ -6379,7 +6379,7 @@ function CI(e) {
6379
6379
  setWriteOnCreateSetting: ({ fieldName: m, value: b }) => w(m, "writeOnCreate", b),
6380
6380
  getWriteOnUpdateSetting: (m) => g(m, "writeOnUpdate"),
6381
6381
  setWriteOnUpdateSetting: ({ fieldName: m, value: b }) => w(m, "writeOnUpdate", b),
6382
- enableDeletion: () => {
6382
+ setEnableDeletion: () => {
6383
6383
  n(
6384
6384
  (m) => At(m, (b) => {
6385
6385
  const { obj: C } = v(b);
@@ -6387,7 +6387,7 @@ function CI(e) {
6387
6387
  })
6388
6388
  );
6389
6389
  },
6390
- disableDeletion: () => {
6390
+ setDisableDeletion: () => {
6391
6391
  n(
6392
6392
  (m) => At(m, (b) => {
6393
6393
  const { obj: C } = v(b);
@@ -6507,7 +6507,7 @@ class Ua {
6507
6507
  this.connectionApi = new aw(t), this.installationApi = new sw(t), this.integrationApi = new lw(t), this.oAuthApi = new cw(t), this.projectApi = new uw(t), this.providerApi = new dw(t), this.providerAppApi = new fw(t), this.revisionApi = new pw(t);
6508
6508
  }
6509
6509
  }
6510
- const Ed = "2.11.1", xI = "v1", zi = "https://api.withampersand.com";
6510
+ const Ed = "2.11.2", xI = "v1", zi = "https://api.withampersand.com";
6511
6511
  function _d() {
6512
6512
  try {
6513
6513
  const e = process.env.REACT_APP_AMP_SERVER;