nodecommons-esm-models-step-flow 0.0.29 → 0.0.30
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.mts +2 -2
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +7 -7
package/dist/index.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { TInternalStepFlowStepModelParamFields, TInternalStepFlowStepModelTypeFields, TInternalStepFlowStepModelValueFields, TInternalStepFlowStepModelDbValueFields, CommonsStepFlowStepModel } from './models/commons-step-flow-step.model.mjs';
|
|
2
1
|
import { CommonsStepFlowConditionModel, CommonsStepFlowConditionOrderedModel } from './models/commons-step-flow-condition.model.mjs';
|
|
2
|
+
import { TInternalStepFlowStepModelParamFields, TInternalStepFlowStepModelTypeFields, TInternalStepFlowStepModelValueFields, TInternalStepFlowStepModelDbValueFields, CommonsStepFlowStepModel } from './models/commons-step-flow-step.model.mjs';
|
|
3
3
|
import { CommonsStepFlowFlowModel } from './models/commons-step-flow-flow.model.mjs';
|
|
4
|
-
export { TInternalStepFlowStepModelParamFields, TInternalStepFlowStepModelTypeFields, TInternalStepFlowStepModelValueFields, TInternalStepFlowStepModelDbValueFields, CommonsStepFlowStepModel,
|
|
4
|
+
export { CommonsStepFlowConditionModel, CommonsStepFlowConditionOrderedModel, TInternalStepFlowStepModelParamFields, TInternalStepFlowStepModelTypeFields, TInternalStepFlowStepModelValueFields, TInternalStepFlowStepModelDbValueFields, CommonsStepFlowStepModel, CommonsStepFlowFlowModel };
|
package/dist/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { CommonsStepFlowStepModel } from './models/commons-step-flow-step.model.mjs';
|
|
2
1
|
import { CommonsStepFlowConditionModel, CommonsStepFlowConditionOrderedModel } from './models/commons-step-flow-condition.model.mjs';
|
|
2
|
+
import { CommonsStepFlowStepModel } from './models/commons-step-flow-step.model.mjs';
|
|
3
3
|
import { CommonsStepFlowFlowModel } from './models/commons-step-flow-flow.model.mjs';
|
|
4
|
-
export {
|
|
4
|
+
export { CommonsStepFlowConditionModel, CommonsStepFlowConditionOrderedModel, CommonsStepFlowStepModel, CommonsStepFlowFlowModel };
|
|
5
5
|
//# sourceMappingURL=index.mjs.map
|
package/dist/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../src/index.mts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../src/index.mts"],"names":[],"mappings":"AAAA,OAAO,EAAE,6BAA6B,EAAE,oCAAoC,EAAE,MAAM,gDAAgD,CAAC;AACrI,OAAO,EAKL,wBAAwB,EACzB,MAAM,2CAA2C,CAAC;AACnD,OAAO,EAAE,wBAAwB,EAAE,MAAM,2CAA2C,CAAC;AACrF,OAAO,EACN,6BAA6B,EAC7B,oCAAoC,EAKpC,wBAAwB,EACxB,wBAAwB,EACxB,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nodecommons-esm-models-step-flow",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.30",
|
|
4
4
|
"description": "",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"tsc": "./node_modules/typescript/bin/tsc",
|
|
@@ -26,11 +26,11 @@
|
|
|
26
26
|
"dist/**/*"
|
|
27
27
|
],
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"nodecommons-esm-database": "^0.2.
|
|
30
|
-
"nodecommons-esm-models": "^0.2.
|
|
31
|
-
"nodecommons-esm-models-adamantine": "^0.0.
|
|
32
|
-
"tscommons-esm-core": "^0.
|
|
33
|
-
"tscommons-esm-models": "^0.1.
|
|
34
|
-
"tscommons-esm-models-step-flow": "^0.0.
|
|
29
|
+
"nodecommons-esm-database": "^0.2.6",
|
|
30
|
+
"nodecommons-esm-models": "^0.2.11",
|
|
31
|
+
"nodecommons-esm-models-adamantine": "^0.0.59",
|
|
32
|
+
"tscommons-esm-core": "^0.2.0",
|
|
33
|
+
"tscommons-esm-models": "^0.1.2",
|
|
34
|
+
"tscommons-esm-models-step-flow": "^0.0.14"
|
|
35
35
|
}
|
|
36
36
|
}
|