@elyx-code/project-logic-tree 0.0.7128 → 0.0.7129
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 +6 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -148678,6 +148678,12 @@ function pn(l, u, i) {
|
|
|
148678
148678
|
case pe.SqlProgram:
|
|
148679
148679
|
n = pe.SqlProgram;
|
|
148680
148680
|
break;
|
|
148681
|
+
case pe.RGB:
|
|
148682
|
+
n = pe.RGB;
|
|
148683
|
+
break;
|
|
148684
|
+
case pe.RGBA:
|
|
148685
|
+
n = pe.RGBA;
|
|
148686
|
+
break;
|
|
148681
148687
|
default:
|
|
148682
148688
|
throw new Error(
|
|
148683
148689
|
`Primitive type ${He(
|
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.7129",
|
|
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",
|