@teambit/application 0.0.519 → 0.0.520

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 +1 @@
1
- {"version":3,"names":["AppContext","ExecutionContext","constructor","appName","dev","appComponent","workdir","execContext","hostRootDir","upper","envRuntime","components"],"sources":["app-context.ts"],"sourcesContent":["import { ExecutionContext } from '@teambit/envs';\nimport { Component } from '@teambit/component';\n\nexport class AppContext extends ExecutionContext {\n constructor(\n readonly appName: string,\n\n /**\n * determine whether to serve the application in dev mode.\n */\n readonly dev: boolean,\n\n readonly appComponent: Component,\n\n readonly workdir: string,\n\n execContext: ExecutionContext,\n\n /**\n * A path for the host root dir\n * Host root dir is the dir where we run the app from\n * This can be used in different bundle options which run require.resolve\n * for example when configuring webpack aliases or webpack expose loader on the peers deps\n */\n readonly hostRootDir?: string,\n\n ) {\n super(execContext.upper, execContext.envRuntime, execContext.components);\n }\n // static fromExecContext() {\n // return new AppContext();\n // }\n}\n"],"mappings":";;;;;;;AAAA;EAAA;;EAAA;IAAA;EAAA;;EAAA;AAAA;;AAGO,MAAMA,UAAN,SAAyBC,wBAAzB,CAA0C;EAC/CC,WAAW,CACAC,OADA;EAGT;AACJ;AACA;EACaC,GANA,EAQAC,YARA,EAUAC,OAVA,EAYTC,WAZS;EAcT;AACJ;AACA;AACA;AACA;AACA;EACaC,WApBA,EAsBT;IACA,MAAMD,WAAW,CAACE,KAAlB,EAAyBF,WAAW,CAACG,UAArC,EAAiDH,WAAW,CAACI,UAA7D;IADA,KArBSR,OAqBT,GArBSA,OAqBT;IAAA,KAhBSC,GAgBT,GAhBSA,GAgBT;IAAA,KAdSC,YAcT,GAdSA,YAcT;IAAA,KAZSC,OAYT,GAZSA,OAYT;IAAA,KAFSE,WAET,GAFSA,WAET;EAED,CAzB8C,CA0B/C;EACE;EACF;;;AA5B+C"}
1
+ {"version":3,"names":["AppContext","ExecutionContext","constructor","appName","dev","appComponent","workdir","execContext","hostRootDir","upper","envRuntime","components"],"sources":["app-context.ts"],"sourcesContent":["import { ExecutionContext } from '@teambit/envs';\nimport { Component } from '@teambit/component';\n\nexport class AppContext extends ExecutionContext {\n constructor(\n readonly appName: string,\n\n /**\n * determine whether to serve the application in dev mode.\n */\n readonly dev: boolean,\n\n readonly appComponent: Component,\n\n readonly workdir: string,\n\n execContext: ExecutionContext,\n\n /**\n * A path for the host root dir\n * Host root dir is the dir where we run the app from\n * This can be used in different bundle options which run require.resolve\n * for example when configuring webpack aliases or webpack expose loader on the peers deps\n */\n readonly hostRootDir?: string\n ) {\n super(execContext.upper, execContext.envRuntime, execContext.components);\n }\n // static fromExecContext() {\n // return new AppContext();\n // }\n}\n"],"mappings":";;;;;;;AAAA;EAAA;;EAAA;IAAA;EAAA;;EAAA;AAAA;;AAGO,MAAMA,UAAN,SAAyBC,wBAAzB,CAA0C;EAC/CC,WAAW,CACAC,OADA;EAGT;AACJ;AACA;EACaC,GANA,EAQAC,YARA,EAUAC,OAVA,EAYTC,WAZS;EAcT;AACJ;AACA;AACA;AACA;AACA;EACaC,WApBA,EAqBT;IACA,MAAMD,WAAW,CAACE,KAAlB,EAAyBF,WAAW,CAACG,UAArC,EAAiDH,WAAW,CAACI,UAA7D;IADA,KApBSR,OAoBT,GApBSA,OAoBT;IAAA,KAfSC,GAeT,GAfSA,GAeT;IAAA,KAbSC,YAaT,GAbSA,YAaT;IAAA,KAXSC,OAWT,GAXSA,OAWT;IAAA,KADSE,WACT,GADSA,WACT;EAED,CAxB8C,CAyB/C;EACA;EACA;;;AA3B+C"}
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/application",
3
- "version": "0.0.519",
3
+ "version": "0.0.520",
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.519"
9
+ "version": "0.0.520"
10
10
  },
11
11
  "dependencies": {
12
12
  "chalk": "2.4.2",
@@ -17,16 +17,16 @@
17
17
  "@babel/runtime": "7.12.18",
18
18
  "core-js": "^3.0.0",
19
19
  "@teambit/harmony": "0.3.3",
20
- "@teambit/builder": "0.0.877",
21
- "@teambit/component": "0.0.877",
22
- "@teambit/isolator": "0.0.877",
23
- "@teambit/envs": "0.0.877",
20
+ "@teambit/builder": "0.0.878",
21
+ "@teambit/component": "0.0.878",
22
+ "@teambit/isolator": "0.0.878",
23
+ "@teambit/envs": "0.0.878",
24
24
  "@teambit/cli-table": "0.0.40",
25
- "@teambit/cli": "0.0.587",
26
- "@teambit/aspect-loader": "0.0.877",
25
+ "@teambit/cli": "0.0.588",
26
+ "@teambit/aspect-loader": "0.0.878",
27
27
  "@teambit/bit-error": "0.0.400",
28
- "@teambit/logger": "0.0.680",
29
- "@teambit/workspace": "0.0.877"
28
+ "@teambit/logger": "0.0.681",
29
+ "@teambit/workspace": "0.0.878"
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.368",
42
+ "@teambit/legacy": "1.0.369",
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.519/dist/application.composition.js';
2
- import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.harmony_application@0.0.519/dist/application.docs.mdx';
1
+ import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.harmony_application@0.0.520/dist/application.composition.js';
2
+ import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.harmony_application@0.0.520/dist/application.docs.mdx';
3
3
 
4
4
  export const compositions = [compositions_0];
5
5
  export const overview = [overview_0];