@faststore/cli 1.12.32 → 1.12.37
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/README.md +4 -4
- package/package.json +3 -3
- package/CHANGELOG.md +0 -70
package/README.md
CHANGED
|
@@ -12,7 +12,7 @@ $ npm install -g @faststore/cli
|
|
|
12
12
|
$ faststore COMMAND
|
|
13
13
|
running command...
|
|
14
14
|
$ faststore (--version)
|
|
15
|
-
@faststore/cli/
|
|
15
|
+
@faststore/cli/0.2.0 darwin-arm64 node-v16.18.0
|
|
16
16
|
$ faststore --help [COMMAND]
|
|
17
17
|
USAGE
|
|
18
18
|
$ faststore COMMAND
|
|
@@ -33,7 +33,7 @@ USAGE
|
|
|
33
33
|
$ faststore build
|
|
34
34
|
```
|
|
35
35
|
|
|
36
|
-
_See code: [dist/commands/build.ts](https://github.com/vtex/faststore/blob/
|
|
36
|
+
_See code: [dist/commands/build.ts](https://github.com/vtex/faststore/blob/v0.2.0/dist/commands/build.ts)_
|
|
37
37
|
|
|
38
38
|
## `faststore dev`
|
|
39
39
|
|
|
@@ -42,7 +42,7 @@ USAGE
|
|
|
42
42
|
$ faststore dev
|
|
43
43
|
```
|
|
44
44
|
|
|
45
|
-
_See code: [dist/commands/dev.ts](https://github.com/vtex/faststore/blob/
|
|
45
|
+
_See code: [dist/commands/dev.ts](https://github.com/vtex/faststore/blob/v0.2.0/dist/commands/dev.ts)_
|
|
46
46
|
|
|
47
47
|
## `faststore help [COMMAND]`
|
|
48
48
|
|
|
@@ -71,5 +71,5 @@ USAGE
|
|
|
71
71
|
$ faststore start
|
|
72
72
|
```
|
|
73
73
|
|
|
74
|
-
_See code: [dist/commands/start.ts](https://github.com/vtex/faststore/blob/
|
|
74
|
+
_See code: [dist/commands/start.ts](https://github.com/vtex/faststore/blob/v0.2.0/dist/commands/start.ts)_
|
|
75
75
|
<!-- commandsstop -->
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@faststore/cli",
|
|
3
|
-
"version": "1.12.
|
|
3
|
+
"version": "1.12.37",
|
|
4
4
|
"description": "FastStore CLI",
|
|
5
5
|
"author": "Emerson Laurentino @emersonlaurentino",
|
|
6
6
|
"bin": {
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"path": "^0.12.7"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@faststore/shared": "^1.12.
|
|
29
|
+
"@faststore/shared": "^1.12.37",
|
|
30
30
|
"@types/chai": "^4",
|
|
31
31
|
"@types/fs-extra": "^9.0.13",
|
|
32
32
|
"@types/node": "^16.11.63",
|
|
@@ -63,5 +63,5 @@
|
|
|
63
63
|
"oclif"
|
|
64
64
|
],
|
|
65
65
|
"types": "dist/index.d.ts",
|
|
66
|
-
"gitHead": "
|
|
66
|
+
"gitHead": "d4dce561e18aaae368982240b4000d9242b984bc"
|
|
67
67
|
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,70 +0,0 @@
|
|
|
1
|
-
# Change Log
|
|
2
|
-
|
|
3
|
-
All notable changes to this project will be documented in this file.
|
|
4
|
-
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
-
|
|
6
|
-
## [1.12.28](https://github.com/vtex/faststore/compare/v1.12.27...v1.12.28) (2022-11-09)
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
### Features
|
|
10
|
-
|
|
11
|
-
* adds start command to serve stores ([#1511](https://github.com/vtex/faststore/issues/1511)) ([9ef30b5](https://github.com/vtex/faststore/commit/9ef30b5e83c3518240d65235c4f84394ab0fc4cd))
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
## [1.12.27](https://github.com/vtex/faststore/compare/v1.12.26...v1.12.27) (2022-11-09)
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
### Features
|
|
19
|
-
|
|
20
|
-
* add build command ([#1506](https://github.com/vtex/faststore/issues/1506)) ([f9dfa41](https://github.com/vtex/faststore/commit/f9dfa41998935e839b172cba5ec2eee760b06fb0))
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
## [1.12.26](https://github.com/vtex/faststore/compare/v1.12.25...v1.12.26) (2022-11-09)
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
### Features
|
|
28
|
-
|
|
29
|
-
* adds develop command when running faststore dev ([#1500](https://github.com/vtex/faststore/issues/1500)) ([ff6bad5](https://github.com/vtex/faststore/commit/ff6bad5abfd674eec62aee5ad1f467dbcbaa51b0))
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
## [1.12.25](https://github.com/vtex/faststore/compare/v1.12.24...v1.12.25) (2022-11-09)
|
|
34
|
-
|
|
35
|
-
**Note:** Version bump only for package @faststore/cli
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
## 1.12.20 (2022-10-26)
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
### Features
|
|
45
|
-
|
|
46
|
-
* Add watch capability to cli dev command ([#1483](https://github.com/vtex/faststore/issues/1483)) ([ac34aad](https://github.com/vtex/faststore/commit/ac34aad74411118b73a53329978810083856fcaa))
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
### Chores
|
|
50
|
-
|
|
51
|
-
* git blame ignore modification by data-fs ([#1494](https://github.com/vtex/faststore/issues/1494)) ([783079e](https://github.com/vtex/faststore/commit/783079e7095b39270bbb60e79063b774056dc5d4))
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
## 1.12.19 (2022-10-25)
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
### Bug Fixes
|
|
59
|
-
|
|
60
|
-
* add shared tsconfig on cli ([#1492](https://github.com/vtex/faststore/issues/1492)) ([2f0a852](https://github.com/vtex/faststore/commit/2f0a8521bf4da351eee474912ed04f3dde090306)), closes [#1493](https://github.com/vtex/faststore/issues/1493)
|
|
61
|
-
* yarn ([#1490](https://github.com/vtex/faststore/issues/1490)) ([52756b1](https://github.com/vtex/faststore/commit/52756b1ec66d9b70ae4899ed373a180749f8e5cd))
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
## [1.12.17](https://github.com/vtex/faststore/compare/v1.12.16...v1.12.17) (2022-10-20)
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
### Features
|
|
69
|
-
|
|
70
|
-
* cli ([#1481](https://github.com/vtex/faststore/issues/1481)) ([89ddc99](https://github.com/vtex/faststore/commit/89ddc990937e0ba381f364b1f0d30078916dfe76))
|