@things-factory/operato-codelingua 10.0.0-beta.51 → 10.0.0-beta.53
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/_index.html +1 -1
- package/package.json +28 -28
package/_index.html
CHANGED
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
|
|
28
28
|
<!-- Add to homescreen for Safari on iOS -->
|
|
29
29
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
|
30
|
-
<meta name="apple-mobile-web-app-status-bar-style" content="
|
|
30
|
+
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
|
|
31
31
|
<meta name="apple-mobile-web-app-title" content="Operato-Codelingua" />
|
|
32
32
|
|
|
33
33
|
<!-- Homescreen icons -->
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/operato-codelingua",
|
|
3
|
-
"version": "10.0.0-beta.
|
|
3
|
+
"version": "10.0.0-beta.53",
|
|
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.
|
|
66
|
-
"@things-factory/apptool-ui": "^10.0.0-beta.
|
|
67
|
-
"@things-factory/auth-ui": "^10.0.0-beta.
|
|
68
|
-
"@things-factory/board-service": "^10.0.0-beta.
|
|
69
|
-
"@things-factory/board-ui": "^10.0.0-beta.
|
|
70
|
-
"@things-factory/codelingua": "^10.0.0-beta.
|
|
71
|
-
"@things-factory/context-ui": "^10.0.0-beta.
|
|
72
|
-
"@things-factory/dashboard": "^10.0.0-beta.
|
|
73
|
-
"@things-factory/evaluation": "^10.0.0-beta.
|
|
74
|
-
"@things-factory/export-ui": "^10.0.0-beta.
|
|
75
|
-
"@things-factory/help": "^10.0.0-beta.
|
|
76
|
-
"@things-factory/i18n-base": "^10.0.0-beta.
|
|
77
|
-
"@things-factory/integration-codemind": "^10.0.0-beta.
|
|
78
|
-
"@things-factory/integration-git": "^10.0.0-beta.
|
|
79
|
-
"@things-factory/integration-qdrant": "^10.0.0-beta.
|
|
80
|
-
"@things-factory/integration-ui": "^10.0.0-beta.
|
|
81
|
-
"@things-factory/lite-menu": "^10.0.0-beta.
|
|
82
|
-
"@things-factory/more-ui": "^10.0.0-beta.
|
|
83
|
-
"@things-factory/notification": "^10.0.0-beta.
|
|
84
|
-
"@things-factory/oauth2-client": "^10.0.0-beta.
|
|
85
|
-
"@things-factory/print-ui": "^10.0.0-beta.
|
|
86
|
-
"@things-factory/resource-ui": "^10.0.0-beta.
|
|
87
|
-
"@things-factory/setting-base": "^10.0.0-beta.
|
|
88
|
-
"@things-factory/setting-ui": "^10.0.0-beta.
|
|
89
|
-
"@things-factory/shell": "^10.0.0-beta.
|
|
90
|
-
"@things-factory/system": "^10.0.0-beta.
|
|
65
|
+
"@things-factory/api": "^10.0.0-beta.53",
|
|
66
|
+
"@things-factory/apptool-ui": "^10.0.0-beta.53",
|
|
67
|
+
"@things-factory/auth-ui": "^10.0.0-beta.53",
|
|
68
|
+
"@things-factory/board-service": "^10.0.0-beta.53",
|
|
69
|
+
"@things-factory/board-ui": "^10.0.0-beta.53",
|
|
70
|
+
"@things-factory/codelingua": "^10.0.0-beta.53",
|
|
71
|
+
"@things-factory/context-ui": "^10.0.0-beta.53",
|
|
72
|
+
"@things-factory/dashboard": "^10.0.0-beta.53",
|
|
73
|
+
"@things-factory/evaluation": "^10.0.0-beta.53",
|
|
74
|
+
"@things-factory/export-ui": "^10.0.0-beta.53",
|
|
75
|
+
"@things-factory/help": "^10.0.0-beta.53",
|
|
76
|
+
"@things-factory/i18n-base": "^10.0.0-beta.53",
|
|
77
|
+
"@things-factory/integration-codemind": "^10.0.0-beta.53",
|
|
78
|
+
"@things-factory/integration-git": "^10.0.0-beta.53",
|
|
79
|
+
"@things-factory/integration-qdrant": "^10.0.0-beta.53",
|
|
80
|
+
"@things-factory/integration-ui": "^10.0.0-beta.53",
|
|
81
|
+
"@things-factory/lite-menu": "^10.0.0-beta.53",
|
|
82
|
+
"@things-factory/more-ui": "^10.0.0-beta.53",
|
|
83
|
+
"@things-factory/notification": "^10.0.0-beta.53",
|
|
84
|
+
"@things-factory/oauth2-client": "^10.0.0-beta.53",
|
|
85
|
+
"@things-factory/print-ui": "^10.0.0-beta.53",
|
|
86
|
+
"@things-factory/resource-ui": "^10.0.0-beta.53",
|
|
87
|
+
"@things-factory/setting-base": "^10.0.0-beta.53",
|
|
88
|
+
"@things-factory/setting-ui": "^10.0.0-beta.53",
|
|
89
|
+
"@things-factory/shell": "^10.0.0-beta.53",
|
|
90
|
+
"@things-factory/system": "^10.0.0-beta.53"
|
|
91
91
|
},
|
|
92
92
|
"devDependencies": {
|
|
93
93
|
"@things-factory/builder": "^10.0.0-beta.17"
|
|
94
94
|
},
|
|
95
|
-
"gitHead": "
|
|
95
|
+
"gitHead": "e7162a5b3f1f15bbc6908e11f4695197a5b63909"
|
|
96
96
|
}
|