@faststore/api 3.0.68 → 3.0.74

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@faststore/api",
3
- "version": "3.0.66",
3
+ "version": "3.0.68",
4
4
  "license": "MIT",
5
5
  "main": "dist/cjs/src/index.js",
6
6
  "typings": "dist/esm/src/index.d.ts",
@@ -26,7 +26,7 @@
26
26
  "dev": "concurrently \"yarn generate -w\" \"tsc --watch\" \"yarn dev:graphql\"",
27
27
  "dev:graphql": "nodemon --watch src --ext graphql --exec \"copyfiles \"src/**/*.graphql\" dist/esm\"",
28
28
  "dev:server": "tsx --no-cache ./local/server.ts",
29
- "build": "graphql-codegen --config codegen.yml && (yarn build:cjs & yarn build:esm)",
29
+ "build": "graphql-codegen --config codegen.yml && (yarn build:cjs && yarn build:esm)",
30
30
  "build:cjs": "tsc --module commonjs --moduleResolution node10 --outDir dist/cjs && copyfiles \"src/**/*.graphql\" dist/cjs",
31
31
  "build:esm": "tsc && copyfiles \"src/**/*.graphql\" dist/esm",
32
32
  "lint": "eslint src/**/*.ts",
@@ -51,8 +51,8 @@
51
51
  },
52
52
  "devDependencies": {
53
53
  "@envelop/core": "^2.6.0",
54
- "@faststore/eslint-config": "^3.0.66",
55
- "@faststore/shared": "^3.0.66",
54
+ "@faststore/eslint-config": "^3.0.68",
55
+ "@faststore/shared": "^3.0.68",
56
56
  "@graphql-codegen/cli": "2.2.0",
57
57
  "@graphql-codegen/typescript": "2.2.2",
58
58
  "@parcel/watcher": "^2.4.0",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@faststore/api",
3
- "version": "3.0.66",
3
+ "version": "3.0.68",
4
4
  "license": "MIT",
5
5
  "main": "dist/cjs/src/index.js",
6
6
  "typings": "dist/esm/src/index.d.ts",
@@ -26,7 +26,7 @@
26
26
  "dev": "concurrently \"yarn generate -w\" \"tsc --watch\" \"yarn dev:graphql\"",
27
27
  "dev:graphql": "nodemon --watch src --ext graphql --exec \"copyfiles \"src/**/*.graphql\" dist/esm\"",
28
28
  "dev:server": "tsx --no-cache ./local/server.ts",
29
- "build": "graphql-codegen --config codegen.yml && (yarn build:cjs & yarn build:esm)",
29
+ "build": "graphql-codegen --config codegen.yml && (yarn build:cjs && yarn build:esm)",
30
30
  "build:cjs": "tsc --module commonjs --moduleResolution node10 --outDir dist/cjs && copyfiles \"src/**/*.graphql\" dist/cjs",
31
31
  "build:esm": "tsc && copyfiles \"src/**/*.graphql\" dist/esm",
32
32
  "lint": "eslint src/**/*.ts",
@@ -51,8 +51,8 @@
51
51
  },
52
52
  "devDependencies": {
53
53
  "@envelop/core": "^2.6.0",
54
- "@faststore/eslint-config": "^3.0.66",
55
- "@faststore/shared": "^3.0.66",
54
+ "@faststore/eslint-config": "^3.0.68",
55
+ "@faststore/shared": "^3.0.68",
56
56
  "@graphql-codegen/cli": "2.2.0",
57
57
  "@graphql-codegen/typescript": "2.2.2",
58
58
  "@parcel/watcher": "^2.4.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@faststore/api",
3
- "version": "3.0.68",
3
+ "version": "3.0.74",
4
4
  "license": "MIT",
5
5
  "main": "dist/cjs/src/index.js",
6
6
  "typings": "dist/esm/src/index.d.ts",
@@ -26,7 +26,7 @@
26
26
  "dev": "concurrently \"yarn generate -w\" \"tsc --watch\" \"yarn dev:graphql\"",
27
27
  "dev:graphql": "nodemon --watch src --ext graphql --exec \"copyfiles \"src/**/*.graphql\" dist/esm\"",
28
28
  "dev:server": "tsx --no-cache ./local/server.ts",
29
- "build": "graphql-codegen --config codegen.yml && (yarn build:cjs & yarn build:esm)",
29
+ "build": "graphql-codegen --config codegen.yml && (yarn build:cjs && yarn build:esm)",
30
30
  "build:cjs": "tsc --module commonjs --moduleResolution node10 --outDir dist/cjs && copyfiles \"src/**/*.graphql\" dist/cjs",
31
31
  "build:esm": "tsc && copyfiles \"src/**/*.graphql\" dist/esm",
32
32
  "lint": "eslint src/**/*.ts",
@@ -79,5 +79,5 @@
79
79
  "volta": {
80
80
  "extends": "../../package.json"
81
81
  },
82
- "gitHead": "d12b653cdc379d4449666b2a405922c1b27c372d"
82
+ "gitHead": "a2eef14d88c8e73dbdd9d18e3879d64b6d51b56e"
83
83
  }