@gapi/daemon 1.8.175 → 1.8.177
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/gapi-cli.conf.yml +5 -16
- package/package.json +4 -4
package/gapi-cli.conf.yml
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
config:
|
|
2
|
-
# Application configuration
|
|
2
|
+
# Application configuration
|
|
3
3
|
app:
|
|
4
4
|
local:
|
|
5
5
|
API_PORT: 9000
|
|
@@ -7,22 +7,14 @@ config:
|
|
|
7
7
|
NODE_ENV: development
|
|
8
8
|
AMQP_HOST: 182.10.0.5
|
|
9
9
|
AMQP_PORT: 5672
|
|
10
|
-
GRAPHIQL: true
|
|
11
|
-
GRAPHIQL_TOKEN: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImtyaXN0aXFuLnRhY2hldkBnbWFpbC5jb20iLCJpZCI6MSwic2NvcGUiOlsiQURNSU4iXSwiaWF0IjoxNTIwMjkxMzkyfQ.9hpIDPkSiGvjTmUEyg_R_izW-ra2RzzLbe3Uh3IFsZg
|
|
12
|
-
ENDPOINT_TESTING: http://localhost:9000/graphql
|
|
13
|
-
TOKEN_TESTING: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImtyaXN0aXFuLnRhY2hldkBnbWFpbC5jb20iLCJzY29wZSI6WyJBRE1JTiJdLCJpZCI6MSwiaWF0IjoxNTE2OTk2MzYxfQ.7ANr5VHrViD3NkCaDr0nSWYwk46UAEbOwB52pqye4AM
|
|
14
10
|
prod:
|
|
15
11
|
API_PORT: 9000
|
|
16
12
|
API_CERT: ./cert.key
|
|
17
13
|
NODE_ENV: production
|
|
18
14
|
AMQP_HOST: 182.10.0.5
|
|
19
15
|
AMQP_PORT: 5672
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
ENDPOINT_TESTING: http://localhost:9000/graphql
|
|
23
|
-
TOKEN_TESTING: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImtyaXN0aXFuLnRhY2hldkBnbWFpbC5jb20iLCJzY29wZSI6WyJBRE1JTiJdLCJpZCI6MSwiaWF0IjoxNTE2OTk2MzYxfQ.7ANr5VHrViD3NkCaDr0nSWYwk46UAEbOwB52pqye4AM
|
|
24
|
-
# Testing configuration for local(dev) or worker(running tests as a separate worker with separate environment)
|
|
25
|
-
test:
|
|
16
|
+
# Testing configuration for local(dev) or worker(running tests as a separate worker with separate environment)
|
|
17
|
+
test:
|
|
26
18
|
local: extends app/prod
|
|
27
19
|
worker:
|
|
28
20
|
API_PORT: 9000
|
|
@@ -30,15 +22,12 @@ config:
|
|
|
30
22
|
NODE_ENV: production
|
|
31
23
|
AMQP_HOST: 182.10.0.5
|
|
32
24
|
AMQP_PORT: 5672
|
|
33
|
-
ENDPOINT_TESTING: http://182.10.0.101:9000/graphql
|
|
34
|
-
TOKEN_TESTING: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImtyaXN0aXFuLnRhY2hldkBnbWFpbC5jb20iLCJzY29wZSI6WyJBRE1JTiJdLCJpZCI6MSwiaWF0IjoxNTE2OTk2MzYxfQ.7ANr5VHrViD3NkCaDr0nSWYwk46UAEbOwB52pqye4AM
|
|
35
25
|
|
|
36
26
|
schema:
|
|
37
27
|
introspectionEndpoint: http://localhost:9000/graphql
|
|
38
28
|
introspectionOutputFolder: ./src/api-introspection
|
|
39
29
|
|
|
40
30
|
commands:
|
|
41
|
-
|
|
42
31
|
testing:
|
|
43
32
|
stop:
|
|
44
33
|
- docker rm -f gapi-api-prod-worker-tests-executor
|
|
@@ -102,8 +91,8 @@ commands:
|
|
|
102
91
|
clean:
|
|
103
92
|
- rm -rf dist
|
|
104
93
|
- rm -rf .cache
|
|
105
|
-
# You can define your custom commands for example
|
|
94
|
+
# You can define your custom commands for example
|
|
106
95
|
# commands:
|
|
107
96
|
# your-cli:
|
|
108
97
|
# my-command: 'npm -v'
|
|
109
|
-
# This command can be executed as "gapi your-cli my-command"
|
|
98
|
+
# This command can be executed as "gapi your-cli my-command"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gapi/daemon",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.177",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://github.com/Stradivario/gapi.git"
|
|
@@ -56,8 +56,8 @@
|
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"@types/hapi": "^18.0.2",
|
|
58
58
|
"typescript": "^5.9.3",
|
|
59
|
-
"@rxdi/core": "^0.7.
|
|
60
|
-
"@rxdi/graphql": "^0.7.
|
|
61
|
-
"@rxdi/hapi": "^0.7.
|
|
59
|
+
"@rxdi/core": "^0.7.200",
|
|
60
|
+
"@rxdi/graphql": "^0.7.200",
|
|
61
|
+
"@rxdi/hapi": "^0.7.200"
|
|
62
62
|
}
|
|
63
63
|
}
|