@dxs-ts/eveli-ide 2.0.56 → 2.0.57
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/gitlog.json +615 -180
- package/dist/index.d.ts +146 -11
- package/dist/index.js +36783 -35671
- package/dist/trace.json +7 -0
- package/package.json +1 -1
package/dist/trace.json
CHANGED
|
@@ -17,6 +17,7 @@
|
|
|
17
17
|
"entryModule": "@dxs-ts/eveli-ide",
|
|
18
18
|
"includedModules": [
|
|
19
19
|
"@dxs-ts/eveli-ide",
|
|
20
|
+
"@dxs-ts/gamut-cockpit-store",
|
|
20
21
|
"@dxs-ts/gamut-api",
|
|
21
22
|
"@dxs-ts/gamut-theme",
|
|
22
23
|
"@dxs-ts/gamut-form",
|
|
@@ -86,6 +87,7 @@
|
|
|
86
87
|
},
|
|
87
88
|
"metadata": {
|
|
88
89
|
"internalDependencies": [
|
|
90
|
+
"@dxs-ts/gamut-cockpit-store",
|
|
89
91
|
"@dxs-ts/gamut-api",
|
|
90
92
|
"@dxs-ts/gamut-theme",
|
|
91
93
|
"@dxs-ts/gamut-form",
|
|
@@ -152,6 +154,7 @@
|
|
|
152
154
|
},
|
|
153
155
|
"resolve": {
|
|
154
156
|
"alias": {
|
|
157
|
+
"@dxs-ts/gamut-cockpit-store": "/home/runner/work/digiexpress-parent/digiexpress-parent/ts_setup/modules/gamut-cockpit-store/index.ts",
|
|
155
158
|
"@dxs-ts/gamut-api": "/home/runner/work/digiexpress-parent/digiexpress-parent/ts_setup/modules/gamut-api/index.ts",
|
|
156
159
|
"@dxs-ts/gamut-theme": "/home/runner/work/digiexpress-parent/digiexpress-parent/ts_setup/modules/gamut-theme/index.ts",
|
|
157
160
|
"@dxs-ts/gamut-form": "/home/runner/work/digiexpress-parent/digiexpress-parent/ts_setup/modules/gamut-form/index.ts",
|
|
@@ -198,6 +201,7 @@
|
|
|
198
201
|
"provenance": true
|
|
199
202
|
},
|
|
200
203
|
"dependencies": {
|
|
204
|
+
"@dxs-ts/gamut-cockpit-store": "*",
|
|
201
205
|
"@dxs-ts/gamut-api": "*",
|
|
202
206
|
"@dxs-ts/gamut-theme": "*",
|
|
203
207
|
"@dxs-ts/gamut-form": "*",
|
|
@@ -240,6 +244,7 @@
|
|
|
240
244
|
]
|
|
241
245
|
},
|
|
242
246
|
"dependencies": [
|
|
247
|
+
"@dxs-ts/gamut-cockpit-store",
|
|
243
248
|
"@dxs-ts/gamut-api",
|
|
244
249
|
"@dxs-ts/gamut-theme",
|
|
245
250
|
"@dxs-ts/gamut-form",
|
|
@@ -276,6 +281,7 @@
|
|
|
276
281
|
"peerDependencies": [],
|
|
277
282
|
"externalDependencies": [],
|
|
278
283
|
"internalDependencies": [
|
|
284
|
+
"@dxs-ts/gamut-cockpit-store",
|
|
279
285
|
"@dxs-ts/gamut-api",
|
|
280
286
|
"@dxs-ts/gamut-theme",
|
|
281
287
|
"@dxs-ts/gamut-form",
|
|
@@ -350,6 +356,7 @@
|
|
|
350
356
|
],
|
|
351
357
|
"missingDependencies": [],
|
|
352
358
|
"unusedDependencies": [
|
|
359
|
+
"@dxs-ts/gamut-cockpit-store",
|
|
353
360
|
"@dxs-ts/user-profile",
|
|
354
361
|
"@dxs-ts/tagomi-api",
|
|
355
362
|
"@dxs-ts/tagomi-routes",
|