@xh/hoist 74.0.0-SNAPSHOT.1747520442842 → 74.0.0-SNAPSHOT.1747677959059

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.
@@ -279,6 +279,7 @@ export class ZoneMapperModel extends HoistModel {
279
279
  this.mappings = mappings;
280
280
  }
281
281
 
282
+ @action
282
283
  private removeZoneMapping(zone: Zone, field: string) {
283
284
  let mappings = cloneDeep(this.mappings);
284
285
  mappings[zone] = mappings[zone].filter(it => it.field !== field);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xh/hoist",
3
- "version": "74.0.0-SNAPSHOT.1747520442842",
3
+ "version": "74.0.0-SNAPSHOT.1747677959059",
4
4
  "description": "Hoist add-on for building and deploying React Applications.",
5
5
  "repository": "github:xh/hoist-react",
6
6
  "homepage": "https://xh.io",