@rxdi/graphql 0.7.128 → 0.7.129

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 (1) hide show
  1. package/package.json +80 -80
package/package.json CHANGED
@@ -1,84 +1,84 @@
1
1
  {
2
- "name": "@rxdi/graphql",
3
- "version": "0.7.128",
4
- "repository": {
5
- "type": "git",
6
- "url": "https://github.com/rxdi/graphql"
7
- },
8
- "scripts": {
9
- "lint": "tslint -c tslint.json 'development/**/*.{ts,tsx}'",
10
- "pretest": "npm run lint",
11
- "build": "tsc || true",
12
- "test": "jest "
13
- },
14
- "author": {
15
- "name": "Kristian Tachev(Stradivario)",
16
- "email": "kristiqn.tachev@gmail.com"
17
- },
18
- "keywords": [
19
- "graphql",
20
- "gapi",
21
- "node"
2
+ "name": "@rxdi/graphql",
3
+ "version": "0.7.129",
4
+ "repository": {
5
+ "type": "git",
6
+ "url": "https://github.com/rxdi/graphql"
7
+ },
8
+ "scripts": {
9
+ "lint": "tslint -c tslint.json 'development/**/*.{ts,tsx}'",
10
+ "pretest": "npm run lint",
11
+ "build": "tsc || true",
12
+ "test": "jest "
13
+ },
14
+ "author": {
15
+ "name": "Kristian Tachev(Stradivario)",
16
+ "email": "kristiqn.tachev@gmail.com"
17
+ },
18
+ "keywords": [
19
+ "graphql",
20
+ "gapi",
21
+ "node"
22
+ ],
23
+ "license": "MIT",
24
+ "bugs": {
25
+ "url": "https://github.com/rxdi/graphql/issues"
26
+ },
27
+ "homepage": "https://github.com/rxdi/graphql#readme",
28
+ "main": "./dist/index.js",
29
+ "types": "./dist/index.d.ts",
30
+ "module": "./dist/index.js",
31
+ "typings": "./dist/index.d.ts",
32
+ "dependencies": {
33
+ "@gapi/playground": "1.8.79",
34
+ "apollo-errors": "1.9.0",
35
+ "apollo-server-core": "2.12.0",
36
+ "apollo-server-module-graphiql": "1.4.0",
37
+ "boom": "^7.3.0",
38
+ "fs-extra": "7.0.1",
39
+ "graphql-tester": "0.0.5"
40
+ },
41
+ "devDependencies": {
42
+ "graphql": "^14.5.8",
43
+ "@rxdi/core": "^0.7.128",
44
+ "@rxdi/hapi": "^0.7.128",
45
+ "@types/graphql": "^14.5.0",
46
+ "@types/hapi": "^18.0.4",
47
+ "@types/jest": "^24.0.22",
48
+ "@types/node": "^12.0.10",
49
+ "jest": "^24.8.0",
50
+ "jest-cli": "^24.8.1",
51
+ "rxjs": "^6.5.3",
52
+ "ts-jest": "^24.0.2",
53
+ "tslint": "^5.20.1",
54
+ "tslint-language-service": "^0.9.9",
55
+ "typescript": "^4.3.5"
56
+ },
57
+ "jest": {
58
+ "testEnvironment": "node",
59
+ "testPathIgnorePatterns": [
60
+ "/node_modules/"
22
61
  ],
23
- "license": "MIT",
24
- "bugs": {
25
- "url": "https://github.com/rxdi/graphql/issues"
26
- },
27
- "homepage": "https://github.com/rxdi/graphql#readme",
28
- "main": "./dist/index.js",
29
- "types": "./dist/index.d.ts",
30
- "module": "./dist/index.js",
31
- "typings": "./dist/index.d.ts",
32
- "dependencies": {
33
- "@gapi/playground": "1.8.79",
34
- "apollo-errors": "1.9.0",
35
- "apollo-server-core": "2.12.0",
36
- "apollo-server-module-graphiql": "1.4.0",
37
- "boom": "^7.3.0",
38
- "fs-extra": "7.0.1",
39
- "graphql-tester": "0.0.5"
40
- },
41
- "devDependencies": {
42
- "graphql": "^14.5.8",
43
- "@rxdi/core": "^0.7.127",
44
- "@rxdi/hapi": "^0.7.127",
45
- "@types/graphql": "^14.5.0",
46
- "@types/hapi": "^18.0.4",
47
- "@types/jest": "^24.0.22",
48
- "@types/node": "^12.0.10",
49
- "jest": "^24.8.0",
50
- "jest-cli": "^24.8.1",
51
- "rxjs": "^6.5.3",
52
- "ts-jest": "^24.0.2",
53
- "tslint": "^5.20.1",
54
- "tslint-language-service": "^0.9.9",
55
- "typescript": "^4.3.5"
62
+ "coverageReporters": [
63
+ "lcov",
64
+ "html"
65
+ ],
66
+ "rootDir": "./",
67
+ "moduleFileExtensions": [
68
+ "ts",
69
+ "tsx",
70
+ "js",
71
+ "json",
72
+ "node"
73
+ ],
74
+ "setupFilesAfterEnv": [
75
+ "./jest-setup.ts"
76
+ ],
77
+ "transform": {
78
+ "\\.(ts|tsx)$": "ts-jest"
56
79
  },
57
- "jest": {
58
- "testEnvironment": "node",
59
- "testPathIgnorePatterns": [
60
- "/node_modules/"
61
- ],
62
- "coverageReporters": [
63
- "lcov",
64
- "html"
65
- ],
66
- "rootDir": "./",
67
- "moduleFileExtensions": [
68
- "ts",
69
- "tsx",
70
- "js",
71
- "json",
72
- "node"
73
- ],
74
- "setupFilesAfterEnv": [
75
- "./jest-setup.ts"
76
- ],
77
- "transform": {
78
- "\\.(ts|tsx)$": "ts-jest"
79
- },
80
- "testRegex": "/src/*/.*\\.spec.(ts|tsx|js)$",
81
- "verbose": true,
82
- "collectCoverage": true
83
- }
80
+ "testRegex": "/src/*/.*\\.spec.(ts|tsx|js)$",
81
+ "verbose": true,
82
+ "collectCoverage": true
83
+ }
84
84
  }