@things-factory/operato-codelingua 10.0.0-beta.1 → 10.0.0-beta.2

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.
Files changed (2) hide show
  1. package/Dockerfile +1 -1
  2. package/package.json +29 -29
package/Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
1
  # Use an official ubuntu image
2
- FROM hatiolab/operato-env:latest
2
+ FROM hatiolab/operato-env:22.22
3
3
 
4
4
  # Set the working directory to /app
5
5
  WORKDIR /app
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-codelingua",
3
- "version": "10.0.0-beta.1",
3
+ "version": "10.0.0-beta.2",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "dist-client/index.js",
6
6
  "things-factory": true,
@@ -62,35 +62,35 @@
62
62
  "@operato/scene-switch": "^10.0.0-beta.1",
63
63
  "@operato/scene-table": "^10.0.0-beta.1",
64
64
  "@operato/scene-timer": "^10.0.0-beta.1",
65
- "@things-factory/api": "^10.0.0-beta.1",
66
- "@things-factory/apptool-ui": "^10.0.0-beta.1",
67
- "@things-factory/auth-ui": "^10.0.0-beta.1",
68
- "@things-factory/board-service": "^10.0.0-beta.1",
69
- "@things-factory/board-ui": "^10.0.0-beta.1",
70
- "@things-factory/codelingua": "^10.0.0-beta.1",
71
- "@things-factory/context-ui": "^10.0.0-beta.1",
72
- "@things-factory/dashboard": "^10.0.0-beta.1",
73
- "@things-factory/evaluation": "^10.0.0-beta.1",
74
- "@things-factory/export-ui": "^10.0.0-beta.1",
75
- "@things-factory/help": "^10.0.0-beta.1",
76
- "@things-factory/i18n-base": "^10.0.0-beta.1",
77
- "@things-factory/integration-codemind": "^10.0.0-beta.1",
78
- "@things-factory/integration-git": "^10.0.0-beta.1",
79
- "@things-factory/integration-qdrant": "^10.0.0-beta.1",
80
- "@things-factory/integration-ui": "^10.0.0-beta.1",
81
- "@things-factory/lite-menu": "^10.0.0-beta.1",
82
- "@things-factory/more-ui": "^10.0.0-beta.1",
83
- "@things-factory/notification": "^10.0.0-beta.1",
84
- "@things-factory/oauth2-client": "^10.0.0-beta.1",
85
- "@things-factory/print-ui": "^10.0.0-beta.1",
86
- "@things-factory/resource-ui": "^10.0.0-beta.1",
87
- "@things-factory/setting-base": "^10.0.0-beta.1",
88
- "@things-factory/setting-ui": "^10.0.0-beta.1",
89
- "@things-factory/shell": "^10.0.0-beta.1",
90
- "@things-factory/system": "^10.0.0-beta.1"
65
+ "@things-factory/api": "^10.0.0-beta.2",
66
+ "@things-factory/apptool-ui": "^10.0.0-beta.2",
67
+ "@things-factory/auth-ui": "^10.0.0-beta.2",
68
+ "@things-factory/board-service": "^10.0.0-beta.2",
69
+ "@things-factory/board-ui": "^10.0.0-beta.2",
70
+ "@things-factory/codelingua": "^10.0.0-beta.2",
71
+ "@things-factory/context-ui": "^10.0.0-beta.2",
72
+ "@things-factory/dashboard": "^10.0.0-beta.2",
73
+ "@things-factory/evaluation": "^10.0.0-beta.2",
74
+ "@things-factory/export-ui": "^10.0.0-beta.2",
75
+ "@things-factory/help": "^10.0.0-beta.2",
76
+ "@things-factory/i18n-base": "^10.0.0-beta.2",
77
+ "@things-factory/integration-codemind": "^10.0.0-beta.2",
78
+ "@things-factory/integration-git": "^10.0.0-beta.2",
79
+ "@things-factory/integration-qdrant": "^10.0.0-beta.2",
80
+ "@things-factory/integration-ui": "^10.0.0-beta.2",
81
+ "@things-factory/lite-menu": "^10.0.0-beta.2",
82
+ "@things-factory/more-ui": "^10.0.0-beta.2",
83
+ "@things-factory/notification": "^10.0.0-beta.2",
84
+ "@things-factory/oauth2-client": "^10.0.0-beta.2",
85
+ "@things-factory/print-ui": "^10.0.0-beta.2",
86
+ "@things-factory/resource-ui": "^10.0.0-beta.2",
87
+ "@things-factory/setting-base": "^10.0.0-beta.2",
88
+ "@things-factory/setting-ui": "^10.0.0-beta.2",
89
+ "@things-factory/shell": "^10.0.0-beta.2",
90
+ "@things-factory/system": "^10.0.0-beta.2"
91
91
  },
92
92
  "devDependencies": {
93
- "@things-factory/builder": "^10.0.0-beta.1"
93
+ "@things-factory/builder": "^10.0.0-beta.2"
94
94
  },
95
- "gitHead": "90f40bf160fa25edf4560d7893cfd576cf474411"
95
+ "gitHead": "ea8a08ff802ae28a37fdda605b6356482e7a6faf"
96
96
  }