@things-factory/operato-retail 3.6.7 → 3.6.19
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 +2 -1
- package/package.json +24 -24
package/Dockerfile
CHANGED
|
@@ -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-retail",
|
|
3
|
-
"version": "3.6.
|
|
3
|
+
"version": "3.6.19",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -41,30 +41,30 @@
|
|
|
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-base": "^3.6.
|
|
47
|
-
"@things-factory/auth-ui": "^3.6.
|
|
48
|
-
"@things-factory/biz-base": "^3.6.
|
|
49
|
-
"@things-factory/board-service": "^3.6.
|
|
50
|
-
"@things-factory/board-ui": "^3.6.
|
|
51
|
-
"@things-factory/code-ui": "^3.6.
|
|
52
|
-
"@things-factory/context-ui": "^3.6.
|
|
53
|
-
"@things-factory/export-ui": "^3.6.
|
|
54
|
-
"@things-factory/grist-ui": "^3.6.
|
|
55
|
-
"@things-factory/help": "^3.6.
|
|
56
|
-
"@things-factory/i18n-base": "^3.6.
|
|
57
|
-
"@things-factory/i18n-ui": "^3.6.
|
|
58
|
-
"@things-factory/lite-menu": "^3.6.
|
|
59
|
-
"@things-factory/more-ui": "^3.6.
|
|
60
|
-
"@things-factory/pdf": "^3.6.
|
|
61
|
-
"@things-factory/resource-ui": "^3.6.
|
|
62
|
-
"@things-factory/setting-ui": "^3.6.
|
|
63
|
-
"@things-factory/shell": "^3.6.
|
|
64
|
-
"@things-factory/system-ui": "^3.6.
|
|
44
|
+
"@things-factory/apptool-ui": "^3.6.19",
|
|
45
|
+
"@things-factory/attachment-base": "^3.6.19",
|
|
46
|
+
"@things-factory/auth-base": "^3.6.19",
|
|
47
|
+
"@things-factory/auth-ui": "^3.6.19",
|
|
48
|
+
"@things-factory/biz-base": "^3.6.19",
|
|
49
|
+
"@things-factory/board-service": "^3.6.19",
|
|
50
|
+
"@things-factory/board-ui": "^3.6.19",
|
|
51
|
+
"@things-factory/code-ui": "^3.6.19",
|
|
52
|
+
"@things-factory/context-ui": "^3.6.19",
|
|
53
|
+
"@things-factory/export-ui": "^3.6.19",
|
|
54
|
+
"@things-factory/grist-ui": "^3.6.19",
|
|
55
|
+
"@things-factory/help": "^3.6.19",
|
|
56
|
+
"@things-factory/i18n-base": "^3.6.19",
|
|
57
|
+
"@things-factory/i18n-ui": "^3.6.19",
|
|
58
|
+
"@things-factory/lite-menu": "^3.6.19",
|
|
59
|
+
"@things-factory/more-ui": "^3.6.19",
|
|
60
|
+
"@things-factory/pdf": "^3.6.19",
|
|
61
|
+
"@things-factory/resource-ui": "^3.6.19",
|
|
62
|
+
"@things-factory/setting-ui": "^3.6.19",
|
|
63
|
+
"@things-factory/shell": "^3.6.19",
|
|
64
|
+
"@things-factory/system-ui": "^3.6.19"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
|
-
"@things-factory/builder": "^3.6.
|
|
67
|
+
"@things-factory/builder": "^3.6.19"
|
|
68
68
|
},
|
|
69
|
-
"gitHead": "
|
|
69
|
+
"gitHead": "e8a5ade8e7c470c6e51dca428409c405b7cccf3a"
|
|
70
70
|
}
|