Skip to content

Commit a064f7d

Browse files
author
vtexgithubbot
committed
[no ci] Release: 3.0.87
1 parent e95b7e7 commit a064f7d

File tree

4 files changed

+11
-27
lines changed

4 files changed

+11
-27
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.0.86",
2+
"version": "3.0.87",
33
"npmClient": "yarn",
44
"command": {
55
"publish": {

packages/cli/README.md

+7-23
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ $ npm install -g @faststore/cli
3030
$ faststore COMMAND
3131
running command...
3232
$ faststore (--version)
33-
@faststore/cli/3.0.83 linux-x64 node-v18.20.3
33+
@faststore/cli/3.0.87 linux-x64 node-v18.20.4
3434
$ faststore --help [COMMAND]
3535
USAGE
3636
$ faststore COMMAND
@@ -44,7 +44,6 @@ USAGE
4444
* [`faststore build [PATH]`](#faststore-build-path)
4545
* [`faststore cms-sync [PATH]`](#faststore-cms-sync-path)
4646
* [`faststore dev [PATH]`](#faststore-dev-path)
47-
* [`faststore generate-graphql [PATH]`](#faststore-generate-graphql-path)
4847
* [`faststore help [COMMAND]`](#faststore-help-command)
4948
* [`faststore init [PATH]`](#faststore-init-path)
5049
* [`faststore start [PATH]`](#faststore-start-path)
@@ -60,7 +59,7 @@ ARGUMENTS
6059
PATH The path where the FastStore being built is. Defaults to cwd.
6160
```
6261

63-
_See code: [dist/commands/build.ts](https://github.com/vtex/faststore/blob/v3.0.83/dist/commands/build.ts)_
62+
_See code: [dist/commands/build.ts](https://github.com/vtex/faststore/blob/v3.0.87/dist/commands/build.ts)_
6463

6564
## `faststore cms-sync [PATH]`
6665

@@ -75,7 +74,7 @@ FLAGS
7574
-d, --dry-run
7675
```
7776

78-
_See code: [dist/commands/cms-sync.ts](https://github.com/vtex/faststore/blob/v3.0.83/dist/commands/cms-sync.ts)_
77+
_See code: [dist/commands/cms-sync.ts](https://github.com/vtex/faststore/blob/v3.0.87/dist/commands/cms-sync.ts)_
7978

8079
## `faststore dev [PATH]`
8180

@@ -87,22 +86,7 @@ ARGUMENTS
8786
PATH The path where the FastStore being run is. Defaults to cwd.
8887
```
8988

90-
_See code: [dist/commands/dev.ts](https://github.com/vtex/faststore/blob/v3.0.83/dist/commands/dev.ts)_
91-
92-
## `faststore generate-graphql [PATH]`
93-
94-
```
95-
USAGE
96-
$ faststore generate-graphql [PATH] [-d]
97-
98-
ARGUMENTS
99-
PATH The path where the FastStore GraphQL customization is. Defaults to cwd.
100-
101-
FLAGS
102-
-d, --debug
103-
```
104-
105-
_See code: [dist/commands/generate-graphql.ts](https://github.com/vtex/faststore/blob/v3.0.83/dist/commands/generate-graphql.ts)_
89+
_See code: [dist/commands/dev.ts](https://github.com/vtex/faststore/blob/v3.0.87/dist/commands/dev.ts)_
10690

10791
## `faststore help [COMMAND]`
10892

@@ -142,7 +126,7 @@ EXAMPLES
142126
$ yarn faststore init discovery
143127
```
144128

145-
_See code: [dist/commands/init.ts](https://github.com/vtex/faststore/blob/v3.0.83/dist/commands/init.ts)_
129+
_See code: [dist/commands/init.ts](https://github.com/vtex/faststore/blob/v3.0.87/dist/commands/init.ts)_
146130

147131
## `faststore start [PATH]`
148132

@@ -154,7 +138,7 @@ ARGUMENTS
154138
PATH The path where the FastStore being run is. Defaults to cwd.
155139
```
156140

157-
_See code: [dist/commands/start.ts](https://github.com/vtex/faststore/blob/v3.0.83/dist/commands/start.ts)_
141+
_See code: [dist/commands/start.ts](https://github.com/vtex/faststore/blob/v3.0.87/dist/commands/start.ts)_
158142

159143
## `faststore test [PATH]`
160144

@@ -166,5 +150,5 @@ ARGUMENTS
166150
PATH The path where the FastStore being tested is. Defaults to cwd.
167151
```
168152

169-
_See code: [dist/commands/test.ts](https://github.com/vtex/faststore/blob/v3.0.83/dist/commands/test.ts)_
153+
_See code: [dist/commands/test.ts](https://github.com/vtex/faststore/blob/v3.0.87/dist/commands/test.ts)_
170154
<!-- commandsstop -->

packages/cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@faststore/cli",
3-
"version": "3.0.83",
3+
"version": "3.0.87",
44
"description": "FastStore CLI",
55
"author": "Emerson Laurentino @emersonlaurentino",
66
"bin": {
@@ -17,7 +17,7 @@
1717
"/oclif.manifest.json"
1818
],
1919
"dependencies": {
20-
"@faststore/core": "^3.0.81",
20+
"@faststore/core": "^3.0.87",
2121
"@inquirer/prompts": "^5.1.2",
2222
"@oclif/core": "^1.16.4",
2323
"@oclif/plugin-help": "^5",

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@faststore/core",
3-
"version": "3.0.86",
3+
"version": "3.0.87",
44
"license": "MIT",
55
"repository": "vtex/faststore",
66
"browserslist": "supports es6-module and not dead",

0 commit comments

Comments
 (0)