@elyx-code/project-logic-tree 0.0.6415 → 0.0.6417
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.d.ts +2 -0
- package/dist/index.js +11623 -11598
- package/dist/index.umd.cjs +101 -101
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -15357,6 +15357,8 @@ export declare function toPascalCase(str: string): string;
|
|
|
15357
15357
|
|
|
15358
15358
|
export declare function toProjectLogicContext(extensionsRegistry: ExtensionsRegistry, project: ProjectState): DefaultProjectLogicContext;
|
|
15359
15359
|
|
|
15360
|
+
export declare function toSnakeCase(str: string): string;
|
|
15361
|
+
|
|
15360
15362
|
export declare function transitionProjectVersion(from: ChangeSet | 'initial', to: ChangeSet | 'initial', project: ProjectState): IProjectVersionTransitionConfig;
|
|
15361
15363
|
|
|
15362
15364
|
export declare function translateLogicErrorCode(error: EntityError): string;
|