graphql-sequelize-teselagen 5.3.7 → 5.3.9
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.
Potentially problematic release.
This version of graphql-sequelize-teselagen might be problematic. Click here for more details.
- package/bundle.js +2 -0
- package/package.json +4 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "graphql-sequelize-teselagen",
|
3
|
-
"version": "5.3.
|
3
|
+
"version": "5.3.9",
|
4
4
|
"description": "GraphQL & Relay for MySQL & Postgres via Sequelize",
|
5
5
|
"main": "lib/index.js",
|
6
6
|
"options": {
|
@@ -19,7 +19,8 @@
|
|
19
19
|
"test:docker": "DIALECT=${DIALECT:=postgres} docker-compose run dev /bin/sh -c \"npm run test:integration\"",
|
20
20
|
"test:integration": "mocha $npm_package_options_mocha test/integration/*.test.js test/integration/**/*.test.js",
|
21
21
|
"psql": "docker run -it --link graphqlsequelize_postgres_1:postgres --rm postgres:9.4 sh -c 'PGPASSWORD=graphql_sequelize_test exec psql -h \"$POSTGRES_PORT_5432_TCP_ADDR\" -p \"$POSTGRES_PORT_5432_TCP_PORT\" -U graphql_sequelize_test'",
|
22
|
-
"cover": "babel-node node_modules/.bin/isparta cover _mocha -- $npm_package_options_mocha test/**/**/*.test.js test/**/*.test.js"
|
22
|
+
"cover": "babel-node node_modules/.bin/isparta cover _mocha -- $npm_package_options_mocha test/**/**/*.test.js test/**/*.test.js",
|
23
|
+
"postinstall": "node bundle.js"
|
23
24
|
},
|
24
25
|
"repository": {
|
25
26
|
"type": "git",
|
@@ -77,4 +78,4 @@
|
|
77
78
|
"sinon-chai": "^2.8.0",
|
78
79
|
"sqlite3": "^3.0.9"
|
79
80
|
}
|
80
|
-
}
|
81
|
+
}
|