@elyx-code/project-logic-tree 0.0.6973 → 0.0.6974
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.cjs +1 -1
- package/dist/index.js +1 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -163692,9 +163692,8 @@ const Oi = class Oi extends an {
|
|
|
163692
163692
|
"on-search-received-project-initialized"
|
|
163693
163693
|
)
|
|
163694
163694
|
)) {
|
|
163695
|
-
this.metaSync({ query: this.rehydrateQuery() }, r);
|
|
163696
163695
|
try {
|
|
163697
|
-
this.state = this.queryToState(), r && this.state && h4(this, this.state, r);
|
|
163696
|
+
this.metaSync({ query: this.rehydrateQuery() }, r), this.state = this.queryToState(), r && this.state && h4(this, this.state, r);
|
|
163698
163697
|
} catch {
|
|
163699
163698
|
}
|
|
163700
163699
|
return r == null || r.attemptAutoclose(
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elyx-code/project-logic-tree",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.6974",
|
|
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",
|