@things-factory/integration-ui 7.0.1 → 7.0.2
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +5 -5
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@things-factory/integration-ui",
|
3
|
-
"version": "7.0.
|
3
|
+
"version": "7.0.2",
|
4
4
|
"main": "dist-server/index.js",
|
5
5
|
"browser": "dist-client/index.js",
|
6
6
|
"things-factory": true,
|
@@ -38,10 +38,10 @@
|
|
38
38
|
"@operato/property-editor": "^7.0.0",
|
39
39
|
"@operato/styles": "^7.0.0",
|
40
40
|
"@operato/utils": "^7.0.0",
|
41
|
-
"@things-factory/export-base": "^7.0.
|
42
|
-
"@things-factory/import-base": "^7.0.
|
43
|
-
"@things-factory/integration-base": "^7.0.
|
41
|
+
"@things-factory/export-base": "^7.0.2",
|
42
|
+
"@things-factory/import-base": "^7.0.2",
|
43
|
+
"@things-factory/integration-base": "^7.0.2",
|
44
44
|
"d3": "^7.8.5"
|
45
45
|
},
|
46
|
-
"gitHead": "
|
46
|
+
"gitHead": "19f0e3097a5b583831ae530d8ff4138ca50d1619"
|
47
47
|
}
|