@elyx-code/project-logic-tree 0.0.7060 → 0.0.7061

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -13133,7 +13133,7 @@ export declare enum BaseValueDescriptorIds {
13133
13133
 
13134
13134
  export declare function entityDisabledReasonToShortReadableError(code: CanvasEntityConnectionDisabledReason | string): string;
13135
13135
 
13136
- export declare class EntityError<TCode = SharedEntityErrorCode | EntityInstanceErrorCode | string> implements IEntityError<TCode> {
13136
+ export declare class EntityError<TCode = SharedEntityErrorCode | EntityInstanceErrorCode> implements IEntityError<TCode> {
13137
13137
  id: string;
13138
13138
  message: string;
13139
13139
  severity: EntityErrorSeverity;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elyx-code/project-logic-tree",
3
- "version": "0.0.7060",
3
+ "version": "0.0.7061",
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",