@openmrs/esm-framework 4.4.2-pre.735 → 4.4.2-pre.736
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/.turbo/turbo-build.log +2 -2
- package/docs/API.md +1 -1
- package/docs/interfaces/ComponentDefinition.md +6 -6
- package/docs/interfaces/ExtensionDefinition.md +12 -12
- package/docs/interfaces/ImportMap.md +1 -1
- package/docs/interfaces/Lifecycle.md +4 -4
- package/docs/interfaces/PageDefinition.md +8 -8
- package/docs/interfaces/ResourceLoader.md +1 -1
- package/docs/interfaces/SpaConfig.md +5 -5
- package/package.json +14 -14
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
[34m@openmrs/esm-framework:build[0m: cache hit, replaying output [
|
|
1
|
+
[34m@openmrs/esm-framework:build[0m: cache hit, replaying output [2m85187e4c0041b144[0m
|
|
2
2
|
[34m@openmrs/esm-framework:build: [0mBrowserslist: caniuse-lite is outdated. Please run:
|
|
3
3
|
[34m@openmrs/esm-framework:build: [0m npx update-browserslist-db@latest
|
|
4
4
|
[34m@openmrs/esm-framework:build: [0m Why you should do it regularly: https://github.com/browserslist/update-db#readme
|
|
@@ -32,4 +32,4 @@
|
|
|
32
32
|
[34m@openmrs/esm-framework:build: [0mYou can limit the size of your bundles by using import() or require.ensure to lazy load some parts of your application.
|
|
33
33
|
[34m@openmrs/esm-framework:build: [0mFor more info visit https://webpack.js.org/guides/code-splitting/[39m[22m
|
|
34
34
|
[34m@openmrs/esm-framework:build: [0m
|
|
35
|
-
[34m@openmrs/esm-framework:build: [0mwebpack 5.77.0 compiled with [1m[33m3 warnings[39m[22m in
|
|
35
|
+
[34m@openmrs/esm-framework:build: [0mwebpack 5.77.0 compiled with [1m[33m3 warnings[39m[22m in 27079 ms
|
package/docs/API.md
CHANGED
|
@@ -439,7 +439,7 @@ ___
|
|
|
439
439
|
|
|
440
440
|
#### Defined in
|
|
441
441
|
|
|
442
|
-
[packages/framework/esm-globals/src/types.ts:
|
|
442
|
+
[packages/framework/esm-globals/src/types.ts:63](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-globals/src/types.ts#L63)
|
|
443
443
|
|
|
444
444
|
___
|
|
445
445
|
|
|
@@ -34,7 +34,7 @@ The module/app that defines the component
|
|
|
34
34
|
|
|
35
35
|
#### Defined in
|
|
36
36
|
|
|
37
|
-
[packages/framework/esm-globals/src/types.ts:
|
|
37
|
+
[packages/framework/esm-globals/src/types.ts:109](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-globals/src/types.ts#L109)
|
|
38
38
|
|
|
39
39
|
___
|
|
40
40
|
|
|
@@ -46,7 +46,7 @@ Defines the offline support / properties of the component.
|
|
|
46
46
|
|
|
47
47
|
#### Defined in
|
|
48
48
|
|
|
49
|
-
[packages/framework/esm-globals/src/types.ts:
|
|
49
|
+
[packages/framework/esm-globals/src/types.ts:121](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-globals/src/types.ts#L121)
|
|
50
50
|
|
|
51
51
|
___
|
|
52
52
|
|
|
@@ -58,7 +58,7 @@ Defines the online support / properties of the component.
|
|
|
58
58
|
|
|
59
59
|
#### Defined in
|
|
60
60
|
|
|
61
|
-
[packages/framework/esm-globals/src/types.ts:
|
|
61
|
+
[packages/framework/esm-globals/src/types.ts:117](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-globals/src/types.ts#L117)
|
|
62
62
|
|
|
63
63
|
___
|
|
64
64
|
|
|
@@ -71,7 +71,7 @@ If more than one privilege is provided, the user must have all specified permiss
|
|
|
71
71
|
|
|
72
72
|
#### Defined in
|
|
73
73
|
|
|
74
|
-
[packages/framework/esm-globals/src/types.ts:
|
|
74
|
+
[packages/framework/esm-globals/src/types.ts:126](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-globals/src/types.ts#L126)
|
|
75
75
|
|
|
76
76
|
___
|
|
77
77
|
|
|
@@ -83,7 +83,7 @@ Defines resources that are loaded when the component should mount.
|
|
|
83
83
|
|
|
84
84
|
#### Defined in
|
|
85
85
|
|
|
86
|
-
[packages/framework/esm-globals/src/types.ts:
|
|
86
|
+
[packages/framework/esm-globals/src/types.ts:130](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-globals/src/types.ts#L130)
|
|
87
87
|
|
|
88
88
|
## Methods
|
|
89
89
|
|
|
@@ -99,4 +99,4 @@ Defines a function to use for actually loading the component's lifecycle.
|
|
|
99
99
|
|
|
100
100
|
#### Defined in
|
|
101
101
|
|
|
102
|
-
[packages/framework/esm-globals/src/types.ts:
|
|
102
|
+
[packages/framework/esm-globals/src/types.ts:113](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-globals/src/types.ts#L113)
|
|
@@ -42,7 +42,7 @@ The module/app that defines the component
|
|
|
42
42
|
|
|
43
43
|
#### Defined in
|
|
44
44
|
|
|
45
|
-
[packages/framework/esm-globals/src/types.ts:
|
|
45
|
+
[packages/framework/esm-globals/src/types.ts:109](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-globals/src/types.ts#L109)
|
|
46
46
|
|
|
47
47
|
___
|
|
48
48
|
|
|
@@ -54,7 +54,7 @@ ___
|
|
|
54
54
|
|
|
55
55
|
#### Defined in
|
|
56
56
|
|
|
57
|
-
[packages/framework/esm-globals/src/types.ts:
|
|
57
|
+
[packages/framework/esm-globals/src/types.ts:145](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-globals/src/types.ts#L145)
|
|
58
58
|
|
|
59
59
|
___
|
|
60
60
|
|
|
@@ -66,7 +66,7 @@ The meta data used for reflection by other components
|
|
|
66
66
|
|
|
67
67
|
#### Defined in
|
|
68
68
|
|
|
69
|
-
[packages/framework/esm-globals/src/types.ts:
|
|
69
|
+
[packages/framework/esm-globals/src/types.ts:141](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-globals/src/types.ts#L141)
|
|
70
70
|
|
|
71
71
|
___
|
|
72
72
|
|
|
@@ -78,7 +78,7 @@ The name of the extension being registered
|
|
|
78
78
|
|
|
79
79
|
#### Defined in
|
|
80
80
|
|
|
81
|
-
[packages/framework/esm-globals/src/types.ts:
|
|
81
|
+
[packages/framework/esm-globals/src/types.ts:135](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-globals/src/types.ts#L135)
|
|
82
82
|
|
|
83
83
|
___
|
|
84
84
|
|
|
@@ -94,7 +94,7 @@ Defines the offline support / properties of the component.
|
|
|
94
94
|
|
|
95
95
|
#### Defined in
|
|
96
96
|
|
|
97
|
-
[packages/framework/esm-globals/src/types.ts:
|
|
97
|
+
[packages/framework/esm-globals/src/types.ts:121](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-globals/src/types.ts#L121)
|
|
98
98
|
|
|
99
99
|
___
|
|
100
100
|
|
|
@@ -110,7 +110,7 @@ Defines the online support / properties of the component.
|
|
|
110
110
|
|
|
111
111
|
#### Defined in
|
|
112
112
|
|
|
113
|
-
[packages/framework/esm-globals/src/types.ts:
|
|
113
|
+
[packages/framework/esm-globals/src/types.ts:117](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-globals/src/types.ts#L117)
|
|
114
114
|
|
|
115
115
|
___
|
|
116
116
|
|
|
@@ -122,7 +122,7 @@ Specifies the relative order in which the extension renders in a slot
|
|
|
122
122
|
|
|
123
123
|
#### Defined in
|
|
124
124
|
|
|
125
|
-
[packages/framework/esm-globals/src/types.ts:
|
|
125
|
+
[packages/framework/esm-globals/src/types.ts:143](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-globals/src/types.ts#L143)
|
|
126
126
|
|
|
127
127
|
___
|
|
128
128
|
|
|
@@ -139,7 +139,7 @@ If more than one privilege is provided, the user must have all specified permiss
|
|
|
139
139
|
|
|
140
140
|
#### Defined in
|
|
141
141
|
|
|
142
|
-
[packages/framework/esm-globals/src/types.ts:
|
|
142
|
+
[packages/framework/esm-globals/src/types.ts:126](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-globals/src/types.ts#L126)
|
|
143
143
|
|
|
144
144
|
___
|
|
145
145
|
|
|
@@ -155,7 +155,7 @@ Defines resources that are loaded when the component should mount.
|
|
|
155
155
|
|
|
156
156
|
#### Defined in
|
|
157
157
|
|
|
158
|
-
[packages/framework/esm-globals/src/types.ts:
|
|
158
|
+
[packages/framework/esm-globals/src/types.ts:130](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-globals/src/types.ts#L130)
|
|
159
159
|
|
|
160
160
|
___
|
|
161
161
|
|
|
@@ -167,7 +167,7 @@ A slot to attach to
|
|
|
167
167
|
|
|
168
168
|
#### Defined in
|
|
169
169
|
|
|
170
|
-
[packages/framework/esm-globals/src/types.ts:
|
|
170
|
+
[packages/framework/esm-globals/src/types.ts:137](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-globals/src/types.ts#L137)
|
|
171
171
|
|
|
172
172
|
___
|
|
173
173
|
|
|
@@ -179,7 +179,7 @@ Slots to attach to
|
|
|
179
179
|
|
|
180
180
|
#### Defined in
|
|
181
181
|
|
|
182
|
-
[packages/framework/esm-globals/src/types.ts:
|
|
182
|
+
[packages/framework/esm-globals/src/types.ts:139](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-globals/src/types.ts#L139)
|
|
183
183
|
|
|
184
184
|
## Methods
|
|
185
185
|
|
|
@@ -199,4 +199,4 @@ Defines a function to use for actually loading the component's lifecycle.
|
|
|
199
199
|
|
|
200
200
|
#### Defined in
|
|
201
201
|
|
|
202
|
-
[packages/framework/esm-globals/src/types.ts:
|
|
202
|
+
[packages/framework/esm-globals/src/types.ts:113](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-globals/src/types.ts#L113)
|
|
@@ -16,4 +16,4 @@
|
|
|
16
16
|
|
|
17
17
|
#### Defined in
|
|
18
18
|
|
|
19
|
-
[packages/framework/esm-globals/src/types.ts:
|
|
19
|
+
[packages/framework/esm-globals/src/types.ts:66](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-globals/src/types.ts#L66)
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
|
|
20
20
|
#### Defined in
|
|
21
21
|
|
|
22
|
-
[packages/framework/esm-globals/src/types.ts:
|
|
22
|
+
[packages/framework/esm-globals/src/types.ts:70](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-globals/src/types.ts#L70)
|
|
23
23
|
|
|
24
24
|
___
|
|
25
25
|
|
|
@@ -29,7 +29,7 @@ ___
|
|
|
29
29
|
|
|
30
30
|
#### Defined in
|
|
31
31
|
|
|
32
|
-
[packages/framework/esm-globals/src/types.ts:
|
|
32
|
+
[packages/framework/esm-globals/src/types.ts:71](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-globals/src/types.ts#L71)
|
|
33
33
|
|
|
34
34
|
___
|
|
35
35
|
|
|
@@ -39,7 +39,7 @@ ___
|
|
|
39
39
|
|
|
40
40
|
#### Defined in
|
|
41
41
|
|
|
42
|
-
[packages/framework/esm-globals/src/types.ts:
|
|
42
|
+
[packages/framework/esm-globals/src/types.ts:72](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-globals/src/types.ts#L72)
|
|
43
43
|
|
|
44
44
|
___
|
|
45
45
|
|
|
@@ -49,4 +49,4 @@ ___
|
|
|
49
49
|
|
|
50
50
|
#### Defined in
|
|
51
51
|
|
|
52
|
-
[packages/framework/esm-globals/src/types.ts:
|
|
52
|
+
[packages/framework/esm-globals/src/types.ts:73](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-globals/src/types.ts#L73)
|
|
@@ -38,7 +38,7 @@ The module/app that defines the component
|
|
|
38
38
|
|
|
39
39
|
#### Defined in
|
|
40
40
|
|
|
41
|
-
[packages/framework/esm-globals/src/types.ts:
|
|
41
|
+
[packages/framework/esm-globals/src/types.ts:109](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-globals/src/types.ts#L109)
|
|
42
42
|
|
|
43
43
|
___
|
|
44
44
|
|
|
@@ -54,7 +54,7 @@ Defines the offline support / properties of the component.
|
|
|
54
54
|
|
|
55
55
|
#### Defined in
|
|
56
56
|
|
|
57
|
-
[packages/framework/esm-globals/src/types.ts:
|
|
57
|
+
[packages/framework/esm-globals/src/types.ts:121](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-globals/src/types.ts#L121)
|
|
58
58
|
|
|
59
59
|
___
|
|
60
60
|
|
|
@@ -70,7 +70,7 @@ Defines the online support / properties of the component.
|
|
|
70
70
|
|
|
71
71
|
#### Defined in
|
|
72
72
|
|
|
73
|
-
[packages/framework/esm-globals/src/types.ts:
|
|
73
|
+
[packages/framework/esm-globals/src/types.ts:117](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-globals/src/types.ts#L117)
|
|
74
74
|
|
|
75
75
|
___
|
|
76
76
|
|
|
@@ -82,7 +82,7 @@ The order in which to load the page. This determines DOM order.
|
|
|
82
82
|
|
|
83
83
|
#### Defined in
|
|
84
84
|
|
|
85
|
-
[packages/framework/esm-globals/src/types.ts:
|
|
85
|
+
[packages/framework/esm-globals/src/types.ts:156](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-globals/src/types.ts#L156)
|
|
86
86
|
|
|
87
87
|
___
|
|
88
88
|
|
|
@@ -99,7 +99,7 @@ If more than one privilege is provided, the user must have all specified permiss
|
|
|
99
99
|
|
|
100
100
|
#### Defined in
|
|
101
101
|
|
|
102
|
-
[packages/framework/esm-globals/src/types.ts:
|
|
102
|
+
[packages/framework/esm-globals/src/types.ts:126](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-globals/src/types.ts#L126)
|
|
103
103
|
|
|
104
104
|
___
|
|
105
105
|
|
|
@@ -115,7 +115,7 @@ Defines resources that are loaded when the component should mount.
|
|
|
115
115
|
|
|
116
116
|
#### Defined in
|
|
117
117
|
|
|
118
|
-
[packages/framework/esm-globals/src/types.ts:
|
|
118
|
+
[packages/framework/esm-globals/src/types.ts:130](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-globals/src/types.ts#L130)
|
|
119
119
|
|
|
120
120
|
___
|
|
121
121
|
|
|
@@ -127,7 +127,7 @@ The route of the page.
|
|
|
127
127
|
|
|
128
128
|
#### Defined in
|
|
129
129
|
|
|
130
|
-
[packages/framework/esm-globals/src/types.ts:
|
|
130
|
+
[packages/framework/esm-globals/src/types.ts:152](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-globals/src/types.ts#L152)
|
|
131
131
|
|
|
132
132
|
## Methods
|
|
133
133
|
|
|
@@ -147,4 +147,4 @@ Defines a function to use for actually loading the component's lifecycle.
|
|
|
147
147
|
|
|
148
148
|
#### Defined in
|
|
149
149
|
|
|
150
|
-
[packages/framework/esm-globals/src/types.ts:
|
|
150
|
+
[packages/framework/esm-globals/src/types.ts:113](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-globals/src/types.ts#L113)
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
|
|
21
21
|
#### Defined in
|
|
22
22
|
|
|
23
|
-
[packages/framework/esm-globals/src/types.ts:
|
|
23
|
+
[packages/framework/esm-globals/src/types.ts:102](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-globals/src/types.ts#L102)
|
|
@@ -22,7 +22,7 @@ The base path or URL for the OpenMRS API / endpoints.
|
|
|
22
22
|
|
|
23
23
|
#### Defined in
|
|
24
24
|
|
|
25
|
-
[packages/framework/esm-globals/src/types.ts:
|
|
25
|
+
[packages/framework/esm-globals/src/types.ts:80](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-globals/src/types.ts#L80)
|
|
26
26
|
|
|
27
27
|
___
|
|
28
28
|
|
|
@@ -34,7 +34,7 @@ URLs of configurations to load in the system.
|
|
|
34
34
|
|
|
35
35
|
#### Defined in
|
|
36
36
|
|
|
37
|
-
[packages/framework/esm-globals/src/types.ts:
|
|
37
|
+
[packages/framework/esm-globals/src/types.ts:93](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-globals/src/types.ts#L93)
|
|
38
38
|
|
|
39
39
|
___
|
|
40
40
|
|
|
@@ -48,7 +48,7 @@ The environment to use.
|
|
|
48
48
|
|
|
49
49
|
#### Defined in
|
|
50
50
|
|
|
51
|
-
[packages/framework/esm-globals/src/types.ts:
|
|
51
|
+
[packages/framework/esm-globals/src/types.ts:89](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-globals/src/types.ts#L89)
|
|
52
52
|
|
|
53
53
|
___
|
|
54
54
|
|
|
@@ -62,7 +62,7 @@ Defines if offline should be supported by installing a service worker.
|
|
|
62
62
|
|
|
63
63
|
#### Defined in
|
|
64
64
|
|
|
65
|
-
[packages/framework/esm-globals/src/types.ts:
|
|
65
|
+
[packages/framework/esm-globals/src/types.ts:98](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-globals/src/types.ts#L98)
|
|
66
66
|
|
|
67
67
|
___
|
|
68
68
|
|
|
@@ -74,4 +74,4 @@ The base path for the SPA root path.
|
|
|
74
74
|
|
|
75
75
|
#### Defined in
|
|
76
76
|
|
|
77
|
-
[packages/framework/esm-globals/src/types.ts:
|
|
77
|
+
[packages/framework/esm-globals/src/types.ts:84](https://github.com/openmrs/openmrs-esm-core/blob/main/packages/framework/esm-globals/src/types.ts#L84)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openmrs/esm-framework",
|
|
3
|
-
"version": "4.4.2-pre.
|
|
3
|
+
"version": "4.4.2-pre.736",
|
|
4
4
|
"license": "MPL-2.0",
|
|
5
5
|
"browser": "dist/openmrs-esm-framework.js",
|
|
6
6
|
"main": "src/index.ts",
|
|
@@ -35,18 +35,18 @@
|
|
|
35
35
|
"access": "public"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@openmrs/esm-api": "^4.4.2-pre.
|
|
39
|
-
"@openmrs/esm-breadcrumbs": "^4.4.2-pre.
|
|
40
|
-
"@openmrs/esm-config": "^4.4.2-pre.
|
|
41
|
-
"@openmrs/esm-dynamic-loading": "^4.4.2-pre.
|
|
42
|
-
"@openmrs/esm-error-handling": "^4.4.2-pre.
|
|
43
|
-
"@openmrs/esm-extensions": "^4.4.2-pre.
|
|
44
|
-
"@openmrs/esm-globals": "^4.4.2-pre.
|
|
45
|
-
"@openmrs/esm-offline": "^4.4.2-pre.
|
|
46
|
-
"@openmrs/esm-react-utils": "^4.4.2-pre.
|
|
47
|
-
"@openmrs/esm-state": "^4.4.2-pre.
|
|
48
|
-
"@openmrs/esm-styleguide": "^4.4.2-pre.
|
|
49
|
-
"@openmrs/esm-utils": "^4.4.2-pre.
|
|
38
|
+
"@openmrs/esm-api": "^4.4.2-pre.736",
|
|
39
|
+
"@openmrs/esm-breadcrumbs": "^4.4.2-pre.736",
|
|
40
|
+
"@openmrs/esm-config": "^4.4.2-pre.736",
|
|
41
|
+
"@openmrs/esm-dynamic-loading": "^4.4.2-pre.736",
|
|
42
|
+
"@openmrs/esm-error-handling": "^4.4.2-pre.736",
|
|
43
|
+
"@openmrs/esm-extensions": "^4.4.2-pre.736",
|
|
44
|
+
"@openmrs/esm-globals": "^4.4.2-pre.736",
|
|
45
|
+
"@openmrs/esm-offline": "^4.4.2-pre.736",
|
|
46
|
+
"@openmrs/esm-react-utils": "^4.4.2-pre.736",
|
|
47
|
+
"@openmrs/esm-state": "^4.4.2-pre.736",
|
|
48
|
+
"@openmrs/esm-styleguide": "^4.4.2-pre.736",
|
|
49
|
+
"@openmrs/esm-utils": "^4.4.2-pre.736",
|
|
50
50
|
"dayjs": "^1.10.7"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
@@ -54,5 +54,5 @@
|
|
|
54
54
|
"jest-cli": "28.1.0",
|
|
55
55
|
"jest-environment-jsdom": "28.1.0"
|
|
56
56
|
},
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "2280ecaba812588327a42c94cbe6d16bd548dc0d"
|
|
58
58
|
}
|