@teambit/config-merger 0.0.94 → 0.0.95

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,4 +1,4 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
2
  <testsuites tests="0" failures="0" errors="0" skipped="0">
3
- <testsuite name="teambit.workspace/config-merger@0.0.94" tests="0" failures="0" errors="0" skipped="0"/>
3
+ <testsuite name="teambit.workspace/config-merger@0.0.95" tests="0" failures="0" errors="0" skipped="0"/>
4
4
  </testsuites>
@@ -3728,7 +3728,7 @@
3728
3728
  "componentId": {
3729
3729
  "scope": "teambit.workspace",
3730
3730
  "name": "config-merger",
3731
- "version": "0.0.94"
3731
+ "version": "0.0.95"
3732
3732
  },
3733
3733
  "taggedModuleExports": []
3734
3734
  }
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/config-merger",
3
- "version": "0.0.94",
3
+ "version": "0.0.95",
4
4
  "homepage": "https://bit.cloud/teambit/workspace/config-merger",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.workspace",
8
8
  "name": "config-merger",
9
- "version": "0.0.94"
9
+ "version": "0.0.95"
10
10
  },
11
11
  "dependencies": {
12
12
  "lodash": "4.17.21",
@@ -17,14 +17,14 @@
17
17
  "@teambit/component-version": "1.0.3",
18
18
  "@teambit/harmony": "0.4.6",
19
19
  "@teambit/bit-error": "0.0.404",
20
- "@teambit/builder": "1.0.227",
21
- "@teambit/dependency-resolver": "1.0.227",
22
- "@teambit/envs": "1.0.227",
23
- "@teambit/logger": "0.0.953",
24
- "@teambit/cli": "0.0.860",
20
+ "@teambit/builder": "1.0.228",
21
+ "@teambit/dependency-resolver": "1.0.228",
22
+ "@teambit/envs": "1.0.228",
23
+ "@teambit/logger": "0.0.954",
24
+ "@teambit/cli": "0.0.861",
25
25
  "@teambit/component-package-version": "0.0.433",
26
- "@teambit/config": "0.0.978",
27
- "@teambit/workspace": "1.0.227"
26
+ "@teambit/config": "0.0.979",
27
+ "@teambit/workspace": "1.0.228"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@types/lodash": "4.14.165",
package/tsconfig.json CHANGED
@@ -39,22 +39,22 @@
39
39
  ],
40
40
  "references": [
41
41
  {
42
- "path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.pipelines_builder@1.0.227"
42
+ "path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.pipelines_builder@1.0.228"
43
43
  },
44
44
  {
45
- "path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.envs_envs@1.0.227"
45
+ "path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.envs_envs@1.0.228"
46
46
  },
47
47
  {
48
- "path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.harmony_logger@0.0.953"
48
+ "path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.harmony_logger@0.0.954"
49
49
  },
50
50
  {
51
- "path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.harmony_cli@0.0.860"
51
+ "path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.harmony_cli@0.0.861"
52
52
  },
53
53
  {
54
- "path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.harmony_config@0.0.978"
54
+ "path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.harmony_config@0.0.979"
55
55
  },
56
56
  {
57
- "path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.workspace_workspace@1.0.227"
57
+ "path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.workspace_workspace@1.0.228"
58
58
  }
59
59
  ]
60
60
  }