@things-factory/operato-ecs 8.0.0-alpha.8 → 8.0.0-alpha.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/Dockerfile +4 -4
  2. package/package.json +6 -6
package/Dockerfile CHANGED
@@ -17,10 +17,10 @@ RUN apt-get update && apt-get install -y locales tzdata
17
17
  RUN locale-gen en_US.UTF-8
18
18
 
19
19
  # Set environment variables for locale and timezone
20
- ENV LANG en_US.UTF-8
21
- ENV LANGUAGE en_US:en
22
- ENV LC_ALL en_US.UTF-8
23
- ENV TZ UTC
20
+ ENV LANG=en_US.UTF-8
21
+ ENV LANGUAGE=en_US:en
22
+ ENV LC_ALL=en_US.UTF-8
23
+ ENV TZ=UTC
24
24
 
25
25
  # Set timezone to UTC (using tzdata)
26
26
  RUN ln -snf /usr/share/zoneinfo/UTC /etc/localtime && echo "UTC" > /etc/timezone
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-ecs",
3
- "version": "8.0.0-alpha.8",
3
+ "version": "8.0.0-alpha.9",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "dist-client/index.js",
6
6
  "things-factory": true,
@@ -68,9 +68,9 @@
68
68
  "@things-factory/apptool-ui": "^8.0.0-alpha.8",
69
69
  "@things-factory/auth-ui": "^8.0.0-alpha.8",
70
70
  "@things-factory/board-service": "^8.0.0-alpha.8",
71
- "@things-factory/board-ui": "^8.0.0-alpha.8",
71
+ "@things-factory/board-ui": "^8.0.0-alpha.9",
72
72
  "@things-factory/context-ui": "^8.0.0-alpha.8",
73
- "@things-factory/dashboard": "^8.0.0-alpha.8",
73
+ "@things-factory/dashboard": "^8.0.0-alpha.9",
74
74
  "@things-factory/evaluation": "^8.0.0-alpha.8",
75
75
  "@things-factory/export-ui": "^8.0.0-alpha.8",
76
76
  "@things-factory/help": "^8.0.0-alpha.8",
@@ -82,7 +82,7 @@
82
82
  "@things-factory/integration-modbus": "^8.0.0-alpha.8",
83
83
  "@things-factory/integration-opc": "^8.0.0-alpha.8",
84
84
  "@things-factory/integration-ui": "^8.0.0-alpha.8",
85
- "@things-factory/lite-menu": "^8.0.0-alpha.8",
85
+ "@things-factory/lite-menu": "^8.0.0-alpha.9",
86
86
  "@things-factory/more-ui": "^8.0.0-alpha.8",
87
87
  "@things-factory/notification": "^8.0.0-alpha.8",
88
88
  "@things-factory/oauth2-client": "^8.0.0-alpha.8",
@@ -91,10 +91,10 @@
91
91
  "@things-factory/setting-base": "^8.0.0-alpha.8",
92
92
  "@things-factory/setting-ui": "^8.0.0-alpha.8",
93
93
  "@things-factory/shell": "^8.0.0-alpha.8",
94
- "@things-factory/system": "^8.0.0-alpha.8"
94
+ "@things-factory/system": "^8.0.0-alpha.9"
95
95
  },
96
96
  "devDependencies": {
97
97
  "@things-factory/builder": "^8.0.0-alpha.0"
98
98
  },
99
- "gitHead": "0a9fb3ab431934982294b58c743d01b6f782a15f"
99
+ "gitHead": "4addaa10e75135d3ef6b6340102f7664743a5ac2"
100
100
  }