@teambit/changelog 1.0.511 → 1.0.513
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.
@@ -1,4 +1,4 @@
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
2
2
|
<testsuites tests="0" failures="0" errors="0" skipped="0">
|
3
|
-
<testsuite name="teambit.component/changelog@1.0.
|
3
|
+
<testsuite name="teambit.component/changelog@1.0.513" tests="0" failures="0" errors="0" skipped="0"/>
|
4
4
|
</testsuites>
|
@@ -1 +1 @@
|
|
1
|
-
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports["teambit.component/changelog-preview"]=t():e["teambit.component/changelog-preview"]=t()}(self,(()=>(()=>{"use strict";var e={
|
1
|
+
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports["teambit.component/changelog-preview"]=t():e["teambit.component/changelog-preview"]=t()}(self,(()=>(()=>{"use strict";var e={618:(e,t,o)=>{var n={id:"teambit.component/changelog@1.0.513",homepage:"https://bit.cloud/teambit/component/changelog",exported:!0};function r(){const e=i(o(1594));return r=function(){return e},e}function i(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.Logo=void 0,r.__bit_component=n,i.__bit_component=n;const c=()=>r().default.createElement("div",{style:{height:"100%",display:"flex",justifyContent:"center"}},r().default.createElement("img",{style:{width:70},src:"https://static.bit.dev/extensions-icons/changelog.svg"}));c.__bit_component=n,t.Logo=c},1594:e=>{e.exports=React}},t={};function o(n){var r=t[n];if(void 0!==r)return r.exports;var i=t[n]={exports:{}};return e[n](i,i.exports,o),i.exports}o.d=(e,t)=>{for(var n in t)o.o(t,n)&&!o.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},o.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),o.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var n={};o.r(n),o.d(n,{compositions:()=>f,compositions_metadata:()=>v,overview:()=>m});var r={};o.r(r),o.d(r,{default:()=>d});var i=o(618);o(1594);const c=MdxJsReact,a=TeambitMdxUiMdxScopeContext;var p=["components"];function s(){return s=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var o=arguments[t];for(var n in o)({}).hasOwnProperty.call(o,n)&&(e[n]=o[n])}return e},s.apply(null,arguments)}var l={},u="wrapper";function d(e){var t=e.components,o=function(e,t){if(null==e)return{};var o,n,r=function(e,t){if(null==e)return{};var o={};for(var n in e)if({}.hasOwnProperty.call(e,n)){if(t.includes(n))continue;o[n]=e[n]}return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)o=i[n],t.includes(o)||{}.propertyIsEnumerable.call(e,o)&&(r[o]=e[o])}return r}(e,p);return(0,c.mdx)(u,s({},l,o,{components:t,mdxType:"MDXLayout"}),(0,c.mdx)(a.MDXScopeProvider,{components:{},mdxType:"MDXScopeProvider"}))}d.isMDXComponent=!0;const f=[i],m=[r],v={compositions:[{displayName:"Logo",identifier:"Logo"}]};return n})()));
|
@@ -0,0 +1,1088 @@
|
|
1
|
+
{
|
2
|
+
"__schema": "APISchema",
|
3
|
+
"location": {
|
4
|
+
"filePath": "index.ts",
|
5
|
+
"line": 1,
|
6
|
+
"character": 1
|
7
|
+
},
|
8
|
+
"module": {
|
9
|
+
"__schema": "ModuleSchema",
|
10
|
+
"location": {
|
11
|
+
"filePath": "index.ts",
|
12
|
+
"line": 1,
|
13
|
+
"character": 1
|
14
|
+
},
|
15
|
+
"exports": [
|
16
|
+
{
|
17
|
+
"__schema": "ExportSchema",
|
18
|
+
"location": {
|
19
|
+
"filePath": "index.ts",
|
20
|
+
"line": 3,
|
21
|
+
"character": 15
|
22
|
+
},
|
23
|
+
"signature": "type ChangeLogPageProps = {\n host?: string;\n useComponentLogs?: (id: string, host: string, filters?: Filters, skip?: boolean) => ComponentLogsResult;\n} & React.HTMLAttributes<HTMLDivElement>",
|
24
|
+
"name": "ChangeLogPageProps",
|
25
|
+
"exportNode": {
|
26
|
+
"__schema": "TypeSchema",
|
27
|
+
"location": {
|
28
|
+
"filePath": "ui/change-log-page.tsx",
|
29
|
+
"line": 18,
|
30
|
+
"character": 1
|
31
|
+
},
|
32
|
+
"signature": "type ChangeLogPageProps = {\n host?: string;\n useComponentLogs?: (id: string, host: string, filters?: Filters, skip?: boolean) => ComponentLogsResult;\n} & React.HTMLAttributes<HTMLDivElement>",
|
33
|
+
"name": "ChangeLogPageProps",
|
34
|
+
"type": {
|
35
|
+
"__schema": "TypeIntersectionSchema",
|
36
|
+
"location": {
|
37
|
+
"filePath": "ui/change-log-page.tsx",
|
38
|
+
"line": 18,
|
39
|
+
"character": 34
|
40
|
+
},
|
41
|
+
"types": [
|
42
|
+
{
|
43
|
+
"__schema": "TypeLiteralSchema",
|
44
|
+
"location": {
|
45
|
+
"filePath": "ui/change-log-page.tsx",
|
46
|
+
"line": 18,
|
47
|
+
"character": 34
|
48
|
+
},
|
49
|
+
"members": [
|
50
|
+
{
|
51
|
+
"__schema": "VariableLikeSchema",
|
52
|
+
"location": {
|
53
|
+
"filePath": "ui/change-log-page.tsx",
|
54
|
+
"line": 19,
|
55
|
+
"character": 3
|
56
|
+
},
|
57
|
+
"signature": "(property) host?: string | undefined",
|
58
|
+
"name": "host",
|
59
|
+
"type": {
|
60
|
+
"__schema": "KeywordTypeSchema",
|
61
|
+
"location": {
|
62
|
+
"filePath": "ui/change-log-page.tsx",
|
63
|
+
"line": 19,
|
64
|
+
"character": 10
|
65
|
+
},
|
66
|
+
"name": "string"
|
67
|
+
},
|
68
|
+
"isOptional": true
|
69
|
+
},
|
70
|
+
{
|
71
|
+
"__schema": "VariableLikeSchema",
|
72
|
+
"location": {
|
73
|
+
"filePath": "ui/change-log-page.tsx",
|
74
|
+
"line": 20,
|
75
|
+
"character": 3
|
76
|
+
},
|
77
|
+
"signature": "(property) useComponentLogs?: ((id: string, host: string, filters?: Filters, skip?: boolean) => ComponentLogsResult) | undefined",
|
78
|
+
"name": "useComponentLogs",
|
79
|
+
"type": {
|
80
|
+
"__schema": "FunctionLikeSchema",
|
81
|
+
"location": {
|
82
|
+
"filePath": "ui/change-log-page.tsx",
|
83
|
+
"line": 20,
|
84
|
+
"character": 22
|
85
|
+
},
|
86
|
+
"signature": "(id: string, host: string, filters?: Filters, skip?: boolean): ComponentLogsResult",
|
87
|
+
"name": "",
|
88
|
+
"params": [
|
89
|
+
{
|
90
|
+
"__schema": "ParameterSchema",
|
91
|
+
"location": {
|
92
|
+
"filePath": "ui/change-log-page.tsx",
|
93
|
+
"line": 20,
|
94
|
+
"character": 23
|
95
|
+
},
|
96
|
+
"name": "id",
|
97
|
+
"type": {
|
98
|
+
"__schema": "KeywordTypeSchema",
|
99
|
+
"location": {
|
100
|
+
"filePath": "ui/change-log-page.tsx",
|
101
|
+
"line": 20,
|
102
|
+
"character": 27
|
103
|
+
},
|
104
|
+
"name": "string"
|
105
|
+
},
|
106
|
+
"isOptional": false,
|
107
|
+
"isSpread": false
|
108
|
+
},
|
109
|
+
{
|
110
|
+
"__schema": "ParameterSchema",
|
111
|
+
"location": {
|
112
|
+
"filePath": "ui/change-log-page.tsx",
|
113
|
+
"line": 20,
|
114
|
+
"character": 35
|
115
|
+
},
|
116
|
+
"name": "host",
|
117
|
+
"type": {
|
118
|
+
"__schema": "KeywordTypeSchema",
|
119
|
+
"location": {
|
120
|
+
"filePath": "ui/change-log-page.tsx",
|
121
|
+
"line": 20,
|
122
|
+
"character": 41
|
123
|
+
},
|
124
|
+
"name": "string"
|
125
|
+
},
|
126
|
+
"isOptional": false,
|
127
|
+
"isSpread": false
|
128
|
+
},
|
129
|
+
{
|
130
|
+
"__schema": "ParameterSchema",
|
131
|
+
"location": {
|
132
|
+
"filePath": "ui/change-log-page.tsx",
|
133
|
+
"line": 20,
|
134
|
+
"character": 49
|
135
|
+
},
|
136
|
+
"name": "filters",
|
137
|
+
"type": {
|
138
|
+
"__schema": "TypeRefSchema",
|
139
|
+
"location": {
|
140
|
+
"filePath": "ui/change-log-page.tsx",
|
141
|
+
"line": 20,
|
142
|
+
"character": 59
|
143
|
+
},
|
144
|
+
"name": "Filters"
|
145
|
+
},
|
146
|
+
"isOptional": true,
|
147
|
+
"isSpread": false
|
148
|
+
},
|
149
|
+
{
|
150
|
+
"__schema": "ParameterSchema",
|
151
|
+
"location": {
|
152
|
+
"filePath": "ui/change-log-page.tsx",
|
153
|
+
"line": 20,
|
154
|
+
"character": 68
|
155
|
+
},
|
156
|
+
"name": "skip",
|
157
|
+
"type": {
|
158
|
+
"__schema": "KeywordTypeSchema",
|
159
|
+
"location": {
|
160
|
+
"filePath": "ui/change-log-page.tsx",
|
161
|
+
"line": 20,
|
162
|
+
"character": 75
|
163
|
+
},
|
164
|
+
"name": "boolean"
|
165
|
+
},
|
166
|
+
"isOptional": true,
|
167
|
+
"isSpread": false
|
168
|
+
}
|
169
|
+
],
|
170
|
+
"returnType": {
|
171
|
+
"__schema": "TypeRefSchema",
|
172
|
+
"location": {
|
173
|
+
"filePath": "ui/change-log-page.tsx",
|
174
|
+
"line": 20,
|
175
|
+
"character": 87
|
176
|
+
},
|
177
|
+
"name": "ComponentLogsResult"
|
178
|
+
},
|
179
|
+
"modifiers": []
|
180
|
+
},
|
181
|
+
"isOptional": true
|
182
|
+
}
|
183
|
+
]
|
184
|
+
},
|
185
|
+
{
|
186
|
+
"__schema": "TypeRefSchema",
|
187
|
+
"location": {
|
188
|
+
"filePath": "ui/change-log-page.tsx",
|
189
|
+
"line": 21,
|
190
|
+
"character": 5
|
191
|
+
},
|
192
|
+
"name": "HTMLAttributes",
|
193
|
+
"typeArgs": [
|
194
|
+
{
|
195
|
+
"__schema": "TypeRefSchema",
|
196
|
+
"location": {
|
197
|
+
"filePath": "ui/change-log-page.tsx",
|
198
|
+
"line": 21,
|
199
|
+
"character": 20
|
200
|
+
},
|
201
|
+
"name": "HTMLDivElement"
|
202
|
+
}
|
203
|
+
]
|
204
|
+
}
|
205
|
+
]
|
206
|
+
}
|
207
|
+
}
|
208
|
+
},
|
209
|
+
{
|
210
|
+
"__schema": "ExportSchema",
|
211
|
+
"location": {
|
212
|
+
"filePath": "index.ts",
|
213
|
+
"line": 5,
|
214
|
+
"character": 15
|
215
|
+
},
|
216
|
+
"signature": "class ChangeLogUI",
|
217
|
+
"name": "ChangeLogUI",
|
218
|
+
"exportNode": {
|
219
|
+
"__schema": "ClassSchema",
|
220
|
+
"location": {
|
221
|
+
"filePath": "changelog.ui.runtime.tsx",
|
222
|
+
"line": 10,
|
223
|
+
"character": 1
|
224
|
+
},
|
225
|
+
"signature": "class ChangeLogUI",
|
226
|
+
"name": "ChangeLogUI",
|
227
|
+
"members": [
|
228
|
+
{
|
229
|
+
"__schema": "ConstructorSchema",
|
230
|
+
"location": {
|
231
|
+
"filePath": "changelog.ui.runtime.tsx",
|
232
|
+
"line": 11,
|
233
|
+
"character": 3
|
234
|
+
},
|
235
|
+
"signature": "constructor ChangeLogUI(host: string): ChangeLogUI",
|
236
|
+
"name": "constructor",
|
237
|
+
"params": [
|
238
|
+
{
|
239
|
+
"__schema": "ParameterSchema",
|
240
|
+
"location": {
|
241
|
+
"filePath": "changelog.ui.runtime.tsx",
|
242
|
+
"line": 11,
|
243
|
+
"character": 15
|
244
|
+
},
|
245
|
+
"name": "host",
|
246
|
+
"type": {
|
247
|
+
"__schema": "KeywordTypeSchema",
|
248
|
+
"location": {
|
249
|
+
"filePath": "changelog.ui.runtime.tsx",
|
250
|
+
"line": 11,
|
251
|
+
"character": 29
|
252
|
+
},
|
253
|
+
"name": "string"
|
254
|
+
},
|
255
|
+
"isOptional": false,
|
256
|
+
"isSpread": false
|
257
|
+
}
|
258
|
+
],
|
259
|
+
"returnType": {
|
260
|
+
"__schema": "ThisTypeSchema",
|
261
|
+
"location": {
|
262
|
+
"filePath": "changelog.ui.runtime.tsx",
|
263
|
+
"line": 10,
|
264
|
+
"character": 1
|
265
|
+
},
|
266
|
+
"name": "ChangeLogUI"
|
267
|
+
},
|
268
|
+
"modifiers": []
|
269
|
+
},
|
270
|
+
{
|
271
|
+
"__schema": "VariableLikeSchema",
|
272
|
+
"location": {
|
273
|
+
"filePath": "changelog.ui.runtime.tsx",
|
274
|
+
"line": 13,
|
275
|
+
"character": 3
|
276
|
+
},
|
277
|
+
"signature": "(property) ChangeLogUI.ChangeLog: (props?: ChangeLogPageProps) => React.JSX.Element",
|
278
|
+
"name": "ChangeLog",
|
279
|
+
"type": {
|
280
|
+
"__schema": "InferenceTypeSchema",
|
281
|
+
"location": {
|
282
|
+
"filePath": "changelog.ui.runtime.tsx",
|
283
|
+
"line": 13,
|
284
|
+
"character": 3
|
285
|
+
},
|
286
|
+
"type": "(props?: ChangeLogPageProps) => React.JSX.Element"
|
287
|
+
},
|
288
|
+
"isOptional": true,
|
289
|
+
"defaultValue": "(props: ChangeLogPageProps = {}) => {\n return <ChangeLogPage {...props} host={this.host} />;\n }"
|
290
|
+
},
|
291
|
+
{
|
292
|
+
"__schema": "VariableLikeSchema",
|
293
|
+
"location": {
|
294
|
+
"filePath": "changelog.ui.runtime.tsx",
|
295
|
+
"line": 17,
|
296
|
+
"character": 3
|
297
|
+
},
|
298
|
+
"signature": "(property) ChangeLogUI.dependencies: Aspect[]",
|
299
|
+
"name": "dependencies",
|
300
|
+
"type": {
|
301
|
+
"__schema": "InferenceTypeSchema",
|
302
|
+
"location": {
|
303
|
+
"filePath": "changelog.ui.runtime.tsx",
|
304
|
+
"line": 17,
|
305
|
+
"character": 3
|
306
|
+
},
|
307
|
+
"type": "Aspect[]"
|
308
|
+
},
|
309
|
+
"isOptional": true,
|
310
|
+
"defaultValue": "[ComponentAspect]"
|
311
|
+
},
|
312
|
+
{
|
313
|
+
"__schema": "VariableLikeSchema",
|
314
|
+
"location": {
|
315
|
+
"filePath": "changelog.ui.runtime.tsx",
|
316
|
+
"line": 19,
|
317
|
+
"character": 3
|
318
|
+
},
|
319
|
+
"signature": "(property) ChangeLogUI.runtime: RuntimeDefinition",
|
320
|
+
"name": "runtime",
|
321
|
+
"type": {
|
322
|
+
"__schema": "InferenceTypeSchema",
|
323
|
+
"location": {
|
324
|
+
"filePath": "changelog.ui.runtime.tsx",
|
325
|
+
"line": 19,
|
326
|
+
"character": 3
|
327
|
+
},
|
328
|
+
"type": "RuntimeDefinition"
|
329
|
+
},
|
330
|
+
"isOptional": true,
|
331
|
+
"defaultValue": "UIRuntime"
|
332
|
+
},
|
333
|
+
{
|
334
|
+
"__schema": "FunctionLikeSchema",
|
335
|
+
"location": {
|
336
|
+
"filePath": "changelog.ui.runtime.tsx",
|
337
|
+
"line": 21,
|
338
|
+
"character": 3
|
339
|
+
},
|
340
|
+
"signature": "(method) ChangeLogUI.provider([component]: [ComponentUI], _: any, __: any, harmony: Harmony): Promise<ChangeLogUI>",
|
341
|
+
"name": "provider",
|
342
|
+
"params": [
|
343
|
+
{
|
344
|
+
"__schema": "ParameterSchema",
|
345
|
+
"location": {
|
346
|
+
"filePath": "changelog.ui.runtime.tsx",
|
347
|
+
"line": 21,
|
348
|
+
"character": 25
|
349
|
+
},
|
350
|
+
"name": "[ component ]",
|
351
|
+
"type": {
|
352
|
+
"__schema": "TupleTypeSchema",
|
353
|
+
"location": {
|
354
|
+
"filePath": "changelog.ui.runtime.tsx",
|
355
|
+
"line": 21,
|
356
|
+
"character": 38
|
357
|
+
},
|
358
|
+
"elements": [
|
359
|
+
{
|
360
|
+
"__schema": "TypeRefSchema",
|
361
|
+
"location": {
|
362
|
+
"filePath": "changelog.ui.runtime.tsx",
|
363
|
+
"line": 21,
|
364
|
+
"character": 39
|
365
|
+
},
|
366
|
+
"name": "ComponentUI"
|
367
|
+
}
|
368
|
+
]
|
369
|
+
},
|
370
|
+
"isOptional": false,
|
371
|
+
"isSpread": false
|
372
|
+
},
|
373
|
+
{
|
374
|
+
"__schema": "ParameterSchema",
|
375
|
+
"location": {
|
376
|
+
"filePath": "changelog.ui.runtime.tsx",
|
377
|
+
"line": 21,
|
378
|
+
"character": 53
|
379
|
+
},
|
380
|
+
"name": "_",
|
381
|
+
"type": {
|
382
|
+
"__schema": "InferenceTypeSchema",
|
383
|
+
"location": {
|
384
|
+
"filePath": "changelog.ui.runtime.tsx",
|
385
|
+
"line": 21,
|
386
|
+
"character": 53
|
387
|
+
},
|
388
|
+
"type": "any"
|
389
|
+
},
|
390
|
+
"isOptional": false,
|
391
|
+
"isSpread": false
|
392
|
+
},
|
393
|
+
{
|
394
|
+
"__schema": "ParameterSchema",
|
395
|
+
"location": {
|
396
|
+
"filePath": "changelog.ui.runtime.tsx",
|
397
|
+
"line": 21,
|
398
|
+
"character": 56
|
399
|
+
},
|
400
|
+
"name": "__",
|
401
|
+
"type": {
|
402
|
+
"__schema": "InferenceTypeSchema",
|
403
|
+
"location": {
|
404
|
+
"filePath": "changelog.ui.runtime.tsx",
|
405
|
+
"line": 21,
|
406
|
+
"character": 56
|
407
|
+
},
|
408
|
+
"type": "any"
|
409
|
+
},
|
410
|
+
"isOptional": false,
|
411
|
+
"isSpread": false
|
412
|
+
},
|
413
|
+
{
|
414
|
+
"__schema": "ParameterSchema",
|
415
|
+
"location": {
|
416
|
+
"filePath": "changelog.ui.runtime.tsx",
|
417
|
+
"line": 21,
|
418
|
+
"character": 60
|
419
|
+
},
|
420
|
+
"name": "harmony",
|
421
|
+
"type": {
|
422
|
+
"__schema": "TypeRefSchema",
|
423
|
+
"location": {
|
424
|
+
"filePath": "changelog.ui.runtime.tsx",
|
425
|
+
"line": 21,
|
426
|
+
"character": 69
|
427
|
+
},
|
428
|
+
"name": "Harmony"
|
429
|
+
},
|
430
|
+
"isOptional": false,
|
431
|
+
"isSpread": false
|
432
|
+
}
|
433
|
+
],
|
434
|
+
"returnType": {
|
435
|
+
"__schema": "InferenceTypeSchema",
|
436
|
+
"location": {
|
437
|
+
"filePath": "changelog.ui.runtime.tsx",
|
438
|
+
"line": 21,
|
439
|
+
"character": 3
|
440
|
+
},
|
441
|
+
"type": "Promise<ChangeLogUI>"
|
442
|
+
},
|
443
|
+
"modifiers": [
|
444
|
+
"static",
|
445
|
+
"async"
|
446
|
+
]
|
447
|
+
}
|
448
|
+
],
|
449
|
+
"extendsNodes": [],
|
450
|
+
"implementNodes": []
|
451
|
+
}
|
452
|
+
},
|
453
|
+
{
|
454
|
+
"__schema": "ExportSchema",
|
455
|
+
"location": {
|
456
|
+
"filePath": "index.ts",
|
457
|
+
"line": 6,
|
458
|
+
"character": 10
|
459
|
+
},
|
460
|
+
"signature": "const ChangelogAspect: Aspect",
|
461
|
+
"name": "ChangelogAspect",
|
462
|
+
"exportNode": {
|
463
|
+
"__schema": "VariableLikeSchema",
|
464
|
+
"location": {
|
465
|
+
"filePath": "changelog.aspect.ts",
|
466
|
+
"line": 3,
|
467
|
+
"character": 14
|
468
|
+
},
|
469
|
+
"signature": "const ChangelogAspect: Aspect",
|
470
|
+
"name": "ChangelogAspect",
|
471
|
+
"type": {
|
472
|
+
"__schema": "TypeRefSchema",
|
473
|
+
"location": {
|
474
|
+
"filePath": "changelog.aspect.ts",
|
475
|
+
"line": 3,
|
476
|
+
"character": 14
|
477
|
+
},
|
478
|
+
"name": "Aspect",
|
479
|
+
"componentId": {
|
480
|
+
"scope": "teambit.harmony",
|
481
|
+
"name": "harmony",
|
482
|
+
"version": "0.4.6"
|
483
|
+
}
|
484
|
+
},
|
485
|
+
"isOptional": false,
|
486
|
+
"defaultValue": "Aspect.create({\n id: 'teambit.component/changelog',\n dependencies: [],\n defaultConfig: {},\n})"
|
487
|
+
}
|
488
|
+
},
|
489
|
+
{
|
490
|
+
"__schema": "UnImplementedSchema",
|
491
|
+
"location": {
|
492
|
+
"filePath": "index.ts",
|
493
|
+
"line": 7,
|
494
|
+
"character": 16
|
495
|
+
},
|
496
|
+
"name": "ChangelogAspect",
|
497
|
+
"type": "Identifier"
|
498
|
+
}
|
499
|
+
],
|
500
|
+
"internals": []
|
501
|
+
},
|
502
|
+
"internals": [
|
503
|
+
{
|
504
|
+
"__schema": "ModuleSchema",
|
505
|
+
"location": {
|
506
|
+
"filePath": "ui/change-log-page.tsx",
|
507
|
+
"line": 1,
|
508
|
+
"character": 1
|
509
|
+
},
|
510
|
+
"exports": [
|
511
|
+
{
|
512
|
+
"__schema": "TypeSchema",
|
513
|
+
"location": {
|
514
|
+
"filePath": "ui/change-log-page.tsx",
|
515
|
+
"line": 18,
|
516
|
+
"character": 1
|
517
|
+
},
|
518
|
+
"signature": "type ChangeLogPageProps = {\n host?: string;\n useComponentLogs?: (id: string, host: string, filters?: Filters, skip?: boolean) => ComponentLogsResult;\n} & React.HTMLAttributes<HTMLDivElement>",
|
519
|
+
"name": "ChangeLogPageProps",
|
520
|
+
"type": {
|
521
|
+
"__schema": "TypeIntersectionSchema",
|
522
|
+
"location": {
|
523
|
+
"filePath": "ui/change-log-page.tsx",
|
524
|
+
"line": 18,
|
525
|
+
"character": 34
|
526
|
+
},
|
527
|
+
"types": [
|
528
|
+
{
|
529
|
+
"__schema": "TypeLiteralSchema",
|
530
|
+
"location": {
|
531
|
+
"filePath": "ui/change-log-page.tsx",
|
532
|
+
"line": 18,
|
533
|
+
"character": 34
|
534
|
+
},
|
535
|
+
"members": [
|
536
|
+
{
|
537
|
+
"__schema": "VariableLikeSchema",
|
538
|
+
"location": {
|
539
|
+
"filePath": "ui/change-log-page.tsx",
|
540
|
+
"line": 19,
|
541
|
+
"character": 3
|
542
|
+
},
|
543
|
+
"signature": "(property) host?: string | undefined",
|
544
|
+
"name": "host",
|
545
|
+
"type": {
|
546
|
+
"__schema": "KeywordTypeSchema",
|
547
|
+
"location": {
|
548
|
+
"filePath": "ui/change-log-page.tsx",
|
549
|
+
"line": 19,
|
550
|
+
"character": 10
|
551
|
+
},
|
552
|
+
"name": "string"
|
553
|
+
},
|
554
|
+
"isOptional": true
|
555
|
+
},
|
556
|
+
{
|
557
|
+
"__schema": "VariableLikeSchema",
|
558
|
+
"location": {
|
559
|
+
"filePath": "ui/change-log-page.tsx",
|
560
|
+
"line": 20,
|
561
|
+
"character": 3
|
562
|
+
},
|
563
|
+
"signature": "(property) useComponentLogs?: ((id: string, host: string, filters?: Filters, skip?: boolean) => ComponentLogsResult) | undefined",
|
564
|
+
"name": "useComponentLogs",
|
565
|
+
"type": {
|
566
|
+
"__schema": "FunctionLikeSchema",
|
567
|
+
"location": {
|
568
|
+
"filePath": "ui/change-log-page.tsx",
|
569
|
+
"line": 20,
|
570
|
+
"character": 22
|
571
|
+
},
|
572
|
+
"signature": "(id: string, host: string, filters?: Filters, skip?: boolean): ComponentLogsResult",
|
573
|
+
"name": "",
|
574
|
+
"params": [
|
575
|
+
{
|
576
|
+
"__schema": "ParameterSchema",
|
577
|
+
"location": {
|
578
|
+
"filePath": "ui/change-log-page.tsx",
|
579
|
+
"line": 20,
|
580
|
+
"character": 23
|
581
|
+
},
|
582
|
+
"name": "id",
|
583
|
+
"type": {
|
584
|
+
"__schema": "KeywordTypeSchema",
|
585
|
+
"location": {
|
586
|
+
"filePath": "ui/change-log-page.tsx",
|
587
|
+
"line": 20,
|
588
|
+
"character": 27
|
589
|
+
},
|
590
|
+
"name": "string"
|
591
|
+
},
|
592
|
+
"isOptional": false,
|
593
|
+
"isSpread": false
|
594
|
+
},
|
595
|
+
{
|
596
|
+
"__schema": "ParameterSchema",
|
597
|
+
"location": {
|
598
|
+
"filePath": "ui/change-log-page.tsx",
|
599
|
+
"line": 20,
|
600
|
+
"character": 35
|
601
|
+
},
|
602
|
+
"name": "host",
|
603
|
+
"type": {
|
604
|
+
"__schema": "KeywordTypeSchema",
|
605
|
+
"location": {
|
606
|
+
"filePath": "ui/change-log-page.tsx",
|
607
|
+
"line": 20,
|
608
|
+
"character": 41
|
609
|
+
},
|
610
|
+
"name": "string"
|
611
|
+
},
|
612
|
+
"isOptional": false,
|
613
|
+
"isSpread": false
|
614
|
+
},
|
615
|
+
{
|
616
|
+
"__schema": "ParameterSchema",
|
617
|
+
"location": {
|
618
|
+
"filePath": "ui/change-log-page.tsx",
|
619
|
+
"line": 20,
|
620
|
+
"character": 49
|
621
|
+
},
|
622
|
+
"name": "filters",
|
623
|
+
"type": {
|
624
|
+
"__schema": "TypeRefSchema",
|
625
|
+
"location": {
|
626
|
+
"filePath": "ui/change-log-page.tsx",
|
627
|
+
"line": 20,
|
628
|
+
"character": 59
|
629
|
+
},
|
630
|
+
"name": "Filters"
|
631
|
+
},
|
632
|
+
"isOptional": true,
|
633
|
+
"isSpread": false
|
634
|
+
},
|
635
|
+
{
|
636
|
+
"__schema": "ParameterSchema",
|
637
|
+
"location": {
|
638
|
+
"filePath": "ui/change-log-page.tsx",
|
639
|
+
"line": 20,
|
640
|
+
"character": 68
|
641
|
+
},
|
642
|
+
"name": "skip",
|
643
|
+
"type": {
|
644
|
+
"__schema": "KeywordTypeSchema",
|
645
|
+
"location": {
|
646
|
+
"filePath": "ui/change-log-page.tsx",
|
647
|
+
"line": 20,
|
648
|
+
"character": 75
|
649
|
+
},
|
650
|
+
"name": "boolean"
|
651
|
+
},
|
652
|
+
"isOptional": true,
|
653
|
+
"isSpread": false
|
654
|
+
}
|
655
|
+
],
|
656
|
+
"returnType": {
|
657
|
+
"__schema": "TypeRefSchema",
|
658
|
+
"location": {
|
659
|
+
"filePath": "ui/change-log-page.tsx",
|
660
|
+
"line": 20,
|
661
|
+
"character": 87
|
662
|
+
},
|
663
|
+
"name": "ComponentLogsResult"
|
664
|
+
},
|
665
|
+
"modifiers": []
|
666
|
+
},
|
667
|
+
"isOptional": true
|
668
|
+
}
|
669
|
+
]
|
670
|
+
},
|
671
|
+
{
|
672
|
+
"__schema": "TypeRefSchema",
|
673
|
+
"location": {
|
674
|
+
"filePath": "ui/change-log-page.tsx",
|
675
|
+
"line": 21,
|
676
|
+
"character": 5
|
677
|
+
},
|
678
|
+
"name": "HTMLAttributes",
|
679
|
+
"typeArgs": [
|
680
|
+
{
|
681
|
+
"__schema": "TypeRefSchema",
|
682
|
+
"location": {
|
683
|
+
"filePath": "ui/change-log-page.tsx",
|
684
|
+
"line": 21,
|
685
|
+
"character": 20
|
686
|
+
},
|
687
|
+
"name": "HTMLDivElement"
|
688
|
+
}
|
689
|
+
]
|
690
|
+
}
|
691
|
+
]
|
692
|
+
}
|
693
|
+
},
|
694
|
+
{
|
695
|
+
"__schema": "FunctionLikeSchema",
|
696
|
+
"location": {
|
697
|
+
"filePath": "ui/change-log-page.tsx",
|
698
|
+
"line": 23,
|
699
|
+
"character": 1
|
700
|
+
},
|
701
|
+
"signature": "function ChangeLogPage({ className, useComponentLogs, host, }: ChangeLogPageProps): React.JSX.Element | null",
|
702
|
+
"name": "ChangeLogPage",
|
703
|
+
"params": [
|
704
|
+
{
|
705
|
+
"__schema": "ParameterSchema",
|
706
|
+
"location": {
|
707
|
+
"filePath": "ui/change-log-page.tsx",
|
708
|
+
"line": 23,
|
709
|
+
"character": 31
|
710
|
+
},
|
711
|
+
"name": "{ className, useComponentLogs = defaultUseComponentLogs, host = '' }",
|
712
|
+
"type": {
|
713
|
+
"__schema": "TypeRefSchema",
|
714
|
+
"location": {
|
715
|
+
"filePath": "ui/change-log-page.tsx",
|
716
|
+
"line": 27,
|
717
|
+
"character": 4
|
718
|
+
},
|
719
|
+
"name": "ChangeLogPageProps"
|
720
|
+
},
|
721
|
+
"isOptional": false,
|
722
|
+
"objectBindingNodes": [
|
723
|
+
{
|
724
|
+
"__schema": "InferenceTypeSchema",
|
725
|
+
"location": {
|
726
|
+
"filePath": "ui/change-log-page.tsx",
|
727
|
+
"line": 24,
|
728
|
+
"character": 3
|
729
|
+
},
|
730
|
+
"name": "className",
|
731
|
+
"type": "string | undefined",
|
732
|
+
"isSpread": false
|
733
|
+
},
|
734
|
+
{
|
735
|
+
"__schema": "InferenceTypeSchema",
|
736
|
+
"location": {
|
737
|
+
"filePath": "ui/change-log-page.tsx",
|
738
|
+
"line": 25,
|
739
|
+
"character": 3
|
740
|
+
},
|
741
|
+
"name": "useComponentLogs",
|
742
|
+
"type": "(id: string, host: string, filters?: Filters, skip?: boolean) => ComponentLogsResult",
|
743
|
+
"defaultValue": "defaultUseComponentLogs",
|
744
|
+
"isSpread": false
|
745
|
+
},
|
746
|
+
{
|
747
|
+
"__schema": "InferenceTypeSchema",
|
748
|
+
"location": {
|
749
|
+
"filePath": "ui/change-log-page.tsx",
|
750
|
+
"line": 26,
|
751
|
+
"character": 3
|
752
|
+
},
|
753
|
+
"name": "host",
|
754
|
+
"type": "string",
|
755
|
+
"defaultValue": "''",
|
756
|
+
"isSpread": false
|
757
|
+
}
|
758
|
+
],
|
759
|
+
"isSpread": false
|
760
|
+
}
|
761
|
+
],
|
762
|
+
"returnType": {
|
763
|
+
"__schema": "InferenceTypeSchema",
|
764
|
+
"location": {
|
765
|
+
"filePath": "ui/change-log-page.tsx",
|
766
|
+
"line": 23,
|
767
|
+
"character": 1
|
768
|
+
},
|
769
|
+
"type": "React.JSX.Element | null"
|
770
|
+
},
|
771
|
+
"modifiers": [
|
772
|
+
"export"
|
773
|
+
]
|
774
|
+
}
|
775
|
+
],
|
776
|
+
"internals": []
|
777
|
+
},
|
778
|
+
{
|
779
|
+
"__schema": "ModuleSchema",
|
780
|
+
"location": {
|
781
|
+
"filePath": "changelog.ui.runtime.tsx",
|
782
|
+
"line": 1,
|
783
|
+
"character": 1
|
784
|
+
},
|
785
|
+
"exports": [
|
786
|
+
{
|
787
|
+
"__schema": "ClassSchema",
|
788
|
+
"location": {
|
789
|
+
"filePath": "changelog.ui.runtime.tsx",
|
790
|
+
"line": 10,
|
791
|
+
"character": 1
|
792
|
+
},
|
793
|
+
"signature": "class ChangeLogUI",
|
794
|
+
"name": "ChangeLogUI",
|
795
|
+
"members": [
|
796
|
+
{
|
797
|
+
"__schema": "ConstructorSchema",
|
798
|
+
"location": {
|
799
|
+
"filePath": "changelog.ui.runtime.tsx",
|
800
|
+
"line": 11,
|
801
|
+
"character": 3
|
802
|
+
},
|
803
|
+
"signature": "constructor ChangeLogUI(host: string): ChangeLogUI",
|
804
|
+
"name": "constructor",
|
805
|
+
"params": [
|
806
|
+
{
|
807
|
+
"__schema": "ParameterSchema",
|
808
|
+
"location": {
|
809
|
+
"filePath": "changelog.ui.runtime.tsx",
|
810
|
+
"line": 11,
|
811
|
+
"character": 15
|
812
|
+
},
|
813
|
+
"name": "host",
|
814
|
+
"type": {
|
815
|
+
"__schema": "KeywordTypeSchema",
|
816
|
+
"location": {
|
817
|
+
"filePath": "changelog.ui.runtime.tsx",
|
818
|
+
"line": 11,
|
819
|
+
"character": 29
|
820
|
+
},
|
821
|
+
"name": "string"
|
822
|
+
},
|
823
|
+
"isOptional": false,
|
824
|
+
"isSpread": false
|
825
|
+
}
|
826
|
+
],
|
827
|
+
"returnType": {
|
828
|
+
"__schema": "ThisTypeSchema",
|
829
|
+
"location": {
|
830
|
+
"filePath": "changelog.ui.runtime.tsx",
|
831
|
+
"line": 10,
|
832
|
+
"character": 1
|
833
|
+
},
|
834
|
+
"name": "ChangeLogUI"
|
835
|
+
},
|
836
|
+
"modifiers": []
|
837
|
+
},
|
838
|
+
{
|
839
|
+
"__schema": "VariableLikeSchema",
|
840
|
+
"location": {
|
841
|
+
"filePath": "changelog.ui.runtime.tsx",
|
842
|
+
"line": 13,
|
843
|
+
"character": 3
|
844
|
+
},
|
845
|
+
"signature": "(property) ChangeLogUI.ChangeLog: (props?: ChangeLogPageProps) => React.JSX.Element",
|
846
|
+
"name": "ChangeLog",
|
847
|
+
"type": {
|
848
|
+
"__schema": "InferenceTypeSchema",
|
849
|
+
"location": {
|
850
|
+
"filePath": "changelog.ui.runtime.tsx",
|
851
|
+
"line": 13,
|
852
|
+
"character": 3
|
853
|
+
},
|
854
|
+
"type": "(props?: ChangeLogPageProps) => React.JSX.Element"
|
855
|
+
},
|
856
|
+
"isOptional": true,
|
857
|
+
"defaultValue": "(props: ChangeLogPageProps = {}) => {\n return <ChangeLogPage {...props} host={this.host} />;\n }"
|
858
|
+
},
|
859
|
+
{
|
860
|
+
"__schema": "VariableLikeSchema",
|
861
|
+
"location": {
|
862
|
+
"filePath": "changelog.ui.runtime.tsx",
|
863
|
+
"line": 17,
|
864
|
+
"character": 3
|
865
|
+
},
|
866
|
+
"signature": "(property) ChangeLogUI.dependencies: Aspect[]",
|
867
|
+
"name": "dependencies",
|
868
|
+
"type": {
|
869
|
+
"__schema": "InferenceTypeSchema",
|
870
|
+
"location": {
|
871
|
+
"filePath": "changelog.ui.runtime.tsx",
|
872
|
+
"line": 17,
|
873
|
+
"character": 3
|
874
|
+
},
|
875
|
+
"type": "Aspect[]"
|
876
|
+
},
|
877
|
+
"isOptional": true,
|
878
|
+
"defaultValue": "[ComponentAspect]"
|
879
|
+
},
|
880
|
+
{
|
881
|
+
"__schema": "VariableLikeSchema",
|
882
|
+
"location": {
|
883
|
+
"filePath": "changelog.ui.runtime.tsx",
|
884
|
+
"line": 19,
|
885
|
+
"character": 3
|
886
|
+
},
|
887
|
+
"signature": "(property) ChangeLogUI.runtime: RuntimeDefinition",
|
888
|
+
"name": "runtime",
|
889
|
+
"type": {
|
890
|
+
"__schema": "InferenceTypeSchema",
|
891
|
+
"location": {
|
892
|
+
"filePath": "changelog.ui.runtime.tsx",
|
893
|
+
"line": 19,
|
894
|
+
"character": 3
|
895
|
+
},
|
896
|
+
"type": "RuntimeDefinition"
|
897
|
+
},
|
898
|
+
"isOptional": true,
|
899
|
+
"defaultValue": "UIRuntime"
|
900
|
+
},
|
901
|
+
{
|
902
|
+
"__schema": "FunctionLikeSchema",
|
903
|
+
"location": {
|
904
|
+
"filePath": "changelog.ui.runtime.tsx",
|
905
|
+
"line": 21,
|
906
|
+
"character": 3
|
907
|
+
},
|
908
|
+
"signature": "(method) ChangeLogUI.provider([component]: [ComponentUI], _: any, __: any, harmony: Harmony): Promise<ChangeLogUI>",
|
909
|
+
"name": "provider",
|
910
|
+
"params": [
|
911
|
+
{
|
912
|
+
"__schema": "ParameterSchema",
|
913
|
+
"location": {
|
914
|
+
"filePath": "changelog.ui.runtime.tsx",
|
915
|
+
"line": 21,
|
916
|
+
"character": 25
|
917
|
+
},
|
918
|
+
"name": "[ component ]",
|
919
|
+
"type": {
|
920
|
+
"__schema": "TupleTypeSchema",
|
921
|
+
"location": {
|
922
|
+
"filePath": "changelog.ui.runtime.tsx",
|
923
|
+
"line": 21,
|
924
|
+
"character": 38
|
925
|
+
},
|
926
|
+
"elements": [
|
927
|
+
{
|
928
|
+
"__schema": "TypeRefSchema",
|
929
|
+
"location": {
|
930
|
+
"filePath": "changelog.ui.runtime.tsx",
|
931
|
+
"line": 21,
|
932
|
+
"character": 39
|
933
|
+
},
|
934
|
+
"name": "ComponentUI"
|
935
|
+
}
|
936
|
+
]
|
937
|
+
},
|
938
|
+
"isOptional": false,
|
939
|
+
"isSpread": false
|
940
|
+
},
|
941
|
+
{
|
942
|
+
"__schema": "ParameterSchema",
|
943
|
+
"location": {
|
944
|
+
"filePath": "changelog.ui.runtime.tsx",
|
945
|
+
"line": 21,
|
946
|
+
"character": 53
|
947
|
+
},
|
948
|
+
"name": "_",
|
949
|
+
"type": {
|
950
|
+
"__schema": "InferenceTypeSchema",
|
951
|
+
"location": {
|
952
|
+
"filePath": "changelog.ui.runtime.tsx",
|
953
|
+
"line": 21,
|
954
|
+
"character": 53
|
955
|
+
},
|
956
|
+
"type": "any"
|
957
|
+
},
|
958
|
+
"isOptional": false,
|
959
|
+
"isSpread": false
|
960
|
+
},
|
961
|
+
{
|
962
|
+
"__schema": "ParameterSchema",
|
963
|
+
"location": {
|
964
|
+
"filePath": "changelog.ui.runtime.tsx",
|
965
|
+
"line": 21,
|
966
|
+
"character": 56
|
967
|
+
},
|
968
|
+
"name": "__",
|
969
|
+
"type": {
|
970
|
+
"__schema": "InferenceTypeSchema",
|
971
|
+
"location": {
|
972
|
+
"filePath": "changelog.ui.runtime.tsx",
|
973
|
+
"line": 21,
|
974
|
+
"character": 56
|
975
|
+
},
|
976
|
+
"type": "any"
|
977
|
+
},
|
978
|
+
"isOptional": false,
|
979
|
+
"isSpread": false
|
980
|
+
},
|
981
|
+
{
|
982
|
+
"__schema": "ParameterSchema",
|
983
|
+
"location": {
|
984
|
+
"filePath": "changelog.ui.runtime.tsx",
|
985
|
+
"line": 21,
|
986
|
+
"character": 60
|
987
|
+
},
|
988
|
+
"name": "harmony",
|
989
|
+
"type": {
|
990
|
+
"__schema": "TypeRefSchema",
|
991
|
+
"location": {
|
992
|
+
"filePath": "changelog.ui.runtime.tsx",
|
993
|
+
"line": 21,
|
994
|
+
"character": 69
|
995
|
+
},
|
996
|
+
"name": "Harmony"
|
997
|
+
},
|
998
|
+
"isOptional": false,
|
999
|
+
"isSpread": false
|
1000
|
+
}
|
1001
|
+
],
|
1002
|
+
"returnType": {
|
1003
|
+
"__schema": "InferenceTypeSchema",
|
1004
|
+
"location": {
|
1005
|
+
"filePath": "changelog.ui.runtime.tsx",
|
1006
|
+
"line": 21,
|
1007
|
+
"character": 3
|
1008
|
+
},
|
1009
|
+
"type": "Promise<ChangeLogUI>"
|
1010
|
+
},
|
1011
|
+
"modifiers": [
|
1012
|
+
"static",
|
1013
|
+
"async"
|
1014
|
+
]
|
1015
|
+
}
|
1016
|
+
],
|
1017
|
+
"extendsNodes": [],
|
1018
|
+
"implementNodes": []
|
1019
|
+
}
|
1020
|
+
],
|
1021
|
+
"internals": [
|
1022
|
+
{
|
1023
|
+
"__schema": "UnImplementedSchema",
|
1024
|
+
"location": {
|
1025
|
+
"filePath": "changelog.ui.runtime.tsx",
|
1026
|
+
"line": 35,
|
1027
|
+
"character": 1
|
1028
|
+
},
|
1029
|
+
"name": "ChangelogAspect.addRuntime(ChangeLogUI);",
|
1030
|
+
"type": "ExpressionStatement"
|
1031
|
+
}
|
1032
|
+
]
|
1033
|
+
},
|
1034
|
+
{
|
1035
|
+
"__schema": "ModuleSchema",
|
1036
|
+
"location": {
|
1037
|
+
"filePath": "changelog.aspect.ts",
|
1038
|
+
"line": 1,
|
1039
|
+
"character": 1
|
1040
|
+
},
|
1041
|
+
"exports": [
|
1042
|
+
{
|
1043
|
+
"__schema": "VariableLikeSchema",
|
1044
|
+
"location": {
|
1045
|
+
"filePath": "changelog.aspect.ts",
|
1046
|
+
"line": 3,
|
1047
|
+
"character": 14
|
1048
|
+
},
|
1049
|
+
"signature": "const ChangelogAspect: Aspect",
|
1050
|
+
"name": "ChangelogAspect",
|
1051
|
+
"type": {
|
1052
|
+
"__schema": "TypeRefSchema",
|
1053
|
+
"location": {
|
1054
|
+
"filePath": "changelog.aspect.ts",
|
1055
|
+
"line": 3,
|
1056
|
+
"character": 14
|
1057
|
+
},
|
1058
|
+
"name": "Aspect",
|
1059
|
+
"componentId": {
|
1060
|
+
"scope": "teambit.harmony",
|
1061
|
+
"name": "harmony",
|
1062
|
+
"version": "0.4.6"
|
1063
|
+
}
|
1064
|
+
},
|
1065
|
+
"isOptional": false,
|
1066
|
+
"defaultValue": "Aspect.create({\n id: 'teambit.component/changelog',\n dependencies: [],\n defaultConfig: {},\n})"
|
1067
|
+
},
|
1068
|
+
{
|
1069
|
+
"__schema": "UnImplementedSchema",
|
1070
|
+
"location": {
|
1071
|
+
"filePath": "changelog.aspect.ts",
|
1072
|
+
"line": 9,
|
1073
|
+
"character": 16
|
1074
|
+
},
|
1075
|
+
"name": "ChangelogAspect",
|
1076
|
+
"type": "Identifier"
|
1077
|
+
}
|
1078
|
+
],
|
1079
|
+
"internals": []
|
1080
|
+
}
|
1081
|
+
],
|
1082
|
+
"componentId": {
|
1083
|
+
"scope": "teambit.component",
|
1084
|
+
"name": "changelog",
|
1085
|
+
"version": "1.0.513"
|
1086
|
+
},
|
1087
|
+
"taggedModuleExports": []
|
1088
|
+
}
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.component_changelog@1.0.
|
2
|
-
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.component_changelog@1.0.
|
1
|
+
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.component_changelog@1.0.513/dist/changelog.composition.js';
|
2
|
+
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.component_changelog@1.0.513/dist/changelog.docs.mdx';
|
3
3
|
|
4
4
|
export const compositions = [compositions_0];
|
5
5
|
export const overview = [overview_0];
|
package/package.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "@teambit/changelog",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.513",
|
4
4
|
"homepage": "https://bit.cloud/teambit/component/changelog",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"componentId": {
|
7
7
|
"scope": "teambit.component",
|
8
8
|
"name": "changelog",
|
9
|
-
"version": "1.0.
|
9
|
+
"version": "1.0.513"
|
10
10
|
},
|
11
11
|
"dependencies": {
|
12
12
|
"classnames": "2.2.6",
|
@@ -17,9 +17,9 @@
|
|
17
17
|
"@teambit/design.ui.separator": "0.0.354",
|
18
18
|
"@teambit/documenter.ui.heading": "4.1.1",
|
19
19
|
"@teambit/mdx.ui.mdx-layout": "1.0.11",
|
20
|
-
"@teambit/component": "1.0.
|
21
|
-
"@teambit/ui": "1.0.
|
22
|
-
"@teambit/component.ui.version-block": "0.0.
|
20
|
+
"@teambit/component": "1.0.513",
|
21
|
+
"@teambit/ui": "1.0.513",
|
22
|
+
"@teambit/component.ui.version-block": "0.0.904"
|
23
23
|
},
|
24
24
|
"devDependencies": {
|
25
25
|
"@types/classnames": "2.2.11",
|