nodecommons-esm-models-step-flow 0.0.30 → 0.0.31
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 +4 -4
package/dist/index.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { CommonsStepFlowConditionModel, CommonsStepFlowConditionOrderedModel } from './models/commons-step-flow-condition.model.mjs';
|
|
2
1
|
import { TInternalStepFlowStepModelParamFields, TInternalStepFlowStepModelTypeFields, TInternalStepFlowStepModelValueFields, TInternalStepFlowStepModelDbValueFields, CommonsStepFlowStepModel } from './models/commons-step-flow-step.model.mjs';
|
|
2
|
+
import { CommonsStepFlowConditionModel, CommonsStepFlowConditionOrderedModel } from './models/commons-step-flow-condition.model.mjs';
|
|
3
3
|
import { CommonsStepFlowFlowModel } from './models/commons-step-flow-flow.model.mjs';
|
|
4
|
-
export {
|
|
4
|
+
export { TInternalStepFlowStepModelParamFields, TInternalStepFlowStepModelTypeFields, TInternalStepFlowStepModelValueFields, TInternalStepFlowStepModelDbValueFields, CommonsStepFlowStepModel, CommonsStepFlowConditionModel, CommonsStepFlowConditionOrderedModel, CommonsStepFlowFlowModel };
|
package/dist/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { CommonsStepFlowConditionModel, CommonsStepFlowConditionOrderedModel } from './models/commons-step-flow-condition.model.mjs';
|
|
2
1
|
import { CommonsStepFlowStepModel } from './models/commons-step-flow-step.model.mjs';
|
|
2
|
+
import { CommonsStepFlowConditionModel, CommonsStepFlowConditionOrderedModel } from './models/commons-step-flow-condition.model.mjs';
|
|
3
3
|
import { CommonsStepFlowFlowModel } from './models/commons-step-flow-flow.model.mjs';
|
|
4
|
-
export { CommonsStepFlowConditionModel, CommonsStepFlowConditionOrderedModel,
|
|
4
|
+
export { CommonsStepFlowStepModel, CommonsStepFlowConditionModel, CommonsStepFlowConditionOrderedModel, 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,EAKL,wBAAwB,EACzB,MAAM,2CAA2C,CAAC;AACnD,OAAO,EAAE,6BAA6B,EAAE,oCAAoC,EAAE,MAAM,gDAAgD,CAAC;AACrI,OAAO,EAAE,wBAAwB,EAAE,MAAM,2CAA2C,CAAC;AACrF,OAAO,EAKN,wBAAwB,EACxB,6BAA6B,EAC7B,oCAAoC,EACpC,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.31",
|
|
4
4
|
"description": "",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"tsc": "./node_modules/typescript/bin/tsc",
|
|
@@ -26,9 +26,9 @@
|
|
|
26
26
|
"dist/**/*"
|
|
27
27
|
],
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"nodecommons-esm-database": "^0.
|
|
30
|
-
"nodecommons-esm-models": "^0.2.
|
|
31
|
-
"nodecommons-esm-models-adamantine": "^0.0.
|
|
29
|
+
"nodecommons-esm-database": "^0.3.0",
|
|
30
|
+
"nodecommons-esm-models": "^0.2.12",
|
|
31
|
+
"nodecommons-esm-models-adamantine": "^0.0.60",
|
|
32
32
|
"tscommons-esm-core": "^0.2.0",
|
|
33
33
|
"tscommons-esm-models": "^0.1.2",
|
|
34
34
|
"tscommons-esm-models-step-flow": "^0.0.14"
|