@scion-scxml/dashboard 1.0.26 → 1.0.27
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 +10 -56
- package/dist/scion-scxml-dashboard.js +34117 -34193
- package/dist/scion-scxml-dashboard.js.map +1 -1
- package/dist/scion-scxml-dashboard.min.js +57 -57
- package/package.json +6 -7
- package/licensezero.json +0 -18
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@scion-scxml/dashboard",
|
|
3
3
|
"author": "Jacob Beard <jake@jacobeanrnd.com>",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.27",
|
|
5
5
|
"description": "Web dashboard for SCION monitor",
|
|
6
6
|
"main": "./dist/containers/App",
|
|
7
7
|
"scripts": {
|
|
@@ -14,14 +14,14 @@
|
|
|
14
14
|
"bundle": "cd dist; browserify -t browserify-css -t concatenify --exclude electron index.js -d -o scion-scxml-dashboard.js -v; sorcery -i scion-scxml-dashboard.js",
|
|
15
15
|
"minify": "cd dist; uglifyjs scion-scxml-dashboard.js --in-source-map scion-scxml-dashboard.js.map --source-map -o scion-scxml-dashboard.min.js",
|
|
16
16
|
"clean": "rm -rf dist/*",
|
|
17
|
-
"postinstall": "
|
|
17
|
+
"postinstall": "node scripts/postinstall.js"
|
|
18
18
|
},
|
|
19
|
-
"license": "
|
|
19
|
+
"license": "Apache-2.0",
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@scion-scxml/jsondiffpatch": "^0.2.30",
|
|
22
22
|
"@scion-scxml/react-collapsible": "^2.0.31",
|
|
23
|
-
"@scion-scxml/schviz": "^3.2.
|
|
24
|
-
"@scion-scxml/scxml": "^4.3.
|
|
23
|
+
"@scion-scxml/schviz": "^3.2.28",
|
|
24
|
+
"@scion-scxml/scxml": "^4.3.28",
|
|
25
25
|
"@types/jquery": "^1.10.33",
|
|
26
26
|
"@types/slickgrid": "^2.1.25",
|
|
27
27
|
"babel-plugin-transform-class-properties": "^6.24.1",
|
|
@@ -34,7 +34,6 @@
|
|
|
34
34
|
"jquery-ui": "^1.12.1",
|
|
35
35
|
"jquery-ui-dist": "^1.12.1",
|
|
36
36
|
"jquery-ui-themes": "^1.12.0",
|
|
37
|
-
"licensezero-postinstall": "^1.0.0",
|
|
38
37
|
"react-inspector": "^2.2.2",
|
|
39
38
|
"react-redux": "^5.0.6",
|
|
40
39
|
"react-ui-layout": "^1.0.4",
|
|
@@ -106,5 +105,5 @@
|
|
|
106
105
|
},
|
|
107
106
|
"repository": "git://git@gitlab.com:scion-scxml/dashboard.git",
|
|
108
107
|
"homepage": "https://gitlab.com/scion-scxml/dashboard",
|
|
109
|
-
"gitHead": "
|
|
108
|
+
"gitHead": "ce920c0df2cbf1e96b0ebafa658c1019c43f81d7"
|
|
110
109
|
}
|
package/licensezero.json
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": "1.0.0",
|
|
3
|
-
"licensezero": [
|
|
4
|
-
{
|
|
5
|
-
"agentSignature": "bf6e75f37ca1d084e4a0a5a3305e1b3638230b7fb5641d4ee9808fb7c101dc90fd6d21c6eabb1842e3f7e0d87adb89454857a99faaa76912fc9069cd751c5d0f",
|
|
6
|
-
"license": {
|
|
7
|
-
"homepage": "https://www.npmjs.com/package/@scion-scxml/dashboard",
|
|
8
|
-
"jurisdiction": "US-DE",
|
|
9
|
-
"name": "Jacobean Research and Development",
|
|
10
|
-
"projectID": "e5b546f8-04c6-4a14-8ae4-9413a491c8b5",
|
|
11
|
-
"publicKey": "5c9441fef36e5952d1906de3951b423a2e258c71cc9f5aea154a0319f5d73a10",
|
|
12
|
-
"terms": "parity",
|
|
13
|
-
"version": "3.0.0"
|
|
14
|
-
},
|
|
15
|
-
"licensorSignature": "bd827c1e01cc354f159a553e8231adc2897efead7f99a30667b0223398cc2d194bbad3ac1b93f6c22f6b906126c8a0d58a1c86407ce79093abee82b33185890d"
|
|
16
|
-
}
|
|
17
|
-
]
|
|
18
|
-
}
|