@teambit/config 0.0.1435 → 0.0.1439

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.
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/config",
3
- "version": "0.0.1435",
3
+ "version": "0.0.1439",
4
4
  "homepage": "https://bit.cloud/teambit/harmony/config",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.harmony",
8
8
  "name": "config",
9
- "version": "0.0.1435"
9
+ "version": "0.0.1439"
10
10
  },
11
11
  "dependencies": {
12
12
  "comment-json": "4.2.5",
@@ -14,25 +14,25 @@
14
14
  "lodash": "4.17.21",
15
15
  "chalk": "4.1.2",
16
16
  "@teambit/harmony": "0.4.7",
17
- "@teambit/legacy.utils": "0.0.23",
18
- "@teambit/scope.modules.find-scope-path": "0.0.15",
19
- "@teambit/workspace.modules.workspace-locator": "0.0.15",
20
- "@teambit/toolbox.path.path": "0.0.8",
21
17
  "@teambit/component-id": "1.2.4",
22
- "@teambit/legacy.constants": "0.0.14",
23
- "@teambit/legacy.logger": "0.0.24",
24
18
  "@teambit/bit-error": "0.0.404",
25
- "@teambit/cli": "0.0.1261",
26
- "@teambit/legacy.consumer-config": "0.0.68",
27
- "@teambit/legacy.extension-data": "0.0.70",
28
- "@teambit/component.sources": "0.0.120",
29
- "@teambit/legacy.consumer": "0.0.68"
19
+ "@teambit/cli": "0.0.1265",
20
+ "@teambit/legacy.consumer-config": "0.0.69",
21
+ "@teambit/legacy.extension-data": "0.0.71",
22
+ "@teambit/legacy.utils": "0.0.24",
23
+ "@teambit/scope.modules.find-scope-path": "0.0.16",
24
+ "@teambit/workspace.modules.workspace-locator": "0.0.16",
25
+ "@teambit/toolbox.path.path": "0.0.9",
26
+ "@teambit/component.sources": "0.0.121",
27
+ "@teambit/legacy.constants": "0.0.15",
28
+ "@teambit/legacy.consumer": "0.0.69",
29
+ "@teambit/legacy.logger": "0.0.25"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@types/fs-extra": "9.0.7",
33
33
  "@types/lodash": "4.14.165",
34
34
  "@types/mocha": "9.1.0",
35
- "@teambit/harmony.envs.core-aspect-env": "0.0.75"
35
+ "@teambit/harmony.envs.core-aspect-env": "0.0.76"
36
36
  },
37
37
  "peerDependencies": {},
38
38
  "license": "Apache-2.0",
package/dist/esm.d.mts DELETED
@@ -1,8 +0,0 @@
1
- export const ConfigAspect: any;
2
- export const ConfigRuntime: any;
3
- export const ConfigMain: any;
4
- export const getWorkspaceConfigTemplateParsed: any;
5
- export const stringifyWorkspaceConfig: any;
6
- export const getConfigAspect: any;
7
- export const WorkspaceConfig: any;
8
- export default cjsModule;