@faststore/cli 4.1.0-dev.2 → 4.1.0-dev.3

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -30,7 +30,7 @@ $ npm install -g @faststore/cli
30
30
  $ faststore COMMAND
31
31
  running command...
32
32
  $ faststore (--version)
33
- @faststore/cli/4.1.0-dev.2 linux-x64 node-v24.13.0
33
+ @faststore/cli/4.1.0-dev.3 linux-x64 node-v24.13.0
34
34
  $ faststore --help [COMMAND]
35
35
  USAGE
36
36
  $ faststore COMMAND
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@faststore/cli",
3
- "version": "4.1.0-dev.2",
3
+ "version": "4.1.0-dev.3",
4
4
  "description": "FastStore CLI",
5
5
  "author": "Emerson Laurentino @emersonlaurentino",
6
6
  "type": "module",
@@ -27,8 +27,8 @@
27
27
  ],
28
28
  "dependencies": {
29
29
  "@antfu/ni": "catalog:",
30
- "@faststore/api": "4.1.0-dev.2",
31
- "@faststore/core": "4.1.0-dev.2",
30
+ "@faststore/api": "4.1.0-dev.3",
31
+ "@faststore/core": "4.1.0-dev.3",
32
32
  "@graphql-codegen/cli": "catalog:",
33
33
  "@graphql-tools/merge": "catalog:",
34
34
  "@graphql-tools/utils": "catalog:",
@@ -96,5 +96,5 @@
96
96
  "engines": {
97
97
  "node": ">=20"
98
98
  },
99
- "gitHead": "8baa617c882128c7220cf4601712c4cd39f2a483"
99
+ "gitHead": "83d08ea86efed01d93749e743f5c32172d41a5ab"
100
100
  }