@teambit/schema 1.0.9 → 1.0.11
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.
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
},
|
|
113
113
|
"type": "number"
|
|
114
114
|
},
|
|
115
|
-
"isOptional":
|
|
115
|
+
"isOptional": true,
|
|
116
116
|
"defaultValue": "4",
|
|
117
117
|
"isSpread": false
|
|
118
118
|
},
|
|
@@ -133,7 +133,7 @@
|
|
|
133
133
|
},
|
|
134
134
|
"type": "number"
|
|
135
135
|
},
|
|
136
|
-
"isOptional":
|
|
136
|
+
"isOptional": true,
|
|
137
137
|
"defaultValue": "5",
|
|
138
138
|
"isSpread": false
|
|
139
139
|
}
|
|
@@ -308,13 +308,24 @@
|
|
|
308
308
|
]
|
|
309
309
|
},
|
|
310
310
|
{
|
|
311
|
-
"__schema": "
|
|
311
|
+
"__schema": "TypeRefSchema",
|
|
312
312
|
"location": {
|
|
313
313
|
"filePath": "button.tsx",
|
|
314
314
|
"line": 23,
|
|
315
315
|
"character": 5
|
|
316
316
|
},
|
|
317
|
-
"name": "React.ButtonHTMLAttributes"
|
|
317
|
+
"name": "React.ButtonHTMLAttributes",
|
|
318
|
+
"typeArgs": [
|
|
319
|
+
{
|
|
320
|
+
"__schema": "TypeRefSchema",
|
|
321
|
+
"location": {
|
|
322
|
+
"filePath": "button.tsx",
|
|
323
|
+
"line": 23,
|
|
324
|
+
"character": 32
|
|
325
|
+
},
|
|
326
|
+
"name": "HTMLButtonElement"
|
|
327
|
+
}
|
|
328
|
+
]
|
|
318
329
|
}
|
|
319
330
|
]
|
|
320
331
|
}
|
|
@@ -730,7 +741,7 @@
|
|
|
730
741
|
},
|
|
731
742
|
"type": "string"
|
|
732
743
|
},
|
|
733
|
-
"isOptional":
|
|
744
|
+
"isOptional": true,
|
|
734
745
|
"defaultValue": "''"
|
|
735
746
|
},
|
|
736
747
|
{
|
|
@@ -1136,14 +1147,33 @@
|
|
|
1136
1147
|
"name": "Function"
|
|
1137
1148
|
},
|
|
1138
1149
|
{
|
|
1139
|
-
"__schema": "
|
|
1150
|
+
"__schema": "TypeRefSchema",
|
|
1140
1151
|
"location": {
|
|
1141
1152
|
"filePath": "index.ts",
|
|
1142
1153
|
"line": 71,
|
|
1143
1154
|
"character": 53
|
|
1144
1155
|
},
|
|
1145
1156
|
"name": "Record",
|
|
1146
|
-
"
|
|
1157
|
+
"typeArgs": [
|
|
1158
|
+
{
|
|
1159
|
+
"__schema": "KeywordTypeSchema",
|
|
1160
|
+
"location": {
|
|
1161
|
+
"filePath": "index.ts",
|
|
1162
|
+
"line": 71,
|
|
1163
|
+
"character": 60
|
|
1164
|
+
},
|
|
1165
|
+
"name": "string"
|
|
1166
|
+
},
|
|
1167
|
+
{
|
|
1168
|
+
"__schema": "KeywordTypeSchema",
|
|
1169
|
+
"location": {
|
|
1170
|
+
"filePath": "index.ts",
|
|
1171
|
+
"line": 71,
|
|
1172
|
+
"character": 68
|
|
1173
|
+
},
|
|
1174
|
+
"name": "any"
|
|
1175
|
+
}
|
|
1176
|
+
]
|
|
1147
1177
|
}
|
|
1148
1178
|
]
|
|
1149
1179
|
},
|
|
@@ -1215,14 +1245,24 @@
|
|
|
1215
1245
|
"name": "getPromise",
|
|
1216
1246
|
"params": [],
|
|
1217
1247
|
"returnType": {
|
|
1218
|
-
"__schema": "
|
|
1248
|
+
"__schema": "TypeRefSchema",
|
|
1219
1249
|
"location": {
|
|
1220
1250
|
"filePath": "index.ts",
|
|
1221
1251
|
"line": 79,
|
|
1222
1252
|
"character": 37
|
|
1223
1253
|
},
|
|
1224
1254
|
"name": "Promise",
|
|
1225
|
-
"
|
|
1255
|
+
"typeArgs": [
|
|
1256
|
+
{
|
|
1257
|
+
"__schema": "KeywordTypeSchema",
|
|
1258
|
+
"location": {
|
|
1259
|
+
"filePath": "index.ts",
|
|
1260
|
+
"line": 79,
|
|
1261
|
+
"character": 45
|
|
1262
|
+
},
|
|
1263
|
+
"name": "string"
|
|
1264
|
+
}
|
|
1265
|
+
]
|
|
1226
1266
|
},
|
|
1227
1267
|
"modifiers": [
|
|
1228
1268
|
"export",
|
|
@@ -1775,14 +1815,13 @@
|
|
|
1775
1815
|
}
|
|
1776
1816
|
],
|
|
1777
1817
|
"returnType": {
|
|
1778
|
-
"__schema": "
|
|
1818
|
+
"__schema": "TypeRefSchema",
|
|
1779
1819
|
"location": {
|
|
1780
1820
|
"filePath": "index.ts",
|
|
1781
1821
|
"line": 121,
|
|
1782
1822
|
"character": 19
|
|
1783
1823
|
},
|
|
1784
|
-
"name": "T"
|
|
1785
|
-
"type": "T"
|
|
1824
|
+
"name": "T"
|
|
1786
1825
|
},
|
|
1787
1826
|
"modifiers": [],
|
|
1788
1827
|
"typeParams": [
|
|
@@ -1819,44 +1858,40 @@
|
|
|
1819
1858
|
"character": 30
|
|
1820
1859
|
},
|
|
1821
1860
|
"checkType": {
|
|
1822
|
-
"__schema": "
|
|
1861
|
+
"__schema": "TypeRefSchema",
|
|
1823
1862
|
"location": {
|
|
1824
1863
|
"filePath": "index.ts",
|
|
1825
1864
|
"line": 127,
|
|
1826
1865
|
"character": 30
|
|
1827
1866
|
},
|
|
1828
|
-
"name": "T"
|
|
1829
|
-
"type": "T"
|
|
1867
|
+
"name": "T"
|
|
1830
1868
|
},
|
|
1831
1869
|
"extendsType": {
|
|
1832
|
-
"__schema": "
|
|
1870
|
+
"__schema": "TypeRefSchema",
|
|
1833
1871
|
"location": {
|
|
1834
1872
|
"filePath": "index.ts",
|
|
1835
1873
|
"line": 127,
|
|
1836
1874
|
"character": 40
|
|
1837
1875
|
},
|
|
1838
|
-
"name": "U"
|
|
1839
|
-
"type": "U"
|
|
1876
|
+
"name": "U"
|
|
1840
1877
|
},
|
|
1841
1878
|
"trueType": {
|
|
1842
|
-
"__schema": "
|
|
1879
|
+
"__schema": "TypeRefSchema",
|
|
1843
1880
|
"location": {
|
|
1844
1881
|
"filePath": "index.ts",
|
|
1845
1882
|
"line": 127,
|
|
1846
1883
|
"character": 44
|
|
1847
1884
|
},
|
|
1848
|
-
"name": "Y"
|
|
1849
|
-
"type": "Y"
|
|
1885
|
+
"name": "Y"
|
|
1850
1886
|
},
|
|
1851
1887
|
"falseType": {
|
|
1852
|
-
"__schema": "
|
|
1888
|
+
"__schema": "TypeRefSchema",
|
|
1853
1889
|
"location": {
|
|
1854
1890
|
"filePath": "index.ts",
|
|
1855
1891
|
"line": 127,
|
|
1856
1892
|
"character": 48
|
|
1857
1893
|
},
|
|
1858
|
-
"name": "N"
|
|
1859
|
-
"type": "N"
|
|
1894
|
+
"name": "N"
|
|
1860
1895
|
}
|
|
1861
1896
|
}
|
|
1862
1897
|
},
|
|
@@ -1879,14 +1914,13 @@
|
|
|
1879
1914
|
},
|
|
1880
1915
|
"name": "a",
|
|
1881
1916
|
"type": {
|
|
1882
|
-
"__schema": "
|
|
1917
|
+
"__schema": "TypeRefSchema",
|
|
1883
1918
|
"location": {
|
|
1884
1919
|
"filePath": "index.ts",
|
|
1885
1920
|
"line": 129,
|
|
1886
1921
|
"character": 39
|
|
1887
1922
|
},
|
|
1888
|
-
"name": "T"
|
|
1889
|
-
"type": "T"
|
|
1923
|
+
"name": "T"
|
|
1890
1924
|
},
|
|
1891
1925
|
"isOptional": false,
|
|
1892
1926
|
"isSpread": false
|
|
@@ -1972,7 +2006,7 @@
|
|
|
1972
2006
|
},
|
|
1973
2007
|
"type": "string"
|
|
1974
2008
|
},
|
|
1975
|
-
"isOptional":
|
|
2009
|
+
"isOptional": true,
|
|
1976
2010
|
"defaultValue": "''"
|
|
1977
2011
|
},
|
|
1978
2012
|
{
|
|
@@ -2533,13 +2567,24 @@
|
|
|
2533
2567
|
]
|
|
2534
2568
|
},
|
|
2535
2569
|
{
|
|
2536
|
-
"__schema": "
|
|
2570
|
+
"__schema": "TypeRefSchema",
|
|
2537
2571
|
"location": {
|
|
2538
2572
|
"filePath": "button.tsx",
|
|
2539
2573
|
"line": 23,
|
|
2540
2574
|
"character": 5
|
|
2541
2575
|
},
|
|
2542
|
-
"name": "React.ButtonHTMLAttributes"
|
|
2576
|
+
"name": "React.ButtonHTMLAttributes",
|
|
2577
|
+
"typeArgs": [
|
|
2578
|
+
{
|
|
2579
|
+
"__schema": "TypeRefSchema",
|
|
2580
|
+
"location": {
|
|
2581
|
+
"filePath": "button.tsx",
|
|
2582
|
+
"line": 23,
|
|
2583
|
+
"character": 32
|
|
2584
|
+
},
|
|
2585
|
+
"name": "HTMLButtonElement"
|
|
2586
|
+
}
|
|
2587
|
+
]
|
|
2543
2588
|
}
|
|
2544
2589
|
]
|
|
2545
2590
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.semantics_schema@1.0.
|
|
2
|
-
import * as compositions_1 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.semantics_schema@1.0.
|
|
3
|
-
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.semantics_schema@1.0.
|
|
1
|
+
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.semantics_schema@1.0.11/dist/schema.composition.js';
|
|
2
|
+
import * as compositions_1 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.semantics_schema@1.0.11/dist/mock/button/button.composition.js';
|
|
3
|
+
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.semantics_schema@1.0.11/dist/schema.docs.mdx';
|
|
4
4
|
|
|
5
5
|
export const compositions = [compositions_0, compositions_1];
|
|
6
6
|
export const overview = [overview_0];
|
package/dist/schema.cmd.d.ts
CHANGED
|
@@ -17,12 +17,12 @@ export declare class SchemaCommand implements Command {
|
|
|
17
17
|
module: {
|
|
18
18
|
exports: Record<string, any>[];
|
|
19
19
|
internals: Record<string, any>[];
|
|
20
|
-
namespace: string
|
|
20
|
+
namespace: string;
|
|
21
21
|
};
|
|
22
22
|
internals: {
|
|
23
23
|
exports: Record<string, any>[];
|
|
24
24
|
internals: Record<string, any>[];
|
|
25
|
-
namespace: string
|
|
25
|
+
namespace: string;
|
|
26
26
|
}[];
|
|
27
27
|
componentId: import("@teambit/component-id").ComponentIdObj;
|
|
28
28
|
taggedModuleExports: Record<string, any>[];
|
package/dist/schema.graphql.d.ts
CHANGED
|
@@ -12,13 +12,13 @@ export declare function schemaSchema(schema: SchemaMain): {
|
|
|
12
12
|
internals: {
|
|
13
13
|
exports: Record<string, any>[];
|
|
14
14
|
internals: Record<string, any>[];
|
|
15
|
-
namespace: string
|
|
15
|
+
namespace: string;
|
|
16
16
|
}[];
|
|
17
17
|
taggedModuleExports: Record<string, any>[];
|
|
18
18
|
module: {
|
|
19
19
|
exports: Record<string, any>[];
|
|
20
20
|
internals: Record<string, any>[];
|
|
21
|
-
namespace: string
|
|
21
|
+
namespace: string;
|
|
22
22
|
};
|
|
23
23
|
componentId: import("@teambit/component-id").ComponentIdObj;
|
|
24
24
|
} | {
|
package/mock/button-schemas.json
CHANGED
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
},
|
|
113
113
|
"type": "number"
|
|
114
114
|
},
|
|
115
|
-
"isOptional":
|
|
115
|
+
"isOptional": true,
|
|
116
116
|
"defaultValue": "4",
|
|
117
117
|
"isSpread": false
|
|
118
118
|
},
|
|
@@ -133,7 +133,7 @@
|
|
|
133
133
|
},
|
|
134
134
|
"type": "number"
|
|
135
135
|
},
|
|
136
|
-
"isOptional":
|
|
136
|
+
"isOptional": true,
|
|
137
137
|
"defaultValue": "5",
|
|
138
138
|
"isSpread": false
|
|
139
139
|
}
|
|
@@ -308,13 +308,24 @@
|
|
|
308
308
|
]
|
|
309
309
|
},
|
|
310
310
|
{
|
|
311
|
-
"__schema": "
|
|
311
|
+
"__schema": "TypeRefSchema",
|
|
312
312
|
"location": {
|
|
313
313
|
"filePath": "button.tsx",
|
|
314
314
|
"line": 23,
|
|
315
315
|
"character": 5
|
|
316
316
|
},
|
|
317
|
-
"name": "React.ButtonHTMLAttributes"
|
|
317
|
+
"name": "React.ButtonHTMLAttributes",
|
|
318
|
+
"typeArgs": [
|
|
319
|
+
{
|
|
320
|
+
"__schema": "TypeRefSchema",
|
|
321
|
+
"location": {
|
|
322
|
+
"filePath": "button.tsx",
|
|
323
|
+
"line": 23,
|
|
324
|
+
"character": 32
|
|
325
|
+
},
|
|
326
|
+
"name": "HTMLButtonElement"
|
|
327
|
+
}
|
|
328
|
+
]
|
|
318
329
|
}
|
|
319
330
|
]
|
|
320
331
|
}
|
|
@@ -730,7 +741,7 @@
|
|
|
730
741
|
},
|
|
731
742
|
"type": "string"
|
|
732
743
|
},
|
|
733
|
-
"isOptional":
|
|
744
|
+
"isOptional": true,
|
|
734
745
|
"defaultValue": "''"
|
|
735
746
|
},
|
|
736
747
|
{
|
|
@@ -1136,14 +1147,33 @@
|
|
|
1136
1147
|
"name": "Function"
|
|
1137
1148
|
},
|
|
1138
1149
|
{
|
|
1139
|
-
"__schema": "
|
|
1150
|
+
"__schema": "TypeRefSchema",
|
|
1140
1151
|
"location": {
|
|
1141
1152
|
"filePath": "index.ts",
|
|
1142
1153
|
"line": 71,
|
|
1143
1154
|
"character": 53
|
|
1144
1155
|
},
|
|
1145
1156
|
"name": "Record",
|
|
1146
|
-
"
|
|
1157
|
+
"typeArgs": [
|
|
1158
|
+
{
|
|
1159
|
+
"__schema": "KeywordTypeSchema",
|
|
1160
|
+
"location": {
|
|
1161
|
+
"filePath": "index.ts",
|
|
1162
|
+
"line": 71,
|
|
1163
|
+
"character": 60
|
|
1164
|
+
},
|
|
1165
|
+
"name": "string"
|
|
1166
|
+
},
|
|
1167
|
+
{
|
|
1168
|
+
"__schema": "KeywordTypeSchema",
|
|
1169
|
+
"location": {
|
|
1170
|
+
"filePath": "index.ts",
|
|
1171
|
+
"line": 71,
|
|
1172
|
+
"character": 68
|
|
1173
|
+
},
|
|
1174
|
+
"name": "any"
|
|
1175
|
+
}
|
|
1176
|
+
]
|
|
1147
1177
|
}
|
|
1148
1178
|
]
|
|
1149
1179
|
},
|
|
@@ -1215,14 +1245,24 @@
|
|
|
1215
1245
|
"name": "getPromise",
|
|
1216
1246
|
"params": [],
|
|
1217
1247
|
"returnType": {
|
|
1218
|
-
"__schema": "
|
|
1248
|
+
"__schema": "TypeRefSchema",
|
|
1219
1249
|
"location": {
|
|
1220
1250
|
"filePath": "index.ts",
|
|
1221
1251
|
"line": 79,
|
|
1222
1252
|
"character": 37
|
|
1223
1253
|
},
|
|
1224
1254
|
"name": "Promise",
|
|
1225
|
-
"
|
|
1255
|
+
"typeArgs": [
|
|
1256
|
+
{
|
|
1257
|
+
"__schema": "KeywordTypeSchema",
|
|
1258
|
+
"location": {
|
|
1259
|
+
"filePath": "index.ts",
|
|
1260
|
+
"line": 79,
|
|
1261
|
+
"character": 45
|
|
1262
|
+
},
|
|
1263
|
+
"name": "string"
|
|
1264
|
+
}
|
|
1265
|
+
]
|
|
1226
1266
|
},
|
|
1227
1267
|
"modifiers": [
|
|
1228
1268
|
"export",
|
|
@@ -1775,14 +1815,13 @@
|
|
|
1775
1815
|
}
|
|
1776
1816
|
],
|
|
1777
1817
|
"returnType": {
|
|
1778
|
-
"__schema": "
|
|
1818
|
+
"__schema": "TypeRefSchema",
|
|
1779
1819
|
"location": {
|
|
1780
1820
|
"filePath": "index.ts",
|
|
1781
1821
|
"line": 121,
|
|
1782
1822
|
"character": 19
|
|
1783
1823
|
},
|
|
1784
|
-
"name": "T"
|
|
1785
|
-
"type": "T"
|
|
1824
|
+
"name": "T"
|
|
1786
1825
|
},
|
|
1787
1826
|
"modifiers": [],
|
|
1788
1827
|
"typeParams": [
|
|
@@ -1819,44 +1858,40 @@
|
|
|
1819
1858
|
"character": 30
|
|
1820
1859
|
},
|
|
1821
1860
|
"checkType": {
|
|
1822
|
-
"__schema": "
|
|
1861
|
+
"__schema": "TypeRefSchema",
|
|
1823
1862
|
"location": {
|
|
1824
1863
|
"filePath": "index.ts",
|
|
1825
1864
|
"line": 127,
|
|
1826
1865
|
"character": 30
|
|
1827
1866
|
},
|
|
1828
|
-
"name": "T"
|
|
1829
|
-
"type": "T"
|
|
1867
|
+
"name": "T"
|
|
1830
1868
|
},
|
|
1831
1869
|
"extendsType": {
|
|
1832
|
-
"__schema": "
|
|
1870
|
+
"__schema": "TypeRefSchema",
|
|
1833
1871
|
"location": {
|
|
1834
1872
|
"filePath": "index.ts",
|
|
1835
1873
|
"line": 127,
|
|
1836
1874
|
"character": 40
|
|
1837
1875
|
},
|
|
1838
|
-
"name": "U"
|
|
1839
|
-
"type": "U"
|
|
1876
|
+
"name": "U"
|
|
1840
1877
|
},
|
|
1841
1878
|
"trueType": {
|
|
1842
|
-
"__schema": "
|
|
1879
|
+
"__schema": "TypeRefSchema",
|
|
1843
1880
|
"location": {
|
|
1844
1881
|
"filePath": "index.ts",
|
|
1845
1882
|
"line": 127,
|
|
1846
1883
|
"character": 44
|
|
1847
1884
|
},
|
|
1848
|
-
"name": "Y"
|
|
1849
|
-
"type": "Y"
|
|
1885
|
+
"name": "Y"
|
|
1850
1886
|
},
|
|
1851
1887
|
"falseType": {
|
|
1852
|
-
"__schema": "
|
|
1888
|
+
"__schema": "TypeRefSchema",
|
|
1853
1889
|
"location": {
|
|
1854
1890
|
"filePath": "index.ts",
|
|
1855
1891
|
"line": 127,
|
|
1856
1892
|
"character": 48
|
|
1857
1893
|
},
|
|
1858
|
-
"name": "N"
|
|
1859
|
-
"type": "N"
|
|
1894
|
+
"name": "N"
|
|
1860
1895
|
}
|
|
1861
1896
|
}
|
|
1862
1897
|
},
|
|
@@ -1879,14 +1914,13 @@
|
|
|
1879
1914
|
},
|
|
1880
1915
|
"name": "a",
|
|
1881
1916
|
"type": {
|
|
1882
|
-
"__schema": "
|
|
1917
|
+
"__schema": "TypeRefSchema",
|
|
1883
1918
|
"location": {
|
|
1884
1919
|
"filePath": "index.ts",
|
|
1885
1920
|
"line": 129,
|
|
1886
1921
|
"character": 39
|
|
1887
1922
|
},
|
|
1888
|
-
"name": "T"
|
|
1889
|
-
"type": "T"
|
|
1923
|
+
"name": "T"
|
|
1890
1924
|
},
|
|
1891
1925
|
"isOptional": false,
|
|
1892
1926
|
"isSpread": false
|
|
@@ -1972,7 +2006,7 @@
|
|
|
1972
2006
|
},
|
|
1973
2007
|
"type": "string"
|
|
1974
2008
|
},
|
|
1975
|
-
"isOptional":
|
|
2009
|
+
"isOptional": true,
|
|
1976
2010
|
"defaultValue": "''"
|
|
1977
2011
|
},
|
|
1978
2012
|
{
|
|
@@ -2533,13 +2567,24 @@
|
|
|
2533
2567
|
]
|
|
2534
2568
|
},
|
|
2535
2569
|
{
|
|
2536
|
-
"__schema": "
|
|
2570
|
+
"__schema": "TypeRefSchema",
|
|
2537
2571
|
"location": {
|
|
2538
2572
|
"filePath": "button.tsx",
|
|
2539
2573
|
"line": 23,
|
|
2540
2574
|
"character": 5
|
|
2541
2575
|
},
|
|
2542
|
-
"name": "React.ButtonHTMLAttributes"
|
|
2576
|
+
"name": "React.ButtonHTMLAttributes",
|
|
2577
|
+
"typeArgs": [
|
|
2578
|
+
{
|
|
2579
|
+
"__schema": "TypeRefSchema",
|
|
2580
|
+
"location": {
|
|
2581
|
+
"filePath": "button.tsx",
|
|
2582
|
+
"line": 23,
|
|
2583
|
+
"character": 32
|
|
2584
|
+
},
|
|
2585
|
+
"name": "HTMLButtonElement"
|
|
2586
|
+
}
|
|
2587
|
+
]
|
|
2543
2588
|
}
|
|
2544
2589
|
]
|
|
2545
2590
|
}
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/schema",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.11",
|
|
4
4
|
"homepage": "https://bit.cloud/teambit/semantics/schema",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"componentId": {
|
|
7
7
|
"scope": "teambit.semantics",
|
|
8
8
|
"name": "schema",
|
|
9
|
-
"version": "1.0.
|
|
9
|
+
"version": "1.0.11"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"p-map-series": "2.1.0",
|
|
@@ -15,18 +15,18 @@
|
|
|
15
15
|
"fs-extra": "10.0.0",
|
|
16
16
|
"core-js": "^3.0.0",
|
|
17
17
|
"@babel/runtime": "7.20.0",
|
|
18
|
+
"@teambit/semantics.entities.semantic-schema": "0.0.59",
|
|
18
19
|
"@teambit/harmony": "0.4.6",
|
|
19
20
|
"@teambit/base-react.navigation.link": "2.0.27",
|
|
20
|
-
"@teambit/
|
|
21
|
-
"@teambit/
|
|
22
|
-
"@teambit/
|
|
23
|
-
"@teambit/
|
|
24
|
-
"@teambit/
|
|
25
|
-
"@teambit/
|
|
26
|
-
"@teambit/builder": "1.0.9",
|
|
21
|
+
"@teambit/envs": "1.0.11",
|
|
22
|
+
"@teambit/component": "1.0.11",
|
|
23
|
+
"@teambit/formatter": "1.0.11",
|
|
24
|
+
"@teambit/cli": "0.0.793",
|
|
25
|
+
"@teambit/logger": "0.0.886",
|
|
26
|
+
"@teambit/builder": "1.0.11",
|
|
27
27
|
"@teambit/defender.prettier.config-mutator": "0.0.92",
|
|
28
|
-
"@teambit/graphql": "1.0.
|
|
29
|
-
"@teambit/workspace": "1.0.
|
|
28
|
+
"@teambit/graphql": "1.0.11",
|
|
29
|
+
"@teambit/workspace": "1.0.11"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@types/react": "^17.0.8",
|
|
@@ -40,12 +40,12 @@
|
|
|
40
40
|
"@types/jest": "^26.0.0",
|
|
41
41
|
"@types/testing-library__jest-dom": "5.9.5",
|
|
42
42
|
"@teambit/component-id": "0.0.427",
|
|
43
|
-
"@teambit/harmony.testing.load-aspect": "0.0.
|
|
44
|
-
"@teambit/tracker": "1.0.
|
|
43
|
+
"@teambit/harmony.testing.load-aspect": "0.0.153",
|
|
44
|
+
"@teambit/tracker": "1.0.11",
|
|
45
45
|
"@teambit/workspace.testing.mock-workspace": "0.0.16"
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
48
|
-
"@teambit/legacy": "1.0.
|
|
48
|
+
"@teambit/legacy": "1.0.572",
|
|
49
49
|
"react": "^16.8.0 || ^17.0.0",
|
|
50
50
|
"react-dom": "^16.8.0 || ^17.0.0"
|
|
51
51
|
},
|