@faststore/api 3.25.5 → 3.26.0
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/dist/cjs/package.json +6 -2
- package/dist/esm/package.json +6 -2
- package/package.json +7 -3
package/dist/cjs/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@faststore/api",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.25.11",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "dist/cjs/src/index.js",
|
|
6
6
|
"typings": "dist/esm/src/index.d.ts",
|
|
@@ -29,7 +29,11 @@
|
|
|
29
29
|
"build": "graphql-codegen --config codegen.yml && (pnpm build:cjs && pnpm 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
|
-
"test": "jest",
|
|
32
|
+
"test:int": "jest --projects jest.int.config.js",
|
|
33
|
+
"test:intc": "jest --projects jest.int.config.js --coverage",
|
|
34
|
+
"test:unit": "jest --projects jest.unit.config.js --silent",
|
|
35
|
+
"test:unitc": "jest --projects jest.unit.config.js --silent --coverage",
|
|
36
|
+
"test": "pnpm run test:unit && pnpm run test:int",
|
|
33
37
|
"generate": "graphql-codegen --config codegen.yml"
|
|
34
38
|
},
|
|
35
39
|
"dependencies": {
|
package/dist/esm/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@faststore/api",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.25.11",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "dist/cjs/src/index.js",
|
|
6
6
|
"typings": "dist/esm/src/index.d.ts",
|
|
@@ -29,7 +29,11 @@
|
|
|
29
29
|
"build": "graphql-codegen --config codegen.yml && (pnpm build:cjs && pnpm 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
|
-
"test": "jest",
|
|
32
|
+
"test:int": "jest --projects jest.int.config.js",
|
|
33
|
+
"test:intc": "jest --projects jest.int.config.js --coverage",
|
|
34
|
+
"test:unit": "jest --projects jest.unit.config.js --silent",
|
|
35
|
+
"test:unitc": "jest --projects jest.unit.config.js --silent --coverage",
|
|
36
|
+
"test": "pnpm run test:unit && pnpm run test:int",
|
|
33
37
|
"generate": "graphql-codegen --config codegen.yml"
|
|
34
38
|
},
|
|
35
39
|
"dependencies": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@faststore/api",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.26.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "dist/cjs/src/index.js",
|
|
6
6
|
"typings": "dist/esm/src/index.d.ts",
|
|
@@ -29,7 +29,11 @@
|
|
|
29
29
|
"build": "graphql-codegen --config codegen.yml && (pnpm build:cjs && pnpm 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
|
-
"test": "jest",
|
|
32
|
+
"test:int": "jest --projects jest.int.config.js",
|
|
33
|
+
"test:intc": "jest --projects jest.int.config.js --coverage",
|
|
34
|
+
"test:unit": "jest --projects jest.unit.config.js --silent",
|
|
35
|
+
"test:unitc": "jest --projects jest.unit.config.js --silent --coverage",
|
|
36
|
+
"test": "pnpm run test:unit && pnpm run test:int",
|
|
33
37
|
"generate": "graphql-codegen --config codegen.yml"
|
|
34
38
|
},
|
|
35
39
|
"dependencies": {
|
|
@@ -79,5 +83,5 @@
|
|
|
79
83
|
"volta": {
|
|
80
84
|
"extends": "../../package.json"
|
|
81
85
|
},
|
|
82
|
-
"gitHead": "
|
|
86
|
+
"gitHead": "680b1aba58085c3f132e254a6ede61bf6c14261e"
|
|
83
87
|
}
|