@veridid/workflow-parser 0.4.6 → 0.4.8
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/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@veridid/workflow-parser",
|
|
3
|
-
"version": "0.4.
|
|
4
|
-
"description": "For parsing
|
|
3
|
+
"version": "0.4.8",
|
|
4
|
+
"description": "For parsing JSON data that represents data-driven state machines and delivering the display data for clients to render.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"build": "tsc",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"test": " tsc --resolveJsonModule test/test.ts && node test/test.js"
|
|
10
10
|
},
|
|
11
11
|
"keywords": ["workflow", "Parser", "Data-Driven State Machine"],
|
|
12
|
-
"author": "VeriDID Corp. Nas
|
|
12
|
+
"author": "VeriDID Corp. Nas Til and Dave McKay",
|
|
13
13
|
"license": "MIT",
|
|
14
14
|
"repository": {
|
|
15
15
|
"type": "git",
|