@dssp/dcsp 1.0.0-alpha.1 → 1.0.0-alpha.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.
- package/dist-client/tsconfig.tsbuildinfo +1 -1
- package/package.json +51 -51
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dssp/dcsp",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.2",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "dist-client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -39,59 +39,59 @@
|
|
|
39
39
|
"docker:push": "docker image push hatiolab/dcsp:latest && docker image push hatiolab/dcsp:$npm_package_version"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@dssp/building-complex": "^1.0.0-alpha.
|
|
43
|
-
"@dssp/project": "^1.0.0-alpha.
|
|
44
|
-
"@dssp/supervision": "^1.0.0-alpha.
|
|
42
|
+
"@dssp/building-complex": "^1.0.0-alpha.2",
|
|
43
|
+
"@dssp/project": "^1.0.0-alpha.2",
|
|
44
|
+
"@dssp/supervision": "^1.0.0-alpha.2",
|
|
45
45
|
"@material/web": "^2.1.0",
|
|
46
|
-
"@operato/chart": "^
|
|
47
|
-
"@operato/gantt": "^
|
|
48
|
-
"@operato/scene-auth": "^
|
|
49
|
-
"@operato/scene-chartjs": "^
|
|
50
|
-
"@operato/scene-clock": "^
|
|
51
|
-
"@operato/scene-data-transform": "^
|
|
52
|
-
"@operato/scene-form": "^
|
|
53
|
-
"@operato/scene-gauge": "^
|
|
54
|
-
"@operato/scene-grist": "^
|
|
55
|
-
"@operato/scene-half-roundrect": "^
|
|
56
|
-
"@operato/scene-image-slider": "^
|
|
57
|
-
"@operato/scene-integration": "^
|
|
58
|
-
"@operato/scene-legend": "^
|
|
59
|
-
"@operato/scene-news-ticker": "^
|
|
60
|
-
"@operato/scene-progressbar": "^
|
|
61
|
-
"@operato/scene-random": "^
|
|
62
|
-
"@operato/scene-switch": "^
|
|
63
|
-
"@operato/scene-tab": "^
|
|
64
|
-
"@operato/scene-table": "^
|
|
65
|
-
"@operato/scene-timer": "^
|
|
66
|
-
"@things-factory/api": "^
|
|
67
|
-
"@things-factory/apptool-base": "^
|
|
68
|
-
"@things-factory/apptool-ui": "^
|
|
69
|
-
"@things-factory/auth-base": "^
|
|
70
|
-
"@things-factory/auth-ui": "^
|
|
71
|
-
"@things-factory/board-service": "^
|
|
72
|
-
"@things-factory/board-ui": "^
|
|
73
|
-
"@things-factory/code-ui": "^
|
|
74
|
-
"@things-factory/context-ui": "^
|
|
75
|
-
"@things-factory/dashboard": "^
|
|
76
|
-
"@things-factory/evaluation": "^
|
|
77
|
-
"@things-factory/export-ui": "^
|
|
78
|
-
"@things-factory/help": "^
|
|
79
|
-
"@things-factory/i18n-base": "^
|
|
80
|
-
"@things-factory/integration-base": "^
|
|
81
|
-
"@things-factory/integration-ui": "^
|
|
82
|
-
"@things-factory/lite-menu": "^
|
|
83
|
-
"@things-factory/more-base": "^
|
|
84
|
-
"@things-factory/more-ui": "^
|
|
85
|
-
"@things-factory/notification": "^
|
|
86
|
-
"@things-factory/resource-ui": "^
|
|
87
|
-
"@things-factory/setting-base": "^
|
|
88
|
-
"@things-factory/setting-ui": "^
|
|
89
|
-
"@things-factory/shell": "^
|
|
90
|
-
"@things-factory/system": "^
|
|
46
|
+
"@operato/chart": "^9.0.0-beta",
|
|
47
|
+
"@operato/gantt": "^9.0.0-beta",
|
|
48
|
+
"@operato/scene-auth": "^9.0.0-beta",
|
|
49
|
+
"@operato/scene-chartjs": "^9.0.0-beta",
|
|
50
|
+
"@operato/scene-clock": "^9.0.0-beta",
|
|
51
|
+
"@operato/scene-data-transform": "^9.0.0-beta",
|
|
52
|
+
"@operato/scene-form": "^9.0.0-beta",
|
|
53
|
+
"@operato/scene-gauge": "^9.0.0-beta",
|
|
54
|
+
"@operato/scene-grist": "^9.0.0-beta",
|
|
55
|
+
"@operato/scene-half-roundrect": "^9.0.0-beta",
|
|
56
|
+
"@operato/scene-image-slider": "^9.0.0-beta",
|
|
57
|
+
"@operato/scene-integration": "^9.0.0-beta",
|
|
58
|
+
"@operato/scene-legend": "^9.0.0-beta",
|
|
59
|
+
"@operato/scene-news-ticker": "^9.0.0-beta",
|
|
60
|
+
"@operato/scene-progressbar": "^9.0.0-beta",
|
|
61
|
+
"@operato/scene-random": "^9.0.0-beta",
|
|
62
|
+
"@operato/scene-switch": "^9.0.0-beta",
|
|
63
|
+
"@operato/scene-tab": "^9.0.0-beta",
|
|
64
|
+
"@operato/scene-table": "^9.0.0-beta",
|
|
65
|
+
"@operato/scene-timer": "^9.0.0-beta",
|
|
66
|
+
"@things-factory/api": "^9.0.0-beta",
|
|
67
|
+
"@things-factory/apptool-base": "^9.0.0-beta",
|
|
68
|
+
"@things-factory/apptool-ui": "^9.0.0-beta",
|
|
69
|
+
"@things-factory/auth-base": "^9.0.0-beta",
|
|
70
|
+
"@things-factory/auth-ui": "^9.0.0-beta",
|
|
71
|
+
"@things-factory/board-service": "^9.0.0-beta",
|
|
72
|
+
"@things-factory/board-ui": "^9.0.0-beta",
|
|
73
|
+
"@things-factory/code-ui": "^9.0.0-beta",
|
|
74
|
+
"@things-factory/context-ui": "^9.0.0-beta",
|
|
75
|
+
"@things-factory/dashboard": "^9.0.0-beta",
|
|
76
|
+
"@things-factory/evaluation": "^9.0.0-beta",
|
|
77
|
+
"@things-factory/export-ui": "^9.0.0-beta",
|
|
78
|
+
"@things-factory/help": "^9.0.0-beta",
|
|
79
|
+
"@things-factory/i18n-base": "^9.0.0-beta",
|
|
80
|
+
"@things-factory/integration-base": "^9.0.0-beta",
|
|
81
|
+
"@things-factory/integration-ui": "^9.0.0-beta",
|
|
82
|
+
"@things-factory/lite-menu": "^9.0.0-beta",
|
|
83
|
+
"@things-factory/more-base": "^9.0.0-beta",
|
|
84
|
+
"@things-factory/more-ui": "^9.0.0-beta",
|
|
85
|
+
"@things-factory/notification": "^9.0.0-beta",
|
|
86
|
+
"@things-factory/resource-ui": "^9.0.0-beta",
|
|
87
|
+
"@things-factory/setting-base": "^9.0.0-beta",
|
|
88
|
+
"@things-factory/setting-ui": "^9.0.0-beta",
|
|
89
|
+
"@things-factory/shell": "^9.0.0-beta",
|
|
90
|
+
"@things-factory/system": "^9.0.0-beta",
|
|
91
91
|
"puppeteer": "22.12.1"
|
|
92
92
|
},
|
|
93
93
|
"devDependencies": {
|
|
94
|
-
"@things-factory/builder": "^
|
|
94
|
+
"@things-factory/builder": "^9.0.0-beta"
|
|
95
95
|
},
|
|
96
|
-
"gitHead": "
|
|
96
|
+
"gitHead": "110fa967c45cc21f6dc9e38c5a92f120e9908c82"
|
|
97
97
|
}
|