@teambit/express 0.0.1188 → 0.0.1190

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
- import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.harmony_express@0.0.1188/dist/express.composition.js';
2
- import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.harmony_express@0.0.1188/dist/express.docs.mdx';
1
+ import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.harmony_express@0.0.1190/dist/express.composition.js';
2
+ import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.harmony_express@0.0.1190/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,27 @@
1
1
  {
2
2
  "name": "@teambit/express",
3
- "version": "0.0.1188",
3
+ "version": "0.0.1190",
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.1188"
9
+ "version": "0.0.1190"
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.1089",
17
- "@teambit/logger": "0.0.1182",
18
- "@teambit/legacy.logger": "0.0.7"
16
+ "@teambit/cli": "0.0.1091",
17
+ "@teambit/logger": "0.0.1184",
18
+ "@teambit/legacy.logger": "0.0.8"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@types/express": "4.17.13",
22
22
  "@types/lodash": "4.14.165",
23
23
  "@types/mocha": "9.1.0",
24
- "@teambit/harmony.envs.core-aspect-env": "0.0.65"
24
+ "@teambit/harmony.envs.core-aspect-env": "0.0.68"
25
25
  },
26
26
  "peerDependencies": {
27
27
  "react": "^17.0.0 || ^18.0.0",