@faststore/api 3.0.51 → 3.0.63
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 +7 -6
- package/dist/cjs/src/__generated__/schema.d.ts +286 -247
- package/dist/cjs/src/__generated__/schema.js.map +1 -1
- package/dist/cjs/src/typeDefs/index.js +3 -1
- package/dist/cjs/src/typeDefs/index.js.map +1 -1
- package/dist/esm/package.json +7 -6
- package/dist/esm/src/__generated__/schema.d.ts +286 -247
- package/dist/esm/src/__generated__/schema.js.map +1 -1
- package/dist/esm/src/typeDefs/index.js +2 -1
- package/dist/esm/src/typeDefs/index.js.map +1 -1
- package/package.json +8 -7
- package/src/__generated__/schema.ts +250 -247
- package/src/typeDefs/index.ts +2 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"schema.js","sourceRoot":"","sources":["../../../../src/__generated__/schema.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"schema.js","sourceRoot":"","sources":["../../../../src/__generated__/schema.ts"],"names":[],"mappings":"AAmvBC,CAAC;AA+DD,CAAC;AAyTD,CAAC;AAOD,CAAC"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { print } from 'graphql';
|
|
2
|
+
import path from 'path';
|
|
2
3
|
import { loadFilesSync } from '@graphql-tools/load-files';
|
|
3
|
-
export const typeDefs = loadFilesSync(
|
|
4
|
+
export const typeDefs = loadFilesSync(path.join(process.cwd()), { extensions: ['.graphql'] })
|
|
4
5
|
.map(print)
|
|
5
6
|
.join('\n');
|
|
6
7
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/typeDefs/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAA;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/typeDefs/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAA;AAC/B,OAAO,IAAI,MAAM,MAAM,CAAA;AAEvB,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAA;AAEzD,MAAM,CAAC,MAAM,QAAQ,GAAG,aAAa,CAAC,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,GAAG,EAAE,CAAC,EAAE,EAAE,UAAU,EAAE,CAAC,UAAU,CAAC,EAAE,CAAC;KAC1F,GAAG,CAAC,KAAK,CAAC;KACV,IAAI,CAAC,IAAI,CAAC,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@faststore/api",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.63",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "dist/cjs/src/index.js",
|
|
6
6
|
"typings": "dist/esm/src/index.d.ts",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"@envelop/on-resolve": "^2.0.6",
|
|
38
38
|
"@graphql-tools/load-files": "^7.0.0",
|
|
39
|
-
"@graphql-tools/schema": "^
|
|
39
|
+
"@graphql-tools/schema": "^10.0.3",
|
|
40
40
|
"@opentelemetry/exporter-logs-otlp-grpc": "^0.39.1",
|
|
41
41
|
"@opentelemetry/exporter-trace-otlp-grpc": "^0.39.1",
|
|
42
42
|
"@opentelemetry/sdk-logs": "^0.39.1",
|
|
@@ -51,10 +51,11 @@
|
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@envelop/core": "^2.6.0",
|
|
54
|
-
"@faststore/eslint-config": "^3.0.
|
|
55
|
-
"@faststore/shared": "^3.0.
|
|
56
|
-
"@graphql-codegen/cli": "
|
|
57
|
-
"@graphql-codegen/typescript": "
|
|
54
|
+
"@faststore/eslint-config": "^3.0.63",
|
|
55
|
+
"@faststore/shared": "^3.0.63",
|
|
56
|
+
"@graphql-codegen/cli": "^5.0.2",
|
|
57
|
+
"@graphql-codegen/typescript": "^4.0.7",
|
|
58
|
+
"@parcel/watcher": "^2.4.0",
|
|
58
59
|
"@types/cookie": "^0.6.0",
|
|
59
60
|
"@types/express": "^4.17.16",
|
|
60
61
|
"@types/sanitize-html": "^2.9.1",
|
|
@@ -78,5 +79,5 @@
|
|
|
78
79
|
"volta": {
|
|
79
80
|
"extends": "../../package.json"
|
|
80
81
|
},
|
|
81
|
-
"gitHead": "
|
|
82
|
+
"gitHead": "dc671b2ad4b832aec386793b6458c33cb75b63ac"
|
|
82
83
|
}
|