@elyx-code/project-logic-tree 0.0.6934 → 0.0.6935

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/index.js CHANGED
@@ -92229,9 +92229,8 @@ Specifically for return statements the parent needs to always be the 'function-d
92229
92229
  D.RemoveValueWriter
92230
92230
  )
92231
92231
  )) {
92232
- return this.readsValue && !this.checkCanEditWithCounterpartAndSideEffects(
92232
+ return this.readsValue && !this.checkCanEditFromScopeOwnerWithSideEffects(
92233
92233
  this,
92234
- this.readsValue,
92235
92234
  D.RemoveValueWriter,
92236
92235
  i
92237
92236
  ) ? this : (this.readsValue && (this.readsValue = null, i == null || i.add(this, H.Updated)), i == null || i.attemptAutoclose(D.RemoveValueWriter, this.id), this);
@@ -130308,9 +130307,8 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
130308
130307
  D.RemoveValueWriter
130309
130308
  )
130310
130309
  )) {
130311
- return this.readsValue && !this.checkCanEditWithCounterpartAndSideEffects(
130310
+ return this.readsValue && !this.checkCanEditFromScopeOwnerWithSideEffects(
130312
130311
  this,
130313
- this.readsValue,
130314
130312
  D.RemoveValueWriter,
130315
130313
  i
130316
130314
  ) ? this : (this.readsValue && (this.readsValue = null, i == null || i.add(this, H.Updated)), i == null || i.attemptAutoclose(D.RemoveValueWriter, this.id), this);
@@ -133257,9 +133255,8 @@ You shouldn't have to manually update a 'parent' property. The equivalent result
133257
133255
  D.RemoveValueWriter
133258
133256
  )
133259
133257
  )) {
133260
- return this.readsValue && !this.checkCanEditWithCounterpartAndSideEffects(
133258
+ return this.readsValue && !this.checkCanEditFromScopeOwnerWithSideEffects(
133261
133259
  this,
133262
- this.readsValue,
133263
133260
  D.RemoveValueWriter,
133264
133261
  i
133265
133262
  ) ? this : (this.readsValue && (this.readsValue = null, i == null || i.add(this, H.Updated)), i == null || i.attemptAutoclose(D.RemoveValueWriter, this.id), this);
@@ -138319,9 +138316,8 @@ This is likely an incorrect strategy, either the '${this.type}' entity doesn't n
138319
138316
  D.RemoveValueWriter
138320
138317
  )
138321
138318
  )) {
138322
- return this.readsValue && !this.checkCanEditWithCounterpartAndSideEffects(
138319
+ return this.readsValue && !this.checkCanEditFromScopeOwnerWithSideEffects(
138323
138320
  this,
138324
- this.readsValue,
138325
138321
  D.RemoveValueWriter,
138326
138322
  i
138327
138323
  ) ? this : (this.readsValue && (this.readsValue = null, i == null || i.add(this, H.Updated)), i == null || i.attemptAutoclose(D.RemoveValueWriter, this.id), this);
@@ -170584,9 +170580,8 @@ Specifically for break statements the parent needs to always be the 'loop' entit
170584
170580
  D.RemoveValueWriter
170585
170581
  )
170586
170582
  )) {
170587
- return this.readsValue && !this.checkCanEditWithCounterpartAndSideEffects(
170583
+ return this.readsValue && !this.checkCanEditFromScopeOwnerWithSideEffects(
170588
170584
  this,
170589
- this.readsValue,
170590
170585
  D.RemoveValueWriter,
170591
170586
  i
170592
170587
  ) ? this : (this.readsValue && (this.readsValue = null, i == null || i.add(this, H.Updated)), i == null || i.attemptAutoclose(D.RemoveValueWriter, this.id), this);
@@ -172494,9 +172489,8 @@ Specifically for continue statements the parent needs to always be the 'loop' en
172494
172489
  D.RemoveValueWriter
172495
172490
  )
172496
172491
  )) {
172497
- return this.readsValue && !this.checkCanEditWithCounterpartAndSideEffects(
172492
+ return this.readsValue && !this.checkCanEditFromScopeOwnerWithSideEffects(
172498
172493
  this,
172499
- this.readsValue,
172500
172494
  D.RemoveValueWriter,
172501
172495
  i
172502
172496
  ) ? this : (this.readsValue && (this.readsValue = null, i == null || i.add(this, H.Updated)), i == null || i.attemptAutoclose(D.RemoveValueWriter, this.id), this);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elyx-code/project-logic-tree",
3
- "version": "0.0.6934",
3
+ "version": "0.0.6935",
4
4
  "author": "Sergio Herrero",
5
5
  "license": "UNLICENSED",
6
6
  "description": "An installable module which contains the type definitions and ephemeral state management for a projects' logic tree data structure",