@teambit/application 0.0.528 → 0.0.530

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.
@@ -3,5 +3,6 @@ export declare class AppService implements EnvService<any> {
3
3
  name: string;
4
4
  run(context: ExecutionContext): Promise<ExecutionContext & {
5
5
  dev: boolean;
6
+ errors: never[];
6
7
  }>;
7
8
  }
@@ -19,7 +19,8 @@ class AppService {
19
19
  }
20
20
  async run(context) {
21
21
  const appContext = Object.assign(context, {
22
- dev: true
22
+ dev: true,
23
+ errors: []
23
24
  });
24
25
  return appContext;
25
26
  }
@@ -1 +1 @@
1
- {"version":3,"names":["AppService","run","context","appContext","Object","assign","dev"],"sources":["application.service.ts"],"sourcesContent":["import { EnvService, ExecutionContext } from '@teambit/envs';\n\nexport class AppService implements EnvService<any> {\n name = 'app';\n\n async run(context: ExecutionContext) {\n const appContext = Object.assign(context, {\n dev: true,\n });\n\n return appContext;\n }\n}\n"],"mappings":";;;;;;;;;;;;;;;AAEO,MAAMA,UAAU,CAA4B;EAAA;IAAA,8CAC1C,KAAK;EAAA;EAEZ,MAAMC,GAAG,CAACC,OAAyB,EAAE;IACnC,MAAMC,UAAU,GAAGC,MAAM,CAACC,MAAM,CAACH,OAAO,EAAE;MACxCI,GAAG,EAAE;IACP,CAAC,CAAC;IAEF,OAAOH,UAAU;EACnB;AACF;AAAC"}
1
+ {"version":3,"names":["AppService","run","context","appContext","Object","assign","dev","errors"],"sources":["application.service.ts"],"sourcesContent":["import { EnvService, ExecutionContext } from '@teambit/envs';\n\nexport class AppService implements EnvService<any> {\n name = 'app';\n\n async run(context: ExecutionContext) {\n const appContext = Object.assign(context, {\n dev: true,\n errors: [],\n });\n\n return appContext;\n }\n}\n"],"mappings":";;;;;;;;;;;;;;;AAEO,MAAMA,UAAU,CAA4B;EAAA;IAAA,8CAC1C,KAAK;EAAA;EAEZ,MAAMC,GAAG,CAACC,OAAyB,EAAE;IACnC,MAAMC,UAAU,GAAGC,MAAM,CAACC,MAAM,CAACH,OAAO,EAAE;MACxCI,GAAG,EAAE,IAAI;MACTC,MAAM,EAAE;IACV,CAAC,CAAC;IAEF,OAAOJ,UAAU;EACnB;AACF;AAAC"}
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/application",
3
- "version": "0.0.528",
3
+ "version": "0.0.530",
4
4
  "homepage": "https://bit.dev/teambit/harmony/application",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.harmony",
8
8
  "name": "application",
9
- "version": "0.0.528"
9
+ "version": "0.0.530"
10
10
  },
11
11
  "dependencies": {
12
12
  "chalk": "2.4.2",
@@ -14,19 +14,19 @@
14
14
  "p-map-series": "2.1.0",
15
15
  "ink": "3.2.0",
16
16
  "pluralize": "8.0.0",
17
- "@babel/runtime": "7.12.18",
17
+ "@babel/runtime": "7.20.0",
18
18
  "core-js": "^3.0.0",
19
19
  "@teambit/harmony": "0.3.3",
20
- "@teambit/builder": "0.0.886",
21
- "@teambit/component": "0.0.886",
22
- "@teambit/isolator": "0.0.886",
23
- "@teambit/envs": "0.0.886",
24
- "@teambit/cli-table": "0.0.40",
25
- "@teambit/cli": "0.0.594",
26
- "@teambit/aspect-loader": "0.0.886",
27
- "@teambit/bit-error": "0.0.400",
28
- "@teambit/logger": "0.0.687",
29
- "@teambit/workspace": "0.0.886"
20
+ "@teambit/builder": "0.0.888",
21
+ "@teambit/component": "0.0.888",
22
+ "@teambit/isolator": "0.0.888",
23
+ "@teambit/envs": "0.0.888",
24
+ "@teambit/cli-table": "0.0.41",
25
+ "@teambit/cli": "0.0.595",
26
+ "@teambit/aspect-loader": "0.0.888",
27
+ "@teambit/bit-error": "0.0.401",
28
+ "@teambit/logger": "0.0.688",
29
+ "@teambit/workspace": "0.0.888"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@types/react": "^17.0.8",
@@ -39,7 +39,7 @@
39
39
  "@types/node": "12.20.4"
40
40
  },
41
41
  "peerDependencies": {
42
- "@teambit/legacy": "1.0.377",
42
+ "@teambit/legacy": "1.0.379",
43
43
  "react-dom": "^16.8.0 || ^17.0.0",
44
44
  "react": "^16.8.0 || ^17.0.0"
45
45
  },
@@ -1,5 +1,5 @@
1
- import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.harmony_application@0.0.528/dist/application.composition.js';
2
- import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.harmony_application@0.0.528/dist/application.docs.mdx';
1
+ import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.harmony_application@0.0.530/dist/application.composition.js';
2
+ import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.harmony_application@0.0.530/dist/application.docs.mdx';
3
3
 
4
4
  export const compositions = [compositions_0];
5
5
  export const overview = [overview_0];