@teambit/install 1.0.0 → 1.0.2

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.
@@ -5,7 +5,7 @@ Array [
5
5
  Object {
6
6
  "choices": Array [
7
7
  Object {
8
- "message": "foo (runtime) 1.1.0 ❯ 2.0.0 ",
8
+ "message": "foo (runtime) 1.1.0 ❯ 2.0.0 ",
9
9
  "name": "foo",
10
10
  "value": Object {
11
11
  "componentId": ComponentID {
@@ -30,7 +30,7 @@ Array [
30
30
  Object {
31
31
  "choices": Array [
32
32
  Object {
33
- "message": "foo (dev) 1.0.0 ❯ 2.0.0 ",
33
+ "message": "foo (dev) 1.0.0 ❯ 2.0.0 ",
34
34
  "name": "foo",
35
35
  "value": Object {
36
36
  "componentId": ComponentID {
@@ -60,7 +60,7 @@ Array [
60
60
  Object {
61
61
  "choices": Array [
62
62
  Object {
63
- "message": "foo (runtime) ^1.2.3 ❯ 2.0.0 ",
63
+ "message": "foo (runtime) ^1.2.3 ❯ 2.0.0 ",
64
64
  "name": "foo",
65
65
  "value": Object {
66
66
  "componentId": ComponentID {
@@ -85,7 +85,7 @@ Array [
85
85
  Object {
86
86
  "choices": Array [
87
87
  Object {
88
- "message": "foo (runtime) ^1.2.3 ❯ 2.0.0 ",
88
+ "message": "foo (runtime) ^1.2.3 ❯ 2.0.0 ",
89
89
  "name": "foo",
90
90
  "value": Object {
91
91
  "componentId": ComponentID {
@@ -115,7 +115,7 @@ Array [
115
115
  Object {
116
116
  "choices": Array [
117
117
  Object {
118
- "message": "foo (runtime) <=10.0.0 ❯ 2.0.0 ",
118
+ "message": "foo (runtime) <=10.0.0 ❯ 2.0.0 ",
119
119
  "name": "foo",
120
120
  "value": Object {
121
121
  "componentId": ComponentID {
@@ -140,7 +140,7 @@ Array [
140
140
  Object {
141
141
  "choices": Array [
142
142
  Object {
143
- "message": "foo (runtime) 1.1.0 ❯ 2.0.0 ",
143
+ "message": "foo (runtime) 1.1.0 ❯ 2.0.0 ",
144
144
  "name": "foo",
145
145
  "value": Object {
146
146
  "componentId": ComponentID {
@@ -170,7 +170,7 @@ Array [
170
170
  Object {
171
171
  "choices": Array [
172
172
  Object {
173
- "message": "foo (runtime) 1.0.0 ❯ 2.0.0 ",
173
+ "message": "foo (runtime) 1.0.0 ❯ 2.0.0 ",
174
174
  "name": "foo",
175
175
  "value": Object {
176
176
  "currentRange": "1.0.0",
@@ -181,7 +181,7 @@ Array [
181
181
  },
182
182
  },
183
183
  Object {
184
- "message": "qar (runtime) 1.0.0 ❯ 1.1.0 ",
184
+ "message": "qar (runtime) 1.0.0 ❯ 1.1.0 ",
185
185
  "name": "qar",
186
186
  "value": Object {
187
187
  "currentRange": "1.0.0",
@@ -192,7 +192,7 @@ Array [
192
192
  },
193
193
  },
194
194
  Object {
195
- "message": "zoo (dev) 1.0.0 ❯ 1.1.0 ",
195
+ "message": "zoo (dev) 1.0.0 ❯ 1.1.0 ",
196
196
  "name": "zoo",
197
197
  "value": Object {
198
198
  "currentRange": "1.0.0",
@@ -203,7 +203,7 @@ Array [
203
203
  },
204
204
  },
205
205
  Object {
206
- "message": "bar (peer) 1.0.0 ❯ 1.1.0 ",
206
+ "message": "bar (peer) 1.0.0 ❯ 1.1.0 ",
207
207
  "name": "bar",
208
208
  "value": Object {
209
209
  "currentRange": "1.0.0",
@@ -224,7 +224,7 @@ Array [
224
224
  Object {
225
225
  "choices": Array [
226
226
  Object {
227
- "message": "foo (runtime) 1.0.0 ❯ 2.0.0 ",
227
+ "message": "foo (runtime) 1.0.0 ❯ 2.0.0 ",
228
228
  "name": "foo",
229
229
  "value": Object {
230
230
  "componentId": ComponentID {
@@ -249,7 +249,7 @@ Array [
249
249
  Object {
250
250
  "choices": Array [
251
251
  Object {
252
- "message": "bar (peer) 1.0.0 ❯ 1.1.0 ",
252
+ "message": "bar (peer) 1.0.0 ❯ 1.1.0 ",
253
253
  "name": "bar",
254
254
  "value": Object {
255
255
  "currentRange": "1.0.0",
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/install",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "homepage": "https://bit.cloud/teambit/workspace/install",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.workspace",
8
8
  "name": "install",
9
- "version": "1.0.0"
9
+ "version": "1.0.2"
10
10
  },
11
11
  "dependencies": {
12
12
  "chalk": "2.4.2",
@@ -22,23 +22,23 @@
22
22
  "core-js": "^3.0.0",
23
23
  "@babel/runtime": "7.20.0",
24
24
  "@teambit/harmony": "0.4.6",
25
- "@teambit/cli": "0.0.782",
26
- "@teambit/dependency-resolver": "1.0.0",
27
- "@teambit/logger": "0.0.875",
28
- "@teambit/workspace": "1.0.0",
29
- "@teambit/application": "1.0.0",
30
- "@teambit/bit-roots": "0.0.117",
31
- "@teambit/compiler": "1.0.0",
25
+ "@teambit/cli": "0.0.784",
26
+ "@teambit/dependency-resolver": "1.0.2",
27
+ "@teambit/logger": "0.0.877",
28
+ "@teambit/workspace": "1.0.2",
29
+ "@teambit/application": "1.0.2",
30
+ "@teambit/bit-roots": "0.0.119",
31
+ "@teambit/compiler": "1.0.2",
32
32
  "@teambit/component-issues": "0.0.97",
33
33
  "@teambit/component-package-version": "0.0.427",
34
- "@teambit/component": "1.0.0",
34
+ "@teambit/component": "1.0.2",
35
35
  "@teambit/dependencies.fs.linked-dependencies": "0.0.4",
36
- "@teambit/envs": "1.0.0",
37
- "@teambit/generator": "1.0.0",
38
- "@teambit/ipc-events": "1.0.0",
39
- "@teambit/issues": "1.0.0",
40
- "@teambit/variants": "0.0.889",
41
- "@teambit/workspace.modules.node-modules-linker": "0.0.124",
36
+ "@teambit/envs": "1.0.2",
37
+ "@teambit/generator": "1.0.2",
38
+ "@teambit/ipc-events": "1.0.2",
39
+ "@teambit/issues": "1.0.2",
40
+ "@teambit/variants": "0.0.891",
41
+ "@teambit/workspace.modules.node-modules-linker": "0.0.126",
42
42
  "@teambit/bit-error": "0.0.404",
43
43
  "@teambit/toolbox.time.time-format": "0.0.492"
44
44
  },