@scion-scxml/basics-multiturn 1.0.19 → 1.0.21
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/LICENSE +1 -0
- package/package.json +3 -3
package/LICENSE
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
SCION is composed of a number of sub-modules. Please see the LICENSE file in each module directory for that module's licensing.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@scion-scxml/basics-multiturn",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.21",
|
|
4
4
|
"description": "Example of SCION Botbuilder integration, based on the botbuilder-basics-multiturn example",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -10,8 +10,8 @@
|
|
|
10
10
|
"author": "Jacob Beard <jake@jacobeanrnd.com>",
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@scion-scxml/botbuilder-common": "^1.0.
|
|
13
|
+
"@scion-scxml/botbuilder-common": "^1.0.22",
|
|
14
14
|
"@scion-scxml/botbuilder-common-scxml-components": "^1.0.18"
|
|
15
15
|
},
|
|
16
|
-
"gitHead": "
|
|
16
|
+
"gitHead": "ce920c0df2cbf1e96b0ebafa658c1019c43f81d7"
|
|
17
17
|
}
|