@faststore/cli 1.12.32 → 1.12.35

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/CHANGELOG.md CHANGED
@@ -3,6 +3,15 @@
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
+ ## 1.12.35 (2023-02-13)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * package versions ([18ccc64](https://github.com/vtex/faststore/commit/18ccc64ac973a33d91a04c2cb3caa2be6ad82cf9))
12
+
13
+
14
+
6
15
  ## [1.12.28](https://github.com/vtex/faststore/compare/v1.12.27...v1.12.28) (2022-11-09)
7
16
 
8
17
 
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/1.12.32 darwin-arm64 node-v16.18.0
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/v1.12.32/dist/commands/build.ts)_
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/v1.12.32/dist/commands/dev.ts)_
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/v1.12.32/dist/commands/start.ts)_
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.32",
3
+ "version": "1.12.35",
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.32",
29
+ "@faststore/shared": "^1.12.35",
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": "9deb68d7b10560726e2f50841d319590a7249392"
66
+ "gitHead": "5271bbd397d348bebbda2bd12006d9e75fc915cb"
67
67
  }