@featurevisor/cli 0.46.2 → 0.47.1
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/.eslintcache +1 -0
- package/.eslintrc.js +8 -0
- package/.prettierignore +5 -0
- package/CHANGELOG.md +100 -81
- package/lib/index.js +4 -4
- package/lib/index.js.map +1 -1
- package/package.json +10 -7
- package/prettier.config.js +8 -0
- package/src/index.ts +4 -4
package/.eslintcache
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
[{"/home/runner/work/featurevisor/featurevisor/packages/cli/bin.js":"1","/home/runner/work/featurevisor/featurevisor/packages/cli/src/index.ts":"2"},{"size":45,"mtime":1694550300695,"results":"3","hashOfConfig":"4"},{"size":4729,"mtime":1694550300695,"results":"5","hashOfConfig":"4"},{"filePath":"6","messages":"7","suppressedMessages":"8","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"1f979at",{"filePath":"9","messages":"10","suppressedMessages":"11","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"/home/runner/work/featurevisor/featurevisor/packages/cli/bin.js",[],[],"/home/runner/work/featurevisor/featurevisor/packages/cli/src/index.ts",[],[]]
|
package/.eslintrc.js
ADDED
package/CHANGELOG.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
## [0.
|
|
6
|
+
## [0.47.1](https://github.com/featurevisor/featurevisor/compare/v0.47.0...v0.47.1) (2023-09-12)
|
|
7
7
|
|
|
8
8
|
**Note:** Version bump only for package @featurevisor/cli
|
|
9
9
|
|
|
@@ -11,7 +11,26 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
|
|
14
|
+
# [0.47.0](https://github.com/featurevisor/featurevisor/compare/v0.46.2...v0.47.0) (2023-09-05)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Features
|
|
18
|
+
|
|
19
|
+
* use Prettier v2.x ([#143](https://github.com/featurevisor/featurevisor/issues/143)) ([ddca499](https://github.com/featurevisor/featurevisor/commit/ddca499526f2f8bf10dc340fb55877584501a682))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
## [0.46.2](https://github.com/featurevisor/featurevisor/compare/v0.46.1...v0.46.2) (2023-08-31)
|
|
26
|
+
|
|
27
|
+
**Note:** Version bump only for package @featurevisor/cli
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
## [0.46.1](https://github.com/featurevisor/featurevisor/compare/v0.46.0...v0.46.1) (2023-08-31)
|
|
15
34
|
|
|
16
35
|
**Note:** Version bump only for package @featurevisor/cli
|
|
17
36
|
|
|
@@ -19,7 +38,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
19
38
|
|
|
20
39
|
|
|
21
40
|
|
|
22
|
-
# [0.46.0](https://github.com/
|
|
41
|
+
# [0.46.0](https://github.com/featurevisor/featurevisor/compare/v0.45.0...v0.46.0) (2023-08-27)
|
|
23
42
|
|
|
24
43
|
**Note:** Version bump only for package @featurevisor/cli
|
|
25
44
|
|
|
@@ -27,7 +46,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
27
46
|
|
|
28
47
|
|
|
29
48
|
|
|
30
|
-
# [0.45.0](https://github.com/
|
|
49
|
+
# [0.45.0](https://github.com/featurevisor/featurevisor/compare/v0.44.2...v0.45.0) (2023-08-20)
|
|
31
50
|
|
|
32
51
|
**Note:** Version bump only for package @featurevisor/cli
|
|
33
52
|
|
|
@@ -35,7 +54,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
35
54
|
|
|
36
55
|
|
|
37
56
|
|
|
38
|
-
## [0.44.1](https://github.com/
|
|
57
|
+
## [0.44.1](https://github.com/featurevisor/featurevisor/compare/v0.44.0...v0.44.1) (2023-08-07)
|
|
39
58
|
|
|
40
59
|
**Note:** Version bump only for package @featurevisor/cli
|
|
41
60
|
|
|
@@ -43,7 +62,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
43
62
|
|
|
44
63
|
|
|
45
64
|
|
|
46
|
-
# [0.44.0](https://github.com/
|
|
65
|
+
# [0.44.0](https://github.com/featurevisor/featurevisor/compare/v0.43.0...v0.44.0) (2023-08-07)
|
|
47
66
|
|
|
48
67
|
**Note:** Version bump only for package @featurevisor/cli
|
|
49
68
|
|
|
@@ -51,7 +70,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
51
70
|
|
|
52
71
|
|
|
53
72
|
|
|
54
|
-
# [0.43.0](https://github.com/
|
|
73
|
+
# [0.43.0](https://github.com/featurevisor/featurevisor/compare/v0.42.1...v0.43.0) (2023-08-05)
|
|
55
74
|
|
|
56
75
|
**Note:** Version bump only for package @featurevisor/cli
|
|
57
76
|
|
|
@@ -59,7 +78,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
59
78
|
|
|
60
79
|
|
|
61
80
|
|
|
62
|
-
## [0.42.1](https://github.com/
|
|
81
|
+
## [0.42.1](https://github.com/featurevisor/featurevisor/compare/v0.42.0...v0.42.1) (2023-08-01)
|
|
63
82
|
|
|
64
83
|
**Note:** Version bump only for package @featurevisor/cli
|
|
65
84
|
|
|
@@ -67,7 +86,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
67
86
|
|
|
68
87
|
|
|
69
88
|
|
|
70
|
-
# [0.42.0](https://github.com/
|
|
89
|
+
# [0.42.0](https://github.com/featurevisor/featurevisor/compare/v0.41.0...v0.42.0) (2023-07-23)
|
|
71
90
|
|
|
72
91
|
**Note:** Version bump only for package @featurevisor/cli
|
|
73
92
|
|
|
@@ -75,7 +94,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
75
94
|
|
|
76
95
|
|
|
77
96
|
|
|
78
|
-
# [0.41.0](https://github.com/
|
|
97
|
+
# [0.41.0](https://github.com/featurevisor/featurevisor/compare/v0.40.1...v0.41.0) (2023-07-23)
|
|
79
98
|
|
|
80
99
|
**Note:** Version bump only for package @featurevisor/cli
|
|
81
100
|
|
|
@@ -83,7 +102,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
83
102
|
|
|
84
103
|
|
|
85
104
|
|
|
86
|
-
## [0.40.1](https://github.com/
|
|
105
|
+
## [0.40.1](https://github.com/featurevisor/featurevisor/compare/v0.40.0...v0.40.1) (2023-07-23)
|
|
87
106
|
|
|
88
107
|
**Note:** Version bump only for package @featurevisor/cli
|
|
89
108
|
|
|
@@ -91,7 +110,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
91
110
|
|
|
92
111
|
|
|
93
112
|
|
|
94
|
-
# [0.40.0](https://github.com/
|
|
113
|
+
# [0.40.0](https://github.com/featurevisor/featurevisor/compare/v0.39.2...v0.40.0) (2023-07-16)
|
|
95
114
|
|
|
96
115
|
**Note:** Version bump only for package @featurevisor/cli
|
|
97
116
|
|
|
@@ -99,7 +118,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
99
118
|
|
|
100
119
|
|
|
101
120
|
|
|
102
|
-
## [0.39.2](https://github.com/
|
|
121
|
+
## [0.39.2](https://github.com/featurevisor/featurevisor/compare/v0.39.1...v0.39.2) (2023-07-16)
|
|
103
122
|
|
|
104
123
|
**Note:** Version bump only for package @featurevisor/cli
|
|
105
124
|
|
|
@@ -107,7 +126,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
107
126
|
|
|
108
127
|
|
|
109
128
|
|
|
110
|
-
## [0.39.1](https://github.com/
|
|
129
|
+
## [0.39.1](https://github.com/featurevisor/featurevisor/compare/v0.39.0...v0.39.1) (2023-07-16)
|
|
111
130
|
|
|
112
131
|
**Note:** Version bump only for package @featurevisor/cli
|
|
113
132
|
|
|
@@ -115,7 +134,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
115
134
|
|
|
116
135
|
|
|
117
136
|
|
|
118
|
-
# [0.39.0](https://github.com/
|
|
137
|
+
# [0.39.0](https://github.com/featurevisor/featurevisor/compare/v0.38.0...v0.39.0) (2023-07-16)
|
|
119
138
|
|
|
120
139
|
**Note:** Version bump only for package @featurevisor/cli
|
|
121
140
|
|
|
@@ -123,7 +142,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
123
142
|
|
|
124
143
|
|
|
125
144
|
|
|
126
|
-
# [0.38.0](https://github.com/
|
|
145
|
+
# [0.38.0](https://github.com/featurevisor/featurevisor/compare/v0.37.1...v0.38.0) (2023-07-16)
|
|
127
146
|
|
|
128
147
|
**Note:** Version bump only for package @featurevisor/cli
|
|
129
148
|
|
|
@@ -131,7 +150,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
131
150
|
|
|
132
151
|
|
|
133
152
|
|
|
134
|
-
## [0.37.1](https://github.com/
|
|
153
|
+
## [0.37.1](https://github.com/featurevisor/featurevisor/compare/v0.37.0...v0.37.1) (2023-07-15)
|
|
135
154
|
|
|
136
155
|
**Note:** Version bump only for package @featurevisor/cli
|
|
137
156
|
|
|
@@ -139,7 +158,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
139
158
|
|
|
140
159
|
|
|
141
160
|
|
|
142
|
-
# [0.37.0](https://github.com/
|
|
161
|
+
# [0.37.0](https://github.com/featurevisor/featurevisor/compare/v0.36.0...v0.37.0) (2023-07-14)
|
|
143
162
|
|
|
144
163
|
**Note:** Version bump only for package @featurevisor/cli
|
|
145
164
|
|
|
@@ -147,18 +166,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
147
166
|
|
|
148
167
|
|
|
149
168
|
|
|
150
|
-
# [0.36.0](https://github.com/
|
|
169
|
+
# [0.36.0](https://github.com/featurevisor/featurevisor/compare/v0.35.0...v0.36.0) (2023-07-13)
|
|
151
170
|
|
|
152
171
|
|
|
153
172
|
### Features
|
|
154
173
|
|
|
155
|
-
* restore state files ([#100](https://github.com/
|
|
174
|
+
* restore state files ([#100](https://github.com/featurevisor/featurevisor/issues/100)) ([796695d](https://github.com/featurevisor/featurevisor/commit/796695d0f645869ec305c3446282fba7e45e2bb5))
|
|
156
175
|
|
|
157
176
|
|
|
158
177
|
|
|
159
178
|
|
|
160
179
|
|
|
161
|
-
# [0.35.0](https://github.com/
|
|
180
|
+
# [0.35.0](https://github.com/featurevisor/featurevisor/compare/v0.34.0...v0.35.0) (2023-07-13)
|
|
162
181
|
|
|
163
182
|
**Note:** Version bump only for package @featurevisor/cli
|
|
164
183
|
|
|
@@ -166,18 +185,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
166
185
|
|
|
167
186
|
|
|
168
187
|
|
|
169
|
-
# [0.34.0](https://github.com/
|
|
188
|
+
# [0.34.0](https://github.com/featurevisor/featurevisor/compare/v0.33.1...v0.34.0) (2023-07-08)
|
|
170
189
|
|
|
171
190
|
|
|
172
191
|
### Features
|
|
173
192
|
|
|
174
|
-
* code generation ([#98](https://github.com/
|
|
193
|
+
* code generation ([#98](https://github.com/featurevisor/featurevisor/issues/98)) ([7474443](https://github.com/featurevisor/featurevisor/commit/7474443d26fd526f471ef5258cbe39b42c0fad60))
|
|
175
194
|
|
|
176
195
|
|
|
177
196
|
|
|
178
197
|
|
|
179
198
|
|
|
180
|
-
## [0.33.1](https://github.com/
|
|
199
|
+
## [0.33.1](https://github.com/featurevisor/featurevisor/compare/v0.33.0...v0.33.1) (2023-07-07)
|
|
181
200
|
|
|
182
201
|
**Note:** Version bump only for package @featurevisor/cli
|
|
183
202
|
|
|
@@ -185,7 +204,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
185
204
|
|
|
186
205
|
|
|
187
206
|
|
|
188
|
-
# [0.33.0](https://github.com/
|
|
207
|
+
# [0.33.0](https://github.com/featurevisor/featurevisor/compare/v0.32.1...v0.33.0) (2023-07-06)
|
|
189
208
|
|
|
190
209
|
**Note:** Version bump only for package @featurevisor/cli
|
|
191
210
|
|
|
@@ -193,7 +212,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
193
212
|
|
|
194
213
|
|
|
195
214
|
|
|
196
|
-
## [0.32.1](https://github.com/
|
|
215
|
+
## [0.32.1](https://github.com/featurevisor/featurevisor/compare/v0.32.0...v0.32.1) (2023-07-03)
|
|
197
216
|
|
|
198
217
|
**Note:** Version bump only for package @featurevisor/cli
|
|
199
218
|
|
|
@@ -201,7 +220,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
201
220
|
|
|
202
221
|
|
|
203
222
|
|
|
204
|
-
# [0.32.0](https://github.com/
|
|
223
|
+
# [0.32.0](https://github.com/featurevisor/featurevisor/compare/v0.31.2...v0.32.0) (2023-07-02)
|
|
205
224
|
|
|
206
225
|
**Note:** Version bump only for package @featurevisor/cli
|
|
207
226
|
|
|
@@ -209,7 +228,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
209
228
|
|
|
210
229
|
|
|
211
230
|
|
|
212
|
-
## [0.31.2](https://github.com/
|
|
231
|
+
## [0.31.2](https://github.com/featurevisor/featurevisor/compare/v0.31.1...v0.31.2) (2023-07-01)
|
|
213
232
|
|
|
214
233
|
**Note:** Version bump only for package @featurevisor/cli
|
|
215
234
|
|
|
@@ -217,7 +236,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
217
236
|
|
|
218
237
|
|
|
219
238
|
|
|
220
|
-
## [0.31.1](https://github.com/
|
|
239
|
+
## [0.31.1](https://github.com/featurevisor/featurevisor/compare/v0.31.0...v0.31.1) (2023-06-25)
|
|
221
240
|
|
|
222
241
|
**Note:** Version bump only for package @featurevisor/cli
|
|
223
242
|
|
|
@@ -225,7 +244,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
225
244
|
|
|
226
245
|
|
|
227
246
|
|
|
228
|
-
# [0.31.0](https://github.com/
|
|
247
|
+
# [0.31.0](https://github.com/featurevisor/featurevisor/compare/v0.30.1...v0.31.0) (2023-06-24)
|
|
229
248
|
|
|
230
249
|
**Note:** Version bump only for package @featurevisor/cli
|
|
231
250
|
|
|
@@ -233,7 +252,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
233
252
|
|
|
234
253
|
|
|
235
254
|
|
|
236
|
-
## [0.30.1](https://github.com/
|
|
255
|
+
## [0.30.1](https://github.com/featurevisor/featurevisor/compare/v0.30.0...v0.30.1) (2023-06-14)
|
|
237
256
|
|
|
238
257
|
**Note:** Version bump only for package @featurevisor/cli
|
|
239
258
|
|
|
@@ -241,7 +260,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
241
260
|
|
|
242
261
|
|
|
243
262
|
|
|
244
|
-
# [0.30.0](https://github.com/
|
|
263
|
+
# [0.30.0](https://github.com/featurevisor/featurevisor/compare/v0.29.0...v0.30.0) (2023-06-10)
|
|
245
264
|
|
|
246
265
|
**Note:** Version bump only for package @featurevisor/cli
|
|
247
266
|
|
|
@@ -249,7 +268,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
249
268
|
|
|
250
269
|
|
|
251
270
|
|
|
252
|
-
# [0.29.0](https://github.com/
|
|
271
|
+
# [0.29.0](https://github.com/featurevisor/featurevisor/compare/v0.28.1...v0.29.0) (2023-06-10)
|
|
253
272
|
|
|
254
273
|
**Note:** Version bump only for package @featurevisor/cli
|
|
255
274
|
|
|
@@ -257,7 +276,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
257
276
|
|
|
258
277
|
|
|
259
278
|
|
|
260
|
-
## [0.28.1](https://github.com/
|
|
279
|
+
## [0.28.1](https://github.com/featurevisor/featurevisor/compare/v0.28.0...v0.28.1) (2023-06-08)
|
|
261
280
|
|
|
262
281
|
**Note:** Version bump only for package @featurevisor/cli
|
|
263
282
|
|
|
@@ -265,7 +284,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
265
284
|
|
|
266
285
|
|
|
267
286
|
|
|
268
|
-
# [0.28.0](https://github.com/
|
|
287
|
+
# [0.28.0](https://github.com/featurevisor/featurevisor/compare/v0.27.1...v0.28.0) (2023-06-08)
|
|
269
288
|
|
|
270
289
|
**Note:** Version bump only for package @featurevisor/cli
|
|
271
290
|
|
|
@@ -273,7 +292,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
273
292
|
|
|
274
293
|
|
|
275
294
|
|
|
276
|
-
## [0.27.1](https://github.com/
|
|
295
|
+
## [0.27.1](https://github.com/featurevisor/featurevisor/compare/v0.27.0...v0.27.1) (2023-05-25)
|
|
277
296
|
|
|
278
297
|
**Note:** Version bump only for package @featurevisor/cli
|
|
279
298
|
|
|
@@ -281,18 +300,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
281
300
|
|
|
282
301
|
|
|
283
302
|
|
|
284
|
-
# [0.27.0](https://github.com/
|
|
303
|
+
# [0.27.0](https://github.com/featurevisor/featurevisor/compare/v0.26.0...v0.27.0) (2023-05-24)
|
|
285
304
|
|
|
286
305
|
|
|
287
306
|
### Features
|
|
288
307
|
|
|
289
|
-
* allow building datafiles with custom revision flag in CLI ([#77](https://github.com/
|
|
308
|
+
* allow building datafiles with custom revision flag in CLI ([#77](https://github.com/featurevisor/featurevisor/issues/77)) ([dbcdcce](https://github.com/featurevisor/featurevisor/commit/dbcdcce28c9d7791b7b010b3940e033439cc92a2))
|
|
290
309
|
|
|
291
310
|
|
|
292
311
|
|
|
293
312
|
|
|
294
313
|
|
|
295
|
-
# [0.26.0](https://github.com/
|
|
314
|
+
# [0.26.0](https://github.com/featurevisor/featurevisor/compare/v0.25.0...v0.26.0) (2023-05-24)
|
|
296
315
|
|
|
297
316
|
**Note:** Version bump only for package @featurevisor/cli
|
|
298
317
|
|
|
@@ -300,7 +319,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
300
319
|
|
|
301
320
|
|
|
302
321
|
|
|
303
|
-
# [0.25.0](https://github.com/
|
|
322
|
+
# [0.25.0](https://github.com/featurevisor/featurevisor/compare/v0.24.0...v0.25.0) (2023-05-22)
|
|
304
323
|
|
|
305
324
|
**Note:** Version bump only for package @featurevisor/cli
|
|
306
325
|
|
|
@@ -308,7 +327,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
308
327
|
|
|
309
328
|
|
|
310
329
|
|
|
311
|
-
# [0.24.0](https://github.com/
|
|
330
|
+
# [0.24.0](https://github.com/featurevisor/featurevisor/compare/v0.23.0...v0.24.0) (2023-05-21)
|
|
312
331
|
|
|
313
332
|
**Note:** Version bump only for package @featurevisor/cli
|
|
314
333
|
|
|
@@ -316,7 +335,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
316
335
|
|
|
317
336
|
|
|
318
337
|
|
|
319
|
-
# [0.23.0](https://github.com/
|
|
338
|
+
# [0.23.0](https://github.com/featurevisor/featurevisor/compare/v0.22.0...v0.23.0) (2023-05-20)
|
|
320
339
|
|
|
321
340
|
**Note:** Version bump only for package @featurevisor/cli
|
|
322
341
|
|
|
@@ -324,18 +343,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
324
343
|
|
|
325
344
|
|
|
326
345
|
|
|
327
|
-
# [0.22.0](https://github.com/
|
|
346
|
+
# [0.22.0](https://github.com/featurevisor/featurevisor/compare/v0.21.0...v0.22.0) (2023-05-20)
|
|
328
347
|
|
|
329
348
|
|
|
330
349
|
### Features
|
|
331
350
|
|
|
332
|
-
* state files are now per environment ([#72](https://github.com/
|
|
351
|
+
* state files are now per environment ([#72](https://github.com/featurevisor/featurevisor/issues/72)) ([925f4cf](https://github.com/featurevisor/featurevisor/commit/925f4cf980134db60c40c2e27259a3d6142f16aa))
|
|
333
352
|
|
|
334
353
|
|
|
335
354
|
|
|
336
355
|
|
|
337
356
|
|
|
338
|
-
# [0.21.0](https://github.com/
|
|
357
|
+
# [0.21.0](https://github.com/featurevisor/featurevisor/compare/v0.20.2...v0.21.0) (2023-05-14)
|
|
339
358
|
|
|
340
359
|
**Note:** Version bump only for package @featurevisor/cli
|
|
341
360
|
|
|
@@ -343,7 +362,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
343
362
|
|
|
344
363
|
|
|
345
364
|
|
|
346
|
-
## [0.20.2](https://github.com/
|
|
365
|
+
## [0.20.2](https://github.com/featurevisor/featurevisor/compare/v0.20.1...v0.20.2) (2023-05-14)
|
|
347
366
|
|
|
348
367
|
**Note:** Version bump only for package @featurevisor/cli
|
|
349
368
|
|
|
@@ -351,7 +370,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
351
370
|
|
|
352
371
|
|
|
353
372
|
|
|
354
|
-
## [0.20.1](https://github.com/
|
|
373
|
+
## [0.20.1](https://github.com/featurevisor/featurevisor/compare/v0.20.0...v0.20.1) (2023-05-13)
|
|
355
374
|
|
|
356
375
|
**Note:** Version bump only for package @featurevisor/cli
|
|
357
376
|
|
|
@@ -359,7 +378,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
359
378
|
|
|
360
379
|
|
|
361
380
|
|
|
362
|
-
# [0.20.0](https://github.com/
|
|
381
|
+
# [0.20.0](https://github.com/featurevisor/featurevisor/compare/v0.19.0...v0.20.0) (2023-05-13)
|
|
363
382
|
|
|
364
383
|
**Note:** Version bump only for package @featurevisor/cli
|
|
365
384
|
|
|
@@ -367,7 +386,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
367
386
|
|
|
368
387
|
|
|
369
388
|
|
|
370
|
-
# [0.19.0](https://github.com/
|
|
389
|
+
# [0.19.0](https://github.com/featurevisor/featurevisor/compare/v0.18.0...v0.19.0) (2023-05-13)
|
|
371
390
|
|
|
372
391
|
**Note:** Version bump only for package @featurevisor/cli
|
|
373
392
|
|
|
@@ -375,7 +394,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
375
394
|
|
|
376
395
|
|
|
377
396
|
|
|
378
|
-
# [0.18.0](https://github.com/
|
|
397
|
+
# [0.18.0](https://github.com/featurevisor/featurevisor/compare/v0.17.0...v0.18.0) (2023-05-12)
|
|
379
398
|
|
|
380
399
|
**Note:** Version bump only for package @featurevisor/cli
|
|
381
400
|
|
|
@@ -383,7 +402,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
383
402
|
|
|
384
403
|
|
|
385
404
|
|
|
386
|
-
# [0.17.0](https://github.com/
|
|
405
|
+
# [0.17.0](https://github.com/featurevisor/featurevisor/compare/v0.16.0...v0.17.0) (2023-05-12)
|
|
387
406
|
|
|
388
407
|
**Note:** Version bump only for package @featurevisor/cli
|
|
389
408
|
|
|
@@ -391,7 +410,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
391
410
|
|
|
392
411
|
|
|
393
412
|
|
|
394
|
-
# [0.16.0](https://github.com/
|
|
413
|
+
# [0.16.0](https://github.com/featurevisor/featurevisor/compare/v0.15.0...v0.16.0) (2023-04-30)
|
|
395
414
|
|
|
396
415
|
**Note:** Version bump only for package @featurevisor/cli
|
|
397
416
|
|
|
@@ -399,7 +418,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
399
418
|
|
|
400
419
|
|
|
401
420
|
|
|
402
|
-
# [0.15.0](https://github.com/
|
|
421
|
+
# [0.15.0](https://github.com/featurevisor/featurevisor/compare/v0.14.1...v0.15.0) (2023-04-23)
|
|
403
422
|
|
|
404
423
|
**Note:** Version bump only for package @featurevisor/cli
|
|
405
424
|
|
|
@@ -407,7 +426,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
407
426
|
|
|
408
427
|
|
|
409
428
|
|
|
410
|
-
## [0.14.1](https://github.com/
|
|
429
|
+
## [0.14.1](https://github.com/featurevisor/featurevisor/compare/v0.14.0...v0.14.1) (2023-04-22)
|
|
411
430
|
|
|
412
431
|
**Note:** Version bump only for package @featurevisor/cli
|
|
413
432
|
|
|
@@ -415,7 +434,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
415
434
|
|
|
416
435
|
|
|
417
436
|
|
|
418
|
-
# [0.14.0](https://github.com/
|
|
437
|
+
# [0.14.0](https://github.com/featurevisor/featurevisor/compare/v0.13.1...v0.14.0) (2023-04-21)
|
|
419
438
|
|
|
420
439
|
**Note:** Version bump only for package @featurevisor/cli
|
|
421
440
|
|
|
@@ -423,7 +442,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
423
442
|
|
|
424
443
|
|
|
425
444
|
|
|
426
|
-
# [0.13.0](https://github.com/
|
|
445
|
+
# [0.13.0](https://github.com/featurevisor/featurevisor/compare/v0.12.1...v0.13.0) (2023-04-19)
|
|
427
446
|
|
|
428
447
|
**Note:** Version bump only for package @featurevisor/cli
|
|
429
448
|
|
|
@@ -431,7 +450,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
431
450
|
|
|
432
451
|
|
|
433
452
|
|
|
434
|
-
## [0.12.1](https://github.com/
|
|
453
|
+
## [0.12.1](https://github.com/featurevisor/featurevisor/compare/v0.12.0...v0.12.1) (2023-04-18)
|
|
435
454
|
|
|
436
455
|
**Note:** Version bump only for package @featurevisor/cli
|
|
437
456
|
|
|
@@ -439,7 +458,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
439
458
|
|
|
440
459
|
|
|
441
460
|
|
|
442
|
-
# [0.12.0](https://github.com/
|
|
461
|
+
# [0.12.0](https://github.com/featurevisor/featurevisor/compare/v0.11.0...v0.12.0) (2023-04-17)
|
|
443
462
|
|
|
444
463
|
**Note:** Version bump only for package @featurevisor/cli
|
|
445
464
|
|
|
@@ -447,7 +466,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
447
466
|
|
|
448
467
|
|
|
449
468
|
|
|
450
|
-
# [0.11.0](https://github.com/
|
|
469
|
+
# [0.11.0](https://github.com/featurevisor/featurevisor/compare/v0.10.1...v0.11.0) (2023-04-17)
|
|
451
470
|
|
|
452
471
|
**Note:** Version bump only for package @featurevisor/cli
|
|
453
472
|
|
|
@@ -455,7 +474,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
455
474
|
|
|
456
475
|
|
|
457
476
|
|
|
458
|
-
## [0.10.1](https://github.com/
|
|
477
|
+
## [0.10.1](https://github.com/featurevisor/featurevisor/compare/v0.10.0...v0.10.1) (2023-04-17)
|
|
459
478
|
|
|
460
479
|
**Note:** Version bump only for package @featurevisor/cli
|
|
461
480
|
|
|
@@ -463,7 +482,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
463
482
|
|
|
464
483
|
|
|
465
484
|
|
|
466
|
-
# [0.10.0](https://github.com/
|
|
485
|
+
# [0.10.0](https://github.com/featurevisor/featurevisor/compare/v0.9.0...v0.10.0) (2023-04-15)
|
|
467
486
|
|
|
468
487
|
**Note:** Version bump only for package @featurevisor/cli
|
|
469
488
|
|
|
@@ -471,7 +490,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
471
490
|
|
|
472
491
|
|
|
473
492
|
|
|
474
|
-
# [0.9.0](https://github.com/
|
|
493
|
+
# [0.9.0](https://github.com/featurevisor/featurevisor/compare/v0.8.1...v0.9.0) (2023-04-15)
|
|
475
494
|
|
|
476
495
|
**Note:** Version bump only for package @featurevisor/cli
|
|
477
496
|
|
|
@@ -479,7 +498,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
479
498
|
|
|
480
499
|
|
|
481
500
|
|
|
482
|
-
## [0.8.1](https://github.com/
|
|
501
|
+
## [0.8.1](https://github.com/featurevisor/featurevisor/compare/v0.8.0...v0.8.1) (2023-04-09)
|
|
483
502
|
|
|
484
503
|
**Note:** Version bump only for package @featurevisor/cli
|
|
485
504
|
|
|
@@ -487,18 +506,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
487
506
|
|
|
488
507
|
|
|
489
508
|
|
|
490
|
-
# [0.8.0](https://github.com/
|
|
509
|
+
# [0.8.0](https://github.com/featurevisor/featurevisor/compare/v0.7.0...v0.8.0) (2023-04-09)
|
|
491
510
|
|
|
492
511
|
|
|
493
512
|
### Features
|
|
494
513
|
|
|
495
|
-
* Status site generator ([#31](https://github.com/
|
|
514
|
+
* Status site generator ([#31](https://github.com/featurevisor/featurevisor/issues/31)) ([05749d4](https://github.com/featurevisor/featurevisor/commit/05749d4ca2938a0ee7c7b52c7441b078d5f0dee9))
|
|
496
515
|
|
|
497
516
|
|
|
498
517
|
|
|
499
518
|
|
|
500
519
|
|
|
501
|
-
# [0.7.0](https://github.com/
|
|
520
|
+
# [0.7.0](https://github.com/featurevisor/featurevisor/compare/v0.6.0...v0.7.0) (2023-03-25)
|
|
502
521
|
|
|
503
522
|
**Note:** Version bump only for package @featurevisor/cli
|
|
504
523
|
|
|
@@ -506,7 +525,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
506
525
|
|
|
507
526
|
|
|
508
527
|
|
|
509
|
-
# [0.6.0](https://github.com/
|
|
528
|
+
# [0.6.0](https://github.com/featurevisor/featurevisor/compare/v0.5.3...v0.6.0) (2023-03-25)
|
|
510
529
|
|
|
511
530
|
**Note:** Version bump only for package @featurevisor/cli
|
|
512
531
|
|
|
@@ -514,7 +533,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
514
533
|
|
|
515
534
|
|
|
516
535
|
|
|
517
|
-
## [0.5.3](https://github.com/
|
|
536
|
+
## [0.5.3](https://github.com/featurevisor/featurevisor/compare/v0.5.2...v0.5.3) (2023-03-25)
|
|
518
537
|
|
|
519
538
|
**Note:** Version bump only for package @featurevisor/cli
|
|
520
539
|
|
|
@@ -522,7 +541,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
522
541
|
|
|
523
542
|
|
|
524
543
|
|
|
525
|
-
## [0.5.2](https://github.com/
|
|
544
|
+
## [0.5.2](https://github.com/featurevisor/featurevisor/compare/v0.5.1...v0.5.2) (2023-03-25)
|
|
526
545
|
|
|
527
546
|
**Note:** Version bump only for package @featurevisor/cli
|
|
528
547
|
|
|
@@ -530,7 +549,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
530
549
|
|
|
531
550
|
|
|
532
551
|
|
|
533
|
-
# [0.5.0](https://github.com/
|
|
552
|
+
# [0.5.0](https://github.com/featurevisor/featurevisor/compare/v0.4.0...v0.5.0) (2023-03-22)
|
|
534
553
|
|
|
535
554
|
**Note:** Version bump only for package @featurevisor/cli
|
|
536
555
|
|
|
@@ -538,7 +557,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
538
557
|
|
|
539
558
|
|
|
540
559
|
|
|
541
|
-
# [0.4.0](https://github.com/
|
|
560
|
+
# [0.4.0](https://github.com/featurevisor/featurevisor/compare/v0.3.0...v0.4.0) (2023-03-19)
|
|
542
561
|
|
|
543
562
|
**Note:** Version bump only for package @featurevisor/cli
|
|
544
563
|
|
|
@@ -546,7 +565,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
546
565
|
|
|
547
566
|
|
|
548
567
|
|
|
549
|
-
# [0.3.0](https://github.com/
|
|
568
|
+
# [0.3.0](https://github.com/featurevisor/featurevisor/compare/v0.2.0...v0.3.0) (2023-03-17)
|
|
550
569
|
|
|
551
570
|
**Note:** Version bump only for package @featurevisor/cli
|
|
552
571
|
|
|
@@ -554,7 +573,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
554
573
|
|
|
555
574
|
|
|
556
575
|
|
|
557
|
-
# [0.2.0](https://github.com/
|
|
576
|
+
# [0.2.0](https://github.com/featurevisor/featurevisor/compare/v0.1.0...v0.2.0) (2023-03-16)
|
|
558
577
|
|
|
559
578
|
**Note:** Version bump only for package @featurevisor/cli
|
|
560
579
|
|
|
@@ -562,18 +581,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
562
581
|
|
|
563
582
|
|
|
564
583
|
|
|
565
|
-
# [0.1.0](https://github.com/
|
|
584
|
+
# [0.1.0](https://github.com/featurevisor/featurevisor/compare/v0.0.4...v0.1.0) (2023-03-05)
|
|
566
585
|
|
|
567
586
|
|
|
568
587
|
### Features
|
|
569
588
|
|
|
570
|
-
* test PR for triggering minor release ([#2](https://github.com/
|
|
589
|
+
* test PR for triggering minor release ([#2](https://github.com/featurevisor/featurevisor/issues/2)) ([1c986f9](https://github.com/featurevisor/featurevisor/commit/1c986f9ee4ee4669a118380771cb43fdf66e0137))
|
|
571
590
|
|
|
572
591
|
|
|
573
592
|
|
|
574
593
|
|
|
575
594
|
|
|
576
|
-
## [0.0.4](https://github.com/
|
|
595
|
+
## [0.0.4](https://github.com/featurevisor/featurevisor/compare/v0.0.3...v0.0.4) (2023-03-05)
|
|
577
596
|
|
|
578
597
|
**Note:** Version bump only for package @featurevisor/cli
|
|
579
598
|
|
|
@@ -581,23 +600,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
581
600
|
|
|
582
601
|
|
|
583
602
|
|
|
584
|
-
## [0.0.3](https://github.com/
|
|
603
|
+
## [0.0.3](https://github.com/featurevisor/featurevisor/compare/v0.0.2...v0.0.3) (2023-03-05)
|
|
585
604
|
|
|
586
605
|
|
|
587
606
|
### Bug Fixes
|
|
588
607
|
|
|
589
|
-
* publish access ([ea5cd7c](https://github.com/
|
|
608
|
+
* publish access ([ea5cd7c](https://github.com/featurevisor/featurevisor/commit/ea5cd7cd8554e2def5fdcc1d3488598a08e99bfa))
|
|
590
609
|
|
|
591
610
|
|
|
592
611
|
|
|
593
612
|
|
|
594
613
|
|
|
595
|
-
## [0.0.2](https://github.com/
|
|
614
|
+
## [0.0.2](https://github.com/featurevisor/featurevisor/compare/v0.0.1...v0.0.2) (2023-03-05)
|
|
596
615
|
|
|
597
616
|
|
|
598
617
|
### Bug Fixes
|
|
599
618
|
|
|
600
|
-
* cli package ([5aeca09](https://github.com/
|
|
619
|
+
* cli package ([5aeca09](https://github.com/featurevisor/featurevisor/commit/5aeca098a02afcd16c5327dc94a286006f618d60))
|
|
601
620
|
|
|
602
621
|
|
|
603
622
|
|
|
@@ -608,4 +627,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
608
627
|
|
|
609
628
|
### Bug Fixes
|
|
610
629
|
|
|
611
|
-
* linting ([230bfa0](https://github.com/
|
|
630
|
+
* linting ([230bfa0](https://github.com/featurevisor/featurevisor/commit/230bfa0824f79181581585ccc37c2e78c5aeac42))
|
package/lib/index.js
CHANGED
|
@@ -40,7 +40,7 @@ var fs = require("fs");
|
|
|
40
40
|
var path = require("path");
|
|
41
41
|
var yargs = require("yargs");
|
|
42
42
|
var core_1 = require("@featurevisor/core");
|
|
43
|
-
process.on("unhandledRejection", function (reason
|
|
43
|
+
process.on("unhandledRejection", function (reason) {
|
|
44
44
|
console.error(reason);
|
|
45
45
|
process.exit(1);
|
|
46
46
|
});
|
|
@@ -88,7 +88,7 @@ function main() {
|
|
|
88
88
|
.example("$0 init --example=exampleName", "scaffold a new project from known example")
|
|
89
89
|
.command({
|
|
90
90
|
command: "lint",
|
|
91
|
-
handler: function (
|
|
91
|
+
handler: function () {
|
|
92
92
|
return __awaiter(this, void 0, void 0, function () {
|
|
93
93
|
var projectConfig, hasError;
|
|
94
94
|
return __generator(this, function (_a) {
|
|
@@ -124,7 +124,7 @@ function main() {
|
|
|
124
124
|
.example("$0 build", "build datafiles")
|
|
125
125
|
.command({
|
|
126
126
|
command: "restore",
|
|
127
|
-
handler: function (
|
|
127
|
+
handler: function () {
|
|
128
128
|
var projectConfig = requireAndGetProjectConfig(rootDirectoryPath);
|
|
129
129
|
try {
|
|
130
130
|
(0, core_1.restoreProject)(rootDirectoryPath, projectConfig);
|
|
@@ -138,7 +138,7 @@ function main() {
|
|
|
138
138
|
.example("$0 restore", "restore state files")
|
|
139
139
|
.command({
|
|
140
140
|
command: "test",
|
|
141
|
-
handler: function (
|
|
141
|
+
handler: function () {
|
|
142
142
|
var projectConfig = requireAndGetProjectConfig(rootDirectoryPath);
|
|
143
143
|
var hasError = (0, core_1.testProject)(rootDirectoryPath, projectConfig);
|
|
144
144
|
if (hasError) {
|
package/lib/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,uBAAyB;AACzB,2BAA6B;AAE7B,6BAA+B;AAE/B,2CAa4B;AAE5B,OAAO,CAAC,EAAE,CAAC,oBAAoB,EAAE,UAAC,MAAM
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,uBAAyB;AACzB,2BAA6B;AAE7B,6BAA+B;AAE/B,2CAa4B;AAE5B,OAAO,CAAC,EAAE,CAAC,oBAAoB,EAAE,UAAC,MAAM;IACtC,OAAO,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IACtB,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;AAClB,CAAC,CAAC,CAAC;AAEH,SAAS,iBAAiB,CAAC,gBAAgB;IACzC,IAAI,CAAC,EAAE,CAAC,UAAU,CAAC,gBAAgB,CAAC,EAAE;QACpC,OAAO,CAAC,KAAK,CAAC,0EAA0E,CAAC,CAAC;QAE1F,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;KACjB;AACH,CAAC;AAED,SAAS,0BAA0B,CAAC,iBAAiB;IACnD,IAAM,gBAAgB,GAAG,IAAI,CAAC,IAAI,CAAC,iBAAiB,EAAE,yBAAkB,CAAC,CAAC;IAE1E,iBAAiB,CAAC,gBAAgB,CAAC,CAAC;IAEpC,OAAO,IAAA,uBAAgB,EAAC,iBAAiB,CAAC,CAAC;AAC7C,CAAC;AAED,SAAe,IAAI;;;;YACX,iBAAiB,GAAG,OAAO,CAAC,GAAG,EAAE,CAAC;YAExC,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC;iBACzB,KAAK,CAAC,4BAA4B,CAAC;gBAEpC;;mBAEG;iBACF,OAAO,CAAC;gBACP,OAAO,EAAE,MAAM;gBACf,OAAO,EAAE,UAAgB,OAAO;;;;;wCACb,qBAAM,IAAA,kBAAW,EAAC,iBAAiB,EAAE,OAAO,CAAC,OAAO,CAAC,EAAA;;oCAAhE,QAAQ,GAAG,SAAqD;oCAEtE,IAAI,QAAQ,EAAE;wCACZ,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;qCACjB;;;;;iBACF;aACF,CAAC;iBACD,OAAO,CAAC,SAAS,EAAE,wBAAwB,CAAC;iBAC5C,OAAO,CAAC,+BAA+B,EAAE,2CAA2C,CAAC;iBAErF,OAAO,CAAC;gBACP,OAAO,EAAE,MAAM;gBACf,OAAO,EAAE;;;;;;oCACD,aAAa,GAAG,0BAA0B,CAAC,iBAAiB,CAAC,CAAC;oCAEnD,qBAAM,IAAA,kBAAW,EAAC,aAAa,CAAC,EAAA;;oCAA3C,QAAQ,GAAG,SAAgC;oCAEjD,IAAI,QAAQ,EAAE;wCACZ,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;qCACjB;;;;;iBACF;aACF,CAAC;iBACD,OAAO,CAAC,SAAS,EAAE,4BAA4B,CAAC;iBAEhD,OAAO,CAAC;gBACP,OAAO,EAAE,OAAO;gBAChB,OAAO,EAAE,UAAU,OAAO;oBACxB,IAAM,aAAa,GAAG,0BAA0B,CAAC,iBAAiB,CAAC,CAAC;oBAEpE,IAAI;wBACF,IAAA,mBAAY,EAAC,iBAAiB,EAAE,aAAa,EAAE,OAA0B,CAAC,CAAC;qBAC5E;oBAAC,OAAO,CAAC,EAAE;wBACV,OAAO,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC;wBACjB,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;qBACjB;gBACH,CAAC;aACF,CAAC;iBACD,OAAO,CAAC,UAAU,EAAE,iBAAiB,CAAC;iBAEtC,OAAO,CAAC;gBACP,OAAO,EAAE,SAAS;gBAClB,OAAO,EAAE;oBACP,IAAM,aAAa,GAAG,0BAA0B,CAAC,iBAAiB,CAAC,CAAC;oBAEpE,IAAI;wBACF,IAAA,qBAAc,EAAC,iBAAiB,EAAE,aAAa,CAAC,CAAC;qBAClD;oBAAC,OAAO,CAAC,EAAE;wBACV,OAAO,CAAC,KAAK,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC;wBACzB,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;qBACjB;gBACH,CAAC;aACF,CAAC;iBACD,OAAO,CAAC,YAAY,EAAE,qBAAqB,CAAC;iBAE5C,OAAO,CAAC;gBACP,OAAO,EAAE,MAAM;gBACf,OAAO,EAAE;oBACP,IAAM,aAAa,GAAG,0BAA0B,CAAC,iBAAiB,CAAC,CAAC;oBAEpE,IAAM,QAAQ,GAAG,IAAA,kBAAW,EAAC,iBAAiB,EAAE,aAAa,CAAC,CAAC;oBAE/D,IAAI,QAAQ,EAAE;wBACZ,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;qBACjB;gBACH,CAAC;aACF,CAAC;iBACD,OAAO,CAAC,SAAS,EAAE,eAAe,CAAC;gBAEpC;;mBAEG;iBACF,OAAO,CAAC;gBACP,OAAO,EAAE,mBAAmB;gBAC5B,OAAO,EAAE,UAAU,OAAO;oBACxB,IAAM,aAAa,GAAG,0BAA0B,CAAC,iBAAiB,CAAC,CAAC;oBAEpE,IAAM,kBAAkB,GAAG,CAAC,QAAQ,EAAE,OAAO,CAAC,CAAC;oBAE/C,IAAI,CAAC,kBAAkB,CAAC,QAAQ,CAAC,OAAO,CAAC,UAAU,CAAC,EAAE;wBACpD,OAAO,CAAC,GAAG,CAAC,kDAAkD,CAAC,CAAC;wBAChE,OAAO;qBACR;oBAED,SAAS;oBACT,IAAI,OAAO,CAAC,UAAU,KAAK,QAAQ,EAAE;wBACnC,IAAM,QAAQ,GAAG,IAAA,iBAAU,EAAC,iBAAiB,EAAE,aAAa,CAAC,CAAC;wBAE9D,IAAI,QAAQ,EAAE;4BACZ,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;yBACjB;qBACF;oBAED,QAAQ;oBACR,IAAI,OAAO,CAAC,UAAU,KAAK,OAAO,EAAE;wBAClC,IAAA,gBAAS,EAAC,iBAAiB,EAAE,aAAa,CAAC,CAAC;qBAC7C;gBACH,CAAC;aACF,CAAC;iBACD,OAAO,CAAC,gBAAgB,EAAE,wCAAwC,CAAC;iBACnE,OAAO,CAAC,eAAe,EAAE,qCAAqC,CAAC;iBAC/D,OAAO,CAAC,uBAAuB,EAAE,0BAA0B,CAAC;gBAE7D;;mBAEG;iBACF,OAAO,CAAC;gBACP,OAAO,EAAE,eAAe;gBACxB,OAAO,EAAE,UAAU,OAAO;oBACxB,IAAM,aAAa,GAAG,0BAA0B,CAAC,iBAAiB,CAAC,CAAC;oBAEpE,IAAI;wBACF,IAAA,6BAAsB,EACpB,iBAAiB,EACjB,aAAa,EACb,OAA4C,CAC7C,CAAC;qBACH;oBAAC,OAAO,CAAC,EAAE;wBACV,OAAO,CAAC,KAAK,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC;wBACzB,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;qBACjB;gBACH,CAAC;aACF,CAAC;iBACD,OAAO,CAAC,kBAAkB,EAAE,0BAA0B,CAAC;iBACvD,OAAO,CAAC,wDAAwD,EAAE,EAAE,CAAC;gBAEtE;;mBAEG;gBAEH,6BAA6B;gBAE7B;;mBAEG;iBAEF,OAAO,CAAC;gBACP,OAAO,EAAE,GAAG;gBACZ,OAAO;oBACL,KAAK,CAAC,QAAQ,EAAE,CAAC;gBACnB,CAAC;aACF,CAAC,CAAC,IAAI,CAAC;YAEV,sBAAO;;;CACR;AAED,IAAI,EAAE,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@featurevisor/cli",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.47.1",
|
|
4
4
|
"description": "CLI package of Featurevisor",
|
|
5
5
|
"main": "bin.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -8,11 +8,14 @@
|
|
|
8
8
|
"featurevisor": "bin.js"
|
|
9
9
|
},
|
|
10
10
|
"scripts": {
|
|
11
|
-
"lint": "echo 'not linting in this package yet'",
|
|
12
11
|
"transpile": "rimraf lib && tsc --project tsconfig.cjs.json",
|
|
13
12
|
"dist": "echo 'Nothing to dist here'",
|
|
14
13
|
"build": "npm run transpile",
|
|
15
|
-
"test": "echo 'Nothing to test in this package'"
|
|
14
|
+
"test": "echo 'Nothing to test in this package'",
|
|
15
|
+
"format": "prettier . --check --cache --log-level=warn",
|
|
16
|
+
"lint": "eslint . --cache",
|
|
17
|
+
"format:fix": "prettier . --write --cache --log-level=warn",
|
|
18
|
+
"lint:fix": "eslint . --fix --cache"
|
|
16
19
|
},
|
|
17
20
|
"homepage": "https://featurevisor.com",
|
|
18
21
|
"keywords": [
|
|
@@ -29,14 +32,14 @@
|
|
|
29
32
|
],
|
|
30
33
|
"repository": {
|
|
31
34
|
"type": "git",
|
|
32
|
-
"url": "https://github.com/
|
|
35
|
+
"url": "https://github.com/featurevisor/featurevisor.git"
|
|
33
36
|
},
|
|
34
37
|
"publishConfig": {
|
|
35
38
|
"access": "public",
|
|
36
39
|
"registry": "https://registry.npmjs.org/"
|
|
37
40
|
},
|
|
38
41
|
"bugs": {
|
|
39
|
-
"url": "https://github.com/
|
|
42
|
+
"url": "https://github.com/featurevisor/featurevisor/issues"
|
|
40
43
|
},
|
|
41
44
|
"author": {
|
|
42
45
|
"name": "Fahad Heylaal",
|
|
@@ -44,11 +47,11 @@
|
|
|
44
47
|
},
|
|
45
48
|
"license": "MIT",
|
|
46
49
|
"dependencies": {
|
|
47
|
-
"@featurevisor/core": "^0.
|
|
50
|
+
"@featurevisor/core": "^0.47.1",
|
|
48
51
|
"yargs": "^17.6.2"
|
|
49
52
|
},
|
|
50
53
|
"devDependencies": {
|
|
51
54
|
"@types/yargs": "^17.0.22"
|
|
52
55
|
},
|
|
53
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "1f71f945cf6bbfe420d41ae03ac205cbf30aba83"
|
|
54
57
|
}
|
package/src/index.ts
CHANGED
|
@@ -18,7 +18,7 @@ import {
|
|
|
18
18
|
restoreProject,
|
|
19
19
|
} from "@featurevisor/core";
|
|
20
20
|
|
|
21
|
-
process.on("unhandledRejection", (reason
|
|
21
|
+
process.on("unhandledRejection", (reason) => {
|
|
22
22
|
console.error(reason);
|
|
23
23
|
process.exit(1);
|
|
24
24
|
});
|
|
@@ -63,7 +63,7 @@ async function main() {
|
|
|
63
63
|
|
|
64
64
|
.command({
|
|
65
65
|
command: "lint",
|
|
66
|
-
handler: async function (
|
|
66
|
+
handler: async function () {
|
|
67
67
|
const projectConfig = requireAndGetProjectConfig(rootDirectoryPath);
|
|
68
68
|
|
|
69
69
|
const hasError = await lintProject(projectConfig);
|
|
@@ -92,7 +92,7 @@ async function main() {
|
|
|
92
92
|
|
|
93
93
|
.command({
|
|
94
94
|
command: "restore",
|
|
95
|
-
handler: function (
|
|
95
|
+
handler: function () {
|
|
96
96
|
const projectConfig = requireAndGetProjectConfig(rootDirectoryPath);
|
|
97
97
|
|
|
98
98
|
try {
|
|
@@ -107,7 +107,7 @@ async function main() {
|
|
|
107
107
|
|
|
108
108
|
.command({
|
|
109
109
|
command: "test",
|
|
110
|
-
handler: function (
|
|
110
|
+
handler: function () {
|
|
111
111
|
const projectConfig = requireAndGetProjectConfig(rootDirectoryPath);
|
|
112
112
|
|
|
113
113
|
const hasError = testProject(rootDirectoryPath, projectConfig);
|