@things-factory/operato-mms 3.6.8 → 3.6.13
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/Dockerfile +3 -2
- package/package.json +61 -61
package/Dockerfile
CHANGED
|
@@ -10,7 +10,7 @@ ARG DEBIAN_FRONTEND=noninteractive
|
|
|
10
10
|
RUN apt-get update -o Acquire::CompressionTypes::Order::=gz
|
|
11
11
|
RUN apt-get upgrade -y
|
|
12
12
|
|
|
13
|
-
RUN echo "deb http://ftp.de.debian.org/debian
|
|
13
|
+
RUN echo "deb http://ftp.de.debian.org/debian stable main" > /etc/apt/sources.list
|
|
14
14
|
|
|
15
15
|
RUN apt-get update
|
|
16
16
|
|
|
@@ -18,11 +18,12 @@ RUN apt-get install -y --no-install-recommends apt-utils
|
|
|
18
18
|
RUN apt-get install -y chromium
|
|
19
19
|
RUN apt-get install -y libcups2-dev
|
|
20
20
|
RUN apt-get install -y libavahi-compat-libdnssd-dev
|
|
21
|
-
RUN apt-get install -y gconf-service libasound2 libatk1.0-0 libcairo2 libcups2 libfontconfig1 libgdk-pixbuf2.0-0 libgtk-3-0 libnspr4 libpango-1.0-0 libxss1 fonts-liberation
|
|
21
|
+
RUN apt-get install -y gconf-service libasound2 libatk1.0-0 libcairo2 libcups2 libfontconfig1 libgdk-pixbuf2.0-0 libgtk-3-0 libnspr4 libpango-1.0-0 libxss1 fonts-liberation libnss3 lsb-release xdg-utils libaio1
|
|
22
22
|
|
|
23
23
|
RUN apt update
|
|
24
24
|
RUN apt-get install -y ghostscript
|
|
25
25
|
RUN apt-get install -y curl
|
|
26
|
+
RUN apt-get install -y git
|
|
26
27
|
|
|
27
28
|
# install chrome
|
|
28
29
|
RUN wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/operato-mms",
|
|
3
|
-
"version": "3.6.
|
|
3
|
+
"version": "3.6.13",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -41,68 +41,68 @@
|
|
|
41
41
|
"@material/mwc-formfield": "^0.22.1",
|
|
42
42
|
"@material/mwc-linear-progress": "^0.22.1",
|
|
43
43
|
"@material/mwc-radio": "^0.22.1",
|
|
44
|
-
"@things-factory/apptool-ui": "^3.6.
|
|
45
|
-
"@things-factory/attachment-base": "^3.6.
|
|
46
|
-
"@things-factory/auth-ui": "^3.6.
|
|
47
|
-
"@things-factory/biz-base": "^3.6.
|
|
48
|
-
"@things-factory/board-service": "^3.6.
|
|
49
|
-
"@things-factory/board-ui": "^3.6.
|
|
50
|
-
"@things-factory/code-ui": "^3.6.
|
|
51
|
-
"@things-factory/context-ui": "^3.6.
|
|
52
|
-
"@things-factory/dashboard": "^3.6.
|
|
53
|
-
"@things-factory/export-ui": "^3.6.
|
|
54
|
-
"@things-factory/export-ui-csv": "^3.6.
|
|
55
|
-
"@things-factory/export-ui-excel": "^3.6.
|
|
56
|
-
"@things-factory/geography": "^3.6.
|
|
57
|
-
"@things-factory/grist-ui": "^3.6.
|
|
58
|
-
"@things-factory/help": "^3.6.
|
|
59
|
-
"@things-factory/i18n-ui": "^3.6.
|
|
60
|
-
"@things-factory/integration-fulfillment": "^3.6.
|
|
61
|
-
"@things-factory/integration-lmd": "^3.6.
|
|
62
|
-
"@things-factory/lite-menu": "^3.6.
|
|
63
|
-
"@things-factory/marketplace-base": "^3.6.
|
|
64
|
-
"@things-factory/more-ui": "^3.6.
|
|
65
|
-
"@things-factory/notification": "^3.6.
|
|
66
|
-
"@things-factory/oauth2-client": "^3.6.
|
|
67
|
-
"@things-factory/pdf": "^3.6.
|
|
68
|
-
"@things-factory/product-base": "^3.6.
|
|
69
|
-
"@things-factory/resource-ui": "^3.6.
|
|
70
|
-
"@things-factory/scene-chartjs": "^3.6.
|
|
71
|
-
"@things-factory/scene-clock": "^3.6.
|
|
72
|
-
"@things-factory/scene-clone": "^3.6.
|
|
73
|
-
"@things-factory/scene-compass": "^3.6.
|
|
74
|
-
"@things-factory/scene-data-transform": "^3.6.
|
|
75
|
-
"@things-factory/scene-excel": "^3.6.
|
|
76
|
-
"@things-factory/scene-firebase": "^3.6.
|
|
77
|
-
"@things-factory/scene-form": "^3.6.
|
|
78
|
-
"@things-factory/scene-gauge": "^3.6.
|
|
79
|
-
"@things-factory/scene-google-map": "^3.6.
|
|
80
|
-
"@things-factory/scene-graphql": "^3.6.
|
|
81
|
-
"@things-factory/scene-grist": "^3.6.
|
|
82
|
-
"@things-factory/scene-half-roundrect": "^3.6.
|
|
83
|
-
"@things-factory/scene-indoor-map": "^3.6.
|
|
84
|
-
"@things-factory/scene-integration": "^3.6.
|
|
85
|
-
"@things-factory/scene-label": "^3.6.
|
|
86
|
-
"@things-factory/scene-legend": "^3.6.
|
|
87
|
-
"@things-factory/scene-marker": "^3.6.
|
|
88
|
-
"@things-factory/scene-mqtt": "^3.6.
|
|
89
|
-
"@things-factory/scene-news-ticker": "^3.6.
|
|
90
|
-
"@things-factory/scene-progressbar": "^3.6.
|
|
91
|
-
"@things-factory/scene-random": "^3.6.
|
|
92
|
-
"@things-factory/scene-restful": "^3.6.
|
|
93
|
-
"@things-factory/scene-switch": "^3.6.
|
|
94
|
-
"@things-factory/scene-tab": "^3.6.
|
|
95
|
-
"@things-factory/scene-table": "^3.6.
|
|
96
|
-
"@things-factory/scene-timer": "^3.6.
|
|
97
|
-
"@things-factory/scene-visualizer": "^3.6.
|
|
98
|
-
"@things-factory/scene-wheel-sorter": "^3.6.
|
|
99
|
-
"@things-factory/setting-ui": "^3.6.
|
|
100
|
-
"@things-factory/system-ui": "^3.6.
|
|
101
|
-
"@things-factory/warehouse-base": "^3.6.
|
|
44
|
+
"@things-factory/apptool-ui": "^3.6.13",
|
|
45
|
+
"@things-factory/attachment-base": "^3.6.13",
|
|
46
|
+
"@things-factory/auth-ui": "^3.6.13",
|
|
47
|
+
"@things-factory/biz-base": "^3.6.13",
|
|
48
|
+
"@things-factory/board-service": "^3.6.13",
|
|
49
|
+
"@things-factory/board-ui": "^3.6.13",
|
|
50
|
+
"@things-factory/code-ui": "^3.6.13",
|
|
51
|
+
"@things-factory/context-ui": "^3.6.13",
|
|
52
|
+
"@things-factory/dashboard": "^3.6.13",
|
|
53
|
+
"@things-factory/export-ui": "^3.6.13",
|
|
54
|
+
"@things-factory/export-ui-csv": "^3.6.13",
|
|
55
|
+
"@things-factory/export-ui-excel": "^3.6.13",
|
|
56
|
+
"@things-factory/geography": "^3.6.13",
|
|
57
|
+
"@things-factory/grist-ui": "^3.6.13",
|
|
58
|
+
"@things-factory/help": "^3.6.13",
|
|
59
|
+
"@things-factory/i18n-ui": "^3.6.13",
|
|
60
|
+
"@things-factory/integration-fulfillment": "^3.6.13",
|
|
61
|
+
"@things-factory/integration-lmd": "^3.6.13",
|
|
62
|
+
"@things-factory/lite-menu": "^3.6.13",
|
|
63
|
+
"@things-factory/marketplace-base": "^3.6.13",
|
|
64
|
+
"@things-factory/more-ui": "^3.6.13",
|
|
65
|
+
"@things-factory/notification": "^3.6.13",
|
|
66
|
+
"@things-factory/oauth2-client": "^3.6.13",
|
|
67
|
+
"@things-factory/pdf": "^3.6.13",
|
|
68
|
+
"@things-factory/product-base": "^3.6.13",
|
|
69
|
+
"@things-factory/resource-ui": "^3.6.13",
|
|
70
|
+
"@things-factory/scene-chartjs": "^3.6.13",
|
|
71
|
+
"@things-factory/scene-clock": "^3.6.13",
|
|
72
|
+
"@things-factory/scene-clone": "^3.6.13",
|
|
73
|
+
"@things-factory/scene-compass": "^3.6.13",
|
|
74
|
+
"@things-factory/scene-data-transform": "^3.6.13",
|
|
75
|
+
"@things-factory/scene-excel": "^3.6.13",
|
|
76
|
+
"@things-factory/scene-firebase": "^3.6.13",
|
|
77
|
+
"@things-factory/scene-form": "^3.6.13",
|
|
78
|
+
"@things-factory/scene-gauge": "^3.6.13",
|
|
79
|
+
"@things-factory/scene-google-map": "^3.6.13",
|
|
80
|
+
"@things-factory/scene-graphql": "^3.6.13",
|
|
81
|
+
"@things-factory/scene-grist": "^3.6.13",
|
|
82
|
+
"@things-factory/scene-half-roundrect": "^3.6.13",
|
|
83
|
+
"@things-factory/scene-indoor-map": "^3.6.13",
|
|
84
|
+
"@things-factory/scene-integration": "^3.6.13",
|
|
85
|
+
"@things-factory/scene-label": "^3.6.13",
|
|
86
|
+
"@things-factory/scene-legend": "^3.6.13",
|
|
87
|
+
"@things-factory/scene-marker": "^3.6.13",
|
|
88
|
+
"@things-factory/scene-mqtt": "^3.6.13",
|
|
89
|
+
"@things-factory/scene-news-ticker": "^3.6.13",
|
|
90
|
+
"@things-factory/scene-progressbar": "^3.6.13",
|
|
91
|
+
"@things-factory/scene-random": "^3.6.13",
|
|
92
|
+
"@things-factory/scene-restful": "^3.6.13",
|
|
93
|
+
"@things-factory/scene-switch": "^3.6.13",
|
|
94
|
+
"@things-factory/scene-tab": "^3.6.13",
|
|
95
|
+
"@things-factory/scene-table": "^3.6.13",
|
|
96
|
+
"@things-factory/scene-timer": "^3.6.13",
|
|
97
|
+
"@things-factory/scene-visualizer": "^3.6.13",
|
|
98
|
+
"@things-factory/scene-wheel-sorter": "^3.6.13",
|
|
99
|
+
"@things-factory/setting-ui": "^3.6.13",
|
|
100
|
+
"@things-factory/system-ui": "^3.6.13",
|
|
101
|
+
"@things-factory/warehouse-base": "^3.6.13"
|
|
102
102
|
},
|
|
103
103
|
"devDependencies": {
|
|
104
|
-
"@things-factory/builder": "^3.6.
|
|
104
|
+
"@things-factory/builder": "^3.6.13",
|
|
105
105
|
"@types/node-fetch": "^2.5.7"
|
|
106
106
|
},
|
|
107
|
-
"gitHead": "
|
|
107
|
+
"gitHead": "ea358da2f9aa7d1dc27422f863c9ccf4aeb457a8"
|
|
108
108
|
}
|