@faststore/cli 2.1.105 → 2.1.107

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.105 linux-x64 node-v16.20.2
15
+ @faststore/cli/2.1.107 linux-x64 node-v16.20.2
16
16
  $ faststore --help [COMMAND]
17
17
  USAGE
18
18
  $ faststore COMMAND
@@ -35,7 +35,7 @@ USAGE
35
35
  $ faststore build
36
36
  ```
37
37
 
38
- _See code: [dist/commands/build.ts](https://github.com/vtex/faststore/blob/v2.1.105/dist/commands/build.ts)_
38
+ _See code: [dist/commands/build.ts](https://github.com/vtex/faststore/blob/v2.1.107/dist/commands/build.ts)_
39
39
 
40
40
  ## `faststore cms-sync`
41
41
 
@@ -44,7 +44,7 @@ USAGE
44
44
  $ faststore cms-sync
45
45
  ```
46
46
 
47
- _See code: [dist/commands/cms-sync.ts](https://github.com/vtex/faststore/blob/v2.1.105/dist/commands/cms-sync.ts)_
47
+ _See code: [dist/commands/cms-sync.ts](https://github.com/vtex/faststore/blob/v2.1.107/dist/commands/cms-sync.ts)_
48
48
 
49
49
  ## `faststore dev`
50
50
 
@@ -53,7 +53,7 @@ USAGE
53
53
  $ faststore dev
54
54
  ```
55
55
 
56
- _See code: [dist/commands/dev.ts](https://github.com/vtex/faststore/blob/v2.1.105/dist/commands/dev.ts)_
56
+ _See code: [dist/commands/dev.ts](https://github.com/vtex/faststore/blob/v2.1.107/dist/commands/dev.ts)_
57
57
 
58
58
  ## `faststore help [COMMAND]`
59
59
 
@@ -82,7 +82,7 @@ USAGE
82
82
  $ faststore start
83
83
  ```
84
84
 
85
- _See code: [dist/commands/start.ts](https://github.com/vtex/faststore/blob/v2.1.105/dist/commands/start.ts)_
85
+ _See code: [dist/commands/start.ts](https://github.com/vtex/faststore/blob/v2.1.107/dist/commands/start.ts)_
86
86
 
87
87
  ## `faststore test`
88
88
 
@@ -91,5 +91,5 @@ USAGE
91
91
  $ faststore test
92
92
  ```
93
93
 
94
- _See code: [dist/commands/test.ts](https://github.com/vtex/faststore/blob/v2.1.105/dist/commands/test.ts)_
94
+ _See code: [dist/commands/test.ts](https://github.com/vtex/faststore/blob/v2.1.107/dist/commands/test.ts)_
95
95
  <!-- commandsstop -->
@@ -1 +1 @@
1
- {"version":"2.1.105","commands":{"build":{"id":"build","strict":true,"pluginName":"@faststore/cli","pluginAlias":"@faststore/cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"cms-sync":{"id":"cms-sync","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":[]},"test":{"id":"test","strict":true,"pluginName":"@faststore/cli","pluginAlias":"@faststore/cli","pluginType":"core","aliases":[],"flags":{},"args":[]}}}
1
+ {"version":"2.1.107","commands":{"build":{"id":"build","strict":true,"pluginName":"@faststore/cli","pluginAlias":"@faststore/cli","pluginType":"core","aliases":[],"flags":{},"args":[]},"cms-sync":{"id":"cms-sync","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":[]},"test":{"id":"test","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.105",
3
+ "version": "2.1.107",
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.105",
32
- "@faststore/shared": "^2.1.105",
31
+ "@faststore/eslint-config": "^2.1.107",
32
+ "@faststore/shared": "^2.1.107",
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": "98c7938ceacdba2f04dbb89b41cb1a4e06404b9b"
72
+ "gitHead": "3d666904a5e9d9908318e618b3ca93301b3ae82a"
73
73
  }