@faststore/api 3.0.4 → 3.0.7

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
@@ -57,4 +57,4 @@ app.get('/graphql', async (req, res) => {
57
57
 
58
58
  ## Docs
59
59
 
60
- For more information, please refer to our documentation: https://faststore.dev/reference/api/faststore-api
60
+ For more information, please refer to our documentation: https://v1.faststore.dev/reference/api/faststore-api
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@faststore/api",
3
- "version": "3.0.3",
3
+ "version": "3.0.4",
4
4
  "license": "MIT",
5
5
  "main": "dist/cjs/src/index.js",
6
6
  "typings": "dist/esm/src/index.d.ts",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@faststore/api",
3
- "version": "3.0.3",
3
+ "version": "3.0.4",
4
4
  "license": "MIT",
5
5
  "main": "dist/cjs/src/index.js",
6
6
  "typings": "dist/esm/src/index.d.ts",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@faststore/api",
3
- "version": "3.0.4",
3
+ "version": "3.0.7",
4
4
  "license": "MIT",
5
5
  "main": "dist/cjs/src/index.js",
6
6
  "typings": "dist/esm/src/index.d.ts",
@@ -50,8 +50,8 @@
50
50
  },
51
51
  "devDependencies": {
52
52
  "@envelop/core": "^2.6.0",
53
- "@faststore/eslint-config": "^3.0.3",
54
- "@faststore/shared": "^3.0.3",
53
+ "@faststore/eslint-config": "^3.0.7",
54
+ "@faststore/shared": "^3.0.7",
55
55
  "@graphql-codegen/cli": "2.2.0",
56
56
  "@graphql-codegen/typescript": "2.2.2",
57
57
  "@types/express": "^4.17.16",
@@ -76,5 +76,5 @@
76
76
  "volta": {
77
77
  "extends": "../../package.json"
78
78
  },
79
- "gitHead": "47fa957b6cdc2eb86726f2e275072fd807263349"
79
+ "gitHead": "1672bc9ba921b70b5f9acfa2845c8f566d29be16"
80
80
  }