@teambit/express 0.0.1086 → 0.0.1088
Sign up to get free protection for your applications and to get access to all the features.
@@ -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.harmony/express@0.0.
|
3
|
+
<testsuite name="teambit.harmony/express@0.0.1088" 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.harmony/express-preview"]=t():e["teambit.harmony/express-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.harmony/express-preview"]=t():e["teambit.harmony/express-preview"]=t()}(self,(()=>(()=>{"use strict";var e={17582:(e,t,o)=>{var r={id:"teambit.harmony/express@0.0.1088",homepage:"https://bit.cloud/teambit/harmony/express",exported:!0};function n(){const e=i(o(41594));return n=function(){return e},e}function i(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.Logo=void 0,n.__bit_component=r,i.__bit_component=r;const s=()=>n().default.createElement("div",{style:{height:"100%",display:"flex",justifyContent:"center"}},n().default.createElement("img",{style:{width:70},src:"https://static.bit.dev/extensions-icons/express.svg"}));s.__bit_component=r,t.Logo=s},41594:e=>{e.exports=React}},t={};function o(r){var n=t[r];if(void 0!==n)return n.exports;var i=t[r]={exports:{}};return e[r](i,i.exports,o),i.exports}o.d=(e,t)=>{for(var r in t)o.o(t,r)&&!o.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},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 r={};o.r(r),o.d(r,{compositions:()=>f,compositions_metadata:()=>y,overview:()=>m});var n={};o.r(n),o.d(n,{default:()=>d});var i=o(17582);o(41594);const s=MdxJsReact,a=TeambitMdxUiMdxScopeContext;var p=["components"];function c(){return c=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var o=arguments[t];for(var r in o)({}).hasOwnProperty.call(o,r)&&(e[r]=o[r])}return e},c.apply(null,arguments)}var u={},l="wrapper";function d(e){var t=e.components,o=function(e,t){if(null==e)return{};var o,r,n=function(e,t){if(null==e)return{};var o={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(t.includes(r))continue;o[r]=e[r]}return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(r=0;r<i.length;r++)o=i[r],t.includes(o)||{}.propertyIsEnumerable.call(e,o)&&(n[o]=e[o])}return n}(e,p);return(0,s.mdx)(l,c({},u,o,{components:t,mdxType:"MDXLayout"}),(0,s.mdx)(a.MDXScopeProvider,{components:{},mdxType:"MDXScopeProvider"}))}d.isMDXComponent=!0;const f=[i],m=[n],y={compositions:[{displayName:"Logo",identifier:"Logo"}]};return r})()));
|
package/artifacts/schema.json
CHANGED
@@ -20,6 +20,7 @@
|
|
20
20
|
"line": 1,
|
21
21
|
"character": 15
|
22
22
|
},
|
23
|
+
"signature": "type RouteSlot = SlotRegistry<Route[]>",
|
23
24
|
"name": "RouteSlot",
|
24
25
|
"exportNode": {
|
25
26
|
"__schema": "TypeSchema",
|
@@ -67,6 +68,7 @@
|
|
67
68
|
"line": 2,
|
68
69
|
"character": 15
|
69
70
|
},
|
71
|
+
"signature": "interface Route",
|
70
72
|
"name": "Route",
|
71
73
|
"exportNode": {
|
72
74
|
"__schema": "InterfaceSchema",
|
@@ -258,6 +260,7 @@
|
|
258
260
|
"line": 3,
|
259
261
|
"character": 10
|
260
262
|
},
|
263
|
+
"signature": "enum Verb",
|
261
264
|
"name": "Verb",
|
262
265
|
"exportNode": {
|
263
266
|
"__schema": "EnumSchema",
|
@@ -301,6 +304,7 @@
|
|
301
304
|
"line": 4,
|
302
305
|
"character": 15
|
303
306
|
},
|
307
|
+
"signature": "export { Request };\n\nRequest",
|
304
308
|
"name": "Request",
|
305
309
|
"exportNode": {
|
306
310
|
"__schema": "TypeRefSchema",
|
@@ -319,6 +323,7 @@
|
|
319
323
|
"line": 4,
|
320
324
|
"character": 24
|
321
325
|
},
|
326
|
+
"signature": "type Response = express.Response<any, Record<string, any>>",
|
322
327
|
"name": "Response",
|
323
328
|
"exportNode": {
|
324
329
|
"__schema": "TypeSchema",
|
@@ -366,6 +371,7 @@
|
|
366
371
|
"line": 4,
|
367
372
|
"character": 34
|
368
373
|
},
|
374
|
+
"signature": "type NextFunction = express.NextFunction",
|
369
375
|
"name": "NextFunction",
|
370
376
|
"exportNode": {
|
371
377
|
"__schema": "TypeSchema",
|
@@ -394,6 +400,7 @@
|
|
394
400
|
"line": 4,
|
395
401
|
"character": 48
|
396
402
|
},
|
403
|
+
"signature": "type Middleware = (req: Request, res: Response, next: NextFunction) => void | Promise<any>",
|
397
404
|
"name": "Middleware",
|
398
405
|
"exportNode": {
|
399
406
|
"__schema": "TypeSchema",
|
@@ -536,6 +543,7 @@
|
|
536
543
|
"line": 5,
|
537
544
|
"character": 15
|
538
545
|
},
|
546
|
+
"signature": "interface MiddlewareManifest",
|
539
547
|
"name": "MiddlewareManifest",
|
540
548
|
"exportNode": {
|
541
549
|
"__schema": "InterfaceSchema",
|
@@ -598,6 +606,7 @@
|
|
598
606
|
"line": 6,
|
599
607
|
"character": 15
|
600
608
|
},
|
609
|
+
"signature": "class ExpressMain",
|
601
610
|
"name": "ExpressMain",
|
602
611
|
"exportNode": {
|
603
612
|
"__schema": "ClassSchema",
|
@@ -1193,6 +1202,7 @@
|
|
1193
1202
|
"line": 7,
|
1194
1203
|
"character": 10
|
1195
1204
|
},
|
1205
|
+
"signature": "const ExpressAspect: Aspect",
|
1196
1206
|
"name": "ExpressAspect",
|
1197
1207
|
"exportNode": {
|
1198
1208
|
"__schema": "VariableLikeSchema",
|
@@ -2038,7 +2048,7 @@
|
|
2038
2048
|
"componentId": {
|
2039
2049
|
"scope": "teambit.harmony",
|
2040
2050
|
"name": "express",
|
2041
|
-
"version": "0.0.
|
2051
|
+
"version": "0.0.1088"
|
2042
2052
|
},
|
2043
2053
|
"taggedModuleExports": []
|
2044
2054
|
}
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.harmony_express@0.0.
|
2
|
-
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.harmony_express@0.0.
|
1
|
+
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.harmony_express@0.0.1088/dist/express.composition.js';
|
2
|
+
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.harmony_express@0.0.1088/dist/express.docs.mdx';
|
3
3
|
|
4
4
|
export const compositions = [compositions_0];
|
5
5
|
export const overview = [overview_0];
|
package/package.json
CHANGED
@@ -1,27 +1,26 @@
|
|
1
1
|
{
|
2
2
|
"name": "@teambit/express",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.1088",
|
4
4
|
"homepage": "https://bit.cloud/teambit/harmony/express",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"componentId": {
|
7
7
|
"scope": "teambit.harmony",
|
8
8
|
"name": "express",
|
9
|
-
"version": "0.0.
|
9
|
+
"version": "0.0.1088"
|
10
10
|
},
|
11
11
|
"dependencies": {
|
12
12
|
"body-parser": "1.20.2",
|
13
13
|
"express": "4.19.2",
|
14
14
|
"lodash": "4.17.21",
|
15
15
|
"@teambit/harmony": "0.4.6",
|
16
|
-
"@teambit/cli": "0.0.
|
17
|
-
"@teambit/logger": "0.0.
|
16
|
+
"@teambit/cli": "0.0.989",
|
17
|
+
"@teambit/logger": "0.0.1082"
|
18
18
|
},
|
19
19
|
"devDependencies": {
|
20
20
|
"@types/express": "4.17.13",
|
21
21
|
"@types/lodash": "4.14.165",
|
22
22
|
"@types/mocha": "9.1.0",
|
23
|
-
"
|
24
|
-
"@teambit/harmony.envs.core-aspect-env": "0.0.47"
|
23
|
+
"@teambit/harmony.envs.core-aspect-env": "0.0.59"
|
25
24
|
},
|
26
25
|
"peerDependencies": {
|
27
26
|
"react": "^17.0.0 || ^18.0.0",
|