@teambit/envs 1.0.228 → 1.0.230
Sign up to get free protection for your applications and to get access to all the features.
- package/artifacts/__bit_junit.xml +1 -1
- package/artifacts/preview/teambit_envs_envs-preview.js +1 -1
- package/artifacts/schema.json +2064 -491
- package/dist/context/context.d.ts +44 -0
- package/dist/context/index.d.ts +1 -0
- package/dist/env-definition.d.ts +41 -0
- package/dist/env-interface.d.ts +4 -0
- package/dist/env-service-list.d.ts +35 -0
- package/dist/env.composition.d.ts +1 -0
- package/dist/env.fragment.d.ts +17 -0
- package/dist/env.plugin.d.ts +18 -0
- package/dist/environment.d.ts +196 -0
- package/dist/environments.aspect.d.ts +2 -0
- package/dist/environments.graphql.d.ts +3 -0
- package/dist/environments.main.runtime.d.ts +320 -0
- package/dist/envs.cmd.d.ts +51 -0
- package/dist/exceptions/env-not-configured-for-component.d.ts +4 -0
- package/dist/exceptions/env-not-found-in-runtime.d.ts +5 -0
- package/dist/exceptions/env-not-found.d.ts +6 -0
- package/dist/exceptions/index.d.ts +3 -0
- package/dist/index.d.ts +16 -0
- package/dist/{preview-1712805335812.js → preview-1712891953391.js} +2 -2
- package/dist/runtime/env-runtime.d.ts +41 -0
- package/dist/runtime/envs-execution-result.d.ts +18 -0
- package/dist/runtime/index.d.ts +2 -0
- package/dist/runtime/runtime.d.ts +49 -0
- package/dist/services/concrete-service.d.ts +8 -0
- package/dist/services/index.d.ts +4 -0
- package/dist/services/service-handler-context.d.ts +30 -0
- package/dist/services/service-handler.d.ts +18 -0
- package/dist/services/service.d.ts +66 -0
- package/package.json +25 -25
- package/tsconfig.json +1 -64
package/package.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "@teambit/envs",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.230",
|
4
4
|
"homepage": "https://bit.cloud/teambit/envs/envs",
|
5
5
|
"main": "dist/index.js",
|
6
6
|
"componentId": {
|
7
7
|
"scope": "teambit.envs",
|
8
8
|
"name": "envs",
|
9
|
-
"version": "1.0.
|
9
|
+
"version": "1.0.230"
|
10
10
|
},
|
11
11
|
"dependencies": {
|
12
12
|
"chalk": "2.4.2",
|
@@ -18,28 +18,28 @@
|
|
18
18
|
"@teambit/harmony": "0.4.6",
|
19
19
|
"@teambit/bit-error": "0.0.404",
|
20
20
|
"@teambit/component-id": "1.2.0",
|
21
|
-
"@teambit/component": "1.0.
|
22
|
-
"@teambit/aspect-loader": "1.0.
|
23
|
-
"@teambit/cli": "0.0.
|
24
|
-
"@teambit/logger": "0.0.
|
25
|
-
"@teambit/worker": "0.0.
|
26
|
-
"@teambit/builder": "1.0.
|
27
|
-
"@teambit/bundler": "1.0.
|
28
|
-
"@teambit/compiler": "1.0.
|
29
|
-
"@teambit/dependency-resolver": "1.0.
|
30
|
-
"@teambit/formatter": "1.0.
|
31
|
-
"@teambit/isolator": "1.0.
|
32
|
-
"@teambit/linter": "1.0.
|
33
|
-
"@teambit/pkg": "1.0.
|
34
|
-
"@teambit/preview": "1.0.
|
35
|
-
"@teambit/schema": "1.0.
|
36
|
-
"@teambit/tester": "1.0.
|
37
|
-
"@teambit/typescript": "1.0.
|
38
|
-
"@teambit/webpack": "1.0.
|
39
|
-
"@teambit/graphql": "1.0.
|
40
|
-
"@teambit/bit": "1.6.
|
41
|
-
"@teambit/component-issues": "0.0.
|
42
|
-
"@teambit/issues": "1.0.
|
21
|
+
"@teambit/component": "1.0.230",
|
22
|
+
"@teambit/aspect-loader": "1.0.230",
|
23
|
+
"@teambit/cli": "0.0.862",
|
24
|
+
"@teambit/logger": "0.0.955",
|
25
|
+
"@teambit/worker": "0.0.1166",
|
26
|
+
"@teambit/builder": "1.0.230",
|
27
|
+
"@teambit/bundler": "1.0.230",
|
28
|
+
"@teambit/compiler": "1.0.230",
|
29
|
+
"@teambit/dependency-resolver": "1.0.230",
|
30
|
+
"@teambit/formatter": "1.0.230",
|
31
|
+
"@teambit/isolator": "1.0.230",
|
32
|
+
"@teambit/linter": "1.0.230",
|
33
|
+
"@teambit/pkg": "1.0.230",
|
34
|
+
"@teambit/preview": "1.0.230",
|
35
|
+
"@teambit/schema": "1.0.230",
|
36
|
+
"@teambit/tester": "1.0.230",
|
37
|
+
"@teambit/typescript": "1.0.230",
|
38
|
+
"@teambit/webpack": "1.0.230",
|
39
|
+
"@teambit/graphql": "1.0.230",
|
40
|
+
"@teambit/bit": "1.6.123",
|
41
|
+
"@teambit/component-issues": "0.0.144",
|
42
|
+
"@teambit/issues": "1.0.230",
|
43
43
|
"@teambit/toolbox.array.duplications-finder": "0.0.1",
|
44
44
|
"@teambit/cli-table": "0.0.48"
|
45
45
|
},
|
@@ -47,7 +47,7 @@
|
|
47
47
|
"@types/lodash": "4.14.165",
|
48
48
|
"@types/mocha": "9.1.0",
|
49
49
|
"chai": "4.3.0",
|
50
|
-
"@teambit/harmony.envs.core-aspect-env": "0.0.
|
50
|
+
"@teambit/harmony.envs.core-aspect-env": "0.0.33",
|
51
51
|
"@teambit/envs.aspect-docs.envs": "0.0.167"
|
52
52
|
},
|
53
53
|
"peerDependencies": {
|
package/tsconfig.json
CHANGED
@@ -20,8 +20,7 @@
|
|
20
20
|
"emitDeclarationOnly": true,
|
21
21
|
"strict": true,
|
22
22
|
"strictPropertyInitialization": false,
|
23
|
-
"noImplicitAny": false
|
24
|
-
"composite": true
|
23
|
+
"noImplicitAny": false
|
25
24
|
},
|
26
25
|
"exclude": [
|
27
26
|
"artifacts",
|
@@ -36,67 +35,5 @@
|
|
36
35
|
"include": [
|
37
36
|
"**/*",
|
38
37
|
"**/*.json"
|
39
|
-
],
|
40
|
-
"references": [
|
41
|
-
{
|
42
|
-
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_component@1.0.228"
|
43
|
-
},
|
44
|
-
{
|
45
|
-
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.harmony_aspect-loader@1.0.228"
|
46
|
-
},
|
47
|
-
{
|
48
|
-
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.harmony_cli@0.0.861"
|
49
|
-
},
|
50
|
-
{
|
51
|
-
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.harmony_logger@0.0.954"
|
52
|
-
},
|
53
|
-
{
|
54
|
-
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.harmony_worker@0.0.1165"
|
55
|
-
},
|
56
|
-
{
|
57
|
-
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.pipelines_builder@1.0.228"
|
58
|
-
},
|
59
|
-
{
|
60
|
-
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.compilation_bundler@1.0.228"
|
61
|
-
},
|
62
|
-
{
|
63
|
-
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.compilation_compiler@1.0.228"
|
64
|
-
},
|
65
|
-
{
|
66
|
-
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.defender_formatter@1.0.228"
|
67
|
-
},
|
68
|
-
{
|
69
|
-
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_isolator@1.0.228"
|
70
|
-
},
|
71
|
-
{
|
72
|
-
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.defender_linter@1.0.228"
|
73
|
-
},
|
74
|
-
{
|
75
|
-
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.pkg_pkg@1.0.228"
|
76
|
-
},
|
77
|
-
{
|
78
|
-
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.preview_preview@1.0.228"
|
79
|
-
},
|
80
|
-
{
|
81
|
-
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.semantics_schema@1.0.228"
|
82
|
-
},
|
83
|
-
{
|
84
|
-
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.defender_tester@1.0.228"
|
85
|
-
},
|
86
|
-
{
|
87
|
-
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.typescript_typescript@1.0.228"
|
88
|
-
},
|
89
|
-
{
|
90
|
-
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.webpack_webpack@1.0.228"
|
91
|
-
},
|
92
|
-
{
|
93
|
-
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.harmony_graphql@1.0.228"
|
94
|
-
},
|
95
|
-
{
|
96
|
-
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.harmony_bit@1.6.121"
|
97
|
-
},
|
98
|
-
{
|
99
|
-
"path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_issues@1.0.228"
|
100
|
-
}
|
101
38
|
]
|
102
39
|
}
|