@openfin/workspace 24.0.19 → 24.0.20
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/externals.report.json +34 -34
- package/home.js +1 -1
- package/index.js +1 -1
- package/notifications.js +1 -1
- package/package.json +1 -1
- package/store.js +1 -1
package/externals.report.json
CHANGED
|
@@ -7,14 +7,6 @@
|
|
|
7
7
|
"issuer": "client-api/src/notifications.ts"
|
|
8
8
|
}
|
|
9
9
|
],
|
|
10
|
-
"@openfin/microsoft365": [
|
|
11
|
-
{
|
|
12
|
-
"type": "explicit",
|
|
13
|
-
"version": "^1.1.0",
|
|
14
|
-
"packageName": "client-api/package.json",
|
|
15
|
-
"issuer": "client-api/src/integrations/microsoft.ts"
|
|
16
|
-
}
|
|
17
|
-
],
|
|
18
10
|
"title-case": [
|
|
19
11
|
{
|
|
20
12
|
"type": "explicit",
|
|
@@ -29,6 +21,14 @@
|
|
|
29
21
|
"issuer": "common/src/utils/color-linking.ts"
|
|
30
22
|
}
|
|
31
23
|
],
|
|
24
|
+
"@openfin/microsoft365": [
|
|
25
|
+
{
|
|
26
|
+
"type": "explicit",
|
|
27
|
+
"version": "^1.1.0",
|
|
28
|
+
"packageName": "client-api/package.json",
|
|
29
|
+
"issuer": "client-api/src/integrations/microsoft.ts"
|
|
30
|
+
}
|
|
31
|
+
],
|
|
32
32
|
"lodash.debounce": [
|
|
33
33
|
{
|
|
34
34
|
"type": "explicit",
|
|
@@ -43,30 +43,6 @@
|
|
|
43
43
|
"issuer": "common/src/utils/layout.ts"
|
|
44
44
|
}
|
|
45
45
|
],
|
|
46
|
-
"lodash.clonedeep": [
|
|
47
|
-
{
|
|
48
|
-
"type": "explicit",
|
|
49
|
-
"version": "4.5.0",
|
|
50
|
-
"packageName": "common/package.json",
|
|
51
|
-
"issuer": "common/src/utils/layout.ts"
|
|
52
|
-
}
|
|
53
|
-
],
|
|
54
|
-
"react-i18next": [
|
|
55
|
-
{
|
|
56
|
-
"type": "explicit",
|
|
57
|
-
"version": "15.4.0",
|
|
58
|
-
"packageName": "common/package.json",
|
|
59
|
-
"issuer": "common/src/api/i18next.ts"
|
|
60
|
-
}
|
|
61
|
-
],
|
|
62
|
-
"i18next": [
|
|
63
|
-
{
|
|
64
|
-
"type": "explicit",
|
|
65
|
-
"version": "^23.7.16",
|
|
66
|
-
"packageName": "common/package.json",
|
|
67
|
-
"issuer": "common/src/api/i18next.ts"
|
|
68
|
-
}
|
|
69
|
-
],
|
|
70
46
|
"dexie": [
|
|
71
47
|
{
|
|
72
48
|
"type": "root-implicit",
|
|
@@ -84,13 +60,37 @@
|
|
|
84
60
|
"type": "explicit",
|
|
85
61
|
"version": "^4.0.11",
|
|
86
62
|
"packageName": "common/package.json",
|
|
87
|
-
"issuer": "common/src/
|
|
63
|
+
"issuer": "common/src/utils/create-and-migrate-ibd-store.ts"
|
|
88
64
|
},
|
|
89
65
|
{
|
|
90
66
|
"type": "explicit",
|
|
91
67
|
"version": "^4.0.11",
|
|
92
68
|
"packageName": "common/package.json",
|
|
93
|
-
"issuer": "common/src/
|
|
69
|
+
"issuer": "common/src/api/pages/idb.ts"
|
|
70
|
+
}
|
|
71
|
+
],
|
|
72
|
+
"lodash.clonedeep": [
|
|
73
|
+
{
|
|
74
|
+
"type": "explicit",
|
|
75
|
+
"version": "4.5.0",
|
|
76
|
+
"packageName": "common/package.json",
|
|
77
|
+
"issuer": "common/src/utils/layout.ts"
|
|
78
|
+
}
|
|
79
|
+
],
|
|
80
|
+
"react-i18next": [
|
|
81
|
+
{
|
|
82
|
+
"type": "explicit",
|
|
83
|
+
"version": "15.4.0",
|
|
84
|
+
"packageName": "common/package.json",
|
|
85
|
+
"issuer": "common/src/api/i18next.ts"
|
|
86
|
+
}
|
|
87
|
+
],
|
|
88
|
+
"i18next": [
|
|
89
|
+
{
|
|
90
|
+
"type": "explicit",
|
|
91
|
+
"version": "^23.7.16",
|
|
92
|
+
"packageName": "common/package.json",
|
|
93
|
+
"issuer": "common/src/api/i18next.ts"
|
|
94
94
|
}
|
|
95
95
|
]
|
|
96
96
|
}
|