@optimajet/workflow-designer 0.0.12 → 0.0.16

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.
@@ -408,7 +408,7 @@
408
408
  LoopStateParameterName: "Loop state parameter name",
409
409
  LoopCounterValueParameterName: "Loop counter value parameter name",
410
410
  CounterType: "Counter type",
411
- StartValue: "Start balue",
411
+ StartValue: "Start value",
412
412
  EndValue: "End value",
413
413
  Step: "Step",
414
414
  StepType: "Step type",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@optimajet/workflow-designer",
3
- "version": "0.0.12",
4
- "description": "",
3
+ "version": "0.0.16",
4
+ "description": "Designer for Workflow Engine",
5
5
  "main": "index.js",
6
6
  "scripts": {
7
7
  "build": "webpack --mode=production --config webpack.config.js",
@@ -9,12 +9,13 @@
9
9
  "version": "npm run build-full"
10
10
  },
11
11
  "files": [
12
+ "README.md",
12
13
  "index.js",
13
14
  "dist/workflowdesigner.min.css",
14
15
  "dist/workflowdesignerfull.min.js",
15
16
  "localization/workflowdesigner*"
16
17
  ],
17
- "author": "",
18
+ "author": "OptimaJet",
18
19
  "license": "ISC",
19
20
  "devDependencies": {
20
21
  "@babel/core": "^7.15.0",