@things-factory/integration-ui 8.0.0-beta.1 → 8.0.0-beta.2
Sign up to get free protection for your applications and to get access to all the features.
- package/.npmignore copy +26 -0
- package/package.json +6 -6
package/.npmignore copy
ADDED
@@ -0,0 +1,26 @@
|
|
1
|
+
client/
|
2
|
+
server/
|
3
|
+
.vscode
|
4
|
+
.prettierrc
|
5
|
+
/config.*.js
|
6
|
+
db.*
|
7
|
+
cache/
|
8
|
+
logs/
|
9
|
+
docs/
|
10
|
+
licenses/
|
11
|
+
node_modules/
|
12
|
+
attachments/
|
13
|
+
test/
|
14
|
+
db.sqlite
|
15
|
+
npm-debug.log
|
16
|
+
uploads/
|
17
|
+
nodemon.json
|
18
|
+
tsconfig.json
|
19
|
+
.editorconfig
|
20
|
+
.gitignore
|
21
|
+
.git
|
22
|
+
.stylelintrc
|
23
|
+
.travis.yml
|
24
|
+
.yarnclean
|
25
|
+
.DS_Store
|
26
|
+
*.log
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@things-factory/integration-ui",
|
3
|
-
"version": "8.0.0-beta.
|
3
|
+
"version": "8.0.0-beta.2",
|
4
4
|
"main": "dist-server/index.js",
|
5
5
|
"browser": "dist-client/index.js",
|
6
6
|
"things-factory": true,
|
@@ -39,11 +39,11 @@
|
|
39
39
|
"@operato/property-editor": "^8.0.0-beta",
|
40
40
|
"@operato/styles": "^8.0.0-beta",
|
41
41
|
"@operato/utils": "^8.0.0-beta",
|
42
|
-
"@things-factory/export-base": "^8.0.0-beta.
|
43
|
-
"@things-factory/import-base": "^8.0.0-beta.
|
44
|
-
"@things-factory/integration-base": "^8.0.0-beta.
|
45
|
-
"@things-factory/personalization": "^8.0.0-beta.
|
42
|
+
"@things-factory/export-base": "^8.0.0-beta.2",
|
43
|
+
"@things-factory/import-base": "^8.0.0-beta.2",
|
44
|
+
"@things-factory/integration-base": "^8.0.0-beta.2",
|
45
|
+
"@things-factory/personalization": "^8.0.0-beta.2",
|
46
46
|
"d3": "^7.8.5"
|
47
47
|
},
|
48
|
-
"gitHead": "
|
48
|
+
"gitHead": "f03431a09435511b2595515658f9cb8f78ba4ebb"
|
49
49
|
}
|