@faststore/cli 2.1.0 → 2.1.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/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/2.1.0 darwin-arm64 node-v16.18.0
15
+ @faststore/cli/2.1.1 linux-x64 node-v16.20.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/v2.1.0/dist/commands/build.ts)_
36
+ _See code: [dist/commands/build.ts](https://github.com/vtex/faststore/blob/v2.1.1/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/v2.1.0/dist/commands/dev.ts)_
45
+ _See code: [dist/commands/dev.ts](https://github.com/vtex/faststore/blob/v2.1.1/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/v2.1.0/dist/commands/start.ts)_
74
+ _See code: [dist/commands/start.ts](https://github.com/vtex/faststore/blob/v2.1.1/dist/commands/start.ts)_
75
75
  <!-- commandsstop -->
@@ -1 +1 @@
1
- {"version":"2.1.0","commands":{"build":{"id":"build","strict":true,"pluginName":"@faststore/cli","pluginAlias":"@faststore/cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"dev":{"id":"dev","strict":true,"pluginName":"@faststore/cli","pluginAlias":"@faststore/cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"start":{"id":"start","strict":true,"pluginName":"@faststore/cli","pluginAlias":"@faststore/cli","pluginType":"core","aliases":[],"flags":{},"args":[]}}}
1
+ {"version":"2.1.1","commands":{"build":{"id":"build","strict":true,"pluginName":"@faststore/cli","pluginAlias":"@faststore/cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"dev":{"id":"dev","strict":true,"pluginName":"@faststore/cli","pluginAlias":"@faststore/cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"start":{"id":"start","strict":true,"pluginName":"@faststore/cli","pluginAlias":"@faststore/cli","pluginType":"core","aliases":[],"flags":{},"args":[]}}}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@faststore/cli",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
4
4
  "description": "FastStore CLI",
5
5
  "author": "Emerson Laurentino @emersonlaurentino",
6
6
  "bin": {
@@ -28,8 +28,8 @@
28
28
  "stringify-object": "^3.3.0"
29
29
  },
30
30
  "devDependencies": {
31
- "@faststore/eslint-config": "^2.1.0",
32
- "@faststore/shared": "^2.1.0",
31
+ "@faststore/eslint-config": "^2.1.1",
32
+ "@faststore/shared": "^2.1.1",
33
33
  "@types/chai": "^4",
34
34
  "@types/fs-extra": "^9.0.13",
35
35
  "@types/node": "^16.11.63",
@@ -69,5 +69,5 @@
69
69
  "oclif"
70
70
  ],
71
71
  "types": "dist/index.d.ts",
72
- "gitHead": "74ae411fa1f628ae68c2cdcacfb63b1383a86490"
72
+ "gitHead": "1f8deb367b972ca4e63b397fcaa773e8771c9bb3"
73
73
  }