graphql-compose-aws
Advanced tools
Comparing version 1.0.4 to 1.1.0
{ | ||
"name": "graphql-compose-aws", | ||
"version": "1.0.4", | ||
"version": "1.1.0", | ||
"description": "AWS Cloud API via GraphQL", | ||
"files": [ | ||
"lib" | ||
"lib", | ||
"mjs" | ||
], | ||
"main": "lib/index.js", | ||
"module": "mjs/index.mjs", | ||
"repository": { | ||
@@ -32,28 +34,28 @@ "type": "git", | ||
"devDependencies": { | ||
"aws-sdk": "^2.229.1", | ||
"aws-sdk": "^2.263.1", | ||
"babel-cli": "^6.26.0", | ||
"babel-eslint": "^8.2.3", | ||
"babel-jest": "^22.4.3", | ||
"babel-eslint": "^8.2.5", | ||
"babel-jest": "^23.2.0", | ||
"babel-plugin-transform-class-properties": "^6.24.1", | ||
"babel-plugin-transform-flow-strip-types": "^6.22.0", | ||
"babel-plugin-transform-object-rest-spread": "^6.26.0", | ||
"babel-plugin-transform-runtime": "^6.23.0", | ||
"babel-preset-env": "^1.6.1", | ||
"babel-preset-env": "^1.7.0", | ||
"cz-conventional-changelog": "^2.1.0", | ||
"eslint": "^4.19.1", | ||
"eslint-config-airbnb-base": "^12.0.1", | ||
"eslint": "^5.0.1", | ||
"eslint-config-airbnb-base": "^13.0.0", | ||
"eslint-config-prettier": "^2.9.0", | ||
"eslint-plugin-flowtype": "^2.46.3", | ||
"eslint-plugin-import": "^2.11.0", | ||
"eslint-plugin-prettier": "^2.6.0", | ||
"eslint-plugin-flowtype": "^2.49.3", | ||
"eslint-plugin-import": "^2.13.0", | ||
"eslint-plugin-prettier": "^2.6.1", | ||
"express": "^4.16.3", | ||
"express-graphql": "^0.6.12", | ||
"flow-bin": "^0.71.0", | ||
"flow-bin": "^0.75.0", | ||
"graphql": "0.13.2", | ||
"graphql-compose": "^4.3.0", | ||
"jest": "^22.4.3", | ||
"nodemon": "^1.17.3", | ||
"npm-run-all": "^4.1.2", | ||
"prettier": "^1.12.1", | ||
"graphql-compose": "^4.4.1", | ||
"jest": "^23.2.0", | ||
"nodemon": "^1.17.5", | ||
"prettier": "^1.13.6", | ||
"rimraf": "^2.6.2", | ||
"semantic-release": "^15.1.7" | ||
"semantic-release": "^15.6.0" | ||
}, | ||
@@ -71,5 +73,7 @@ "config": { | ||
"scripts": { | ||
"build": "npm-run-all build:*", | ||
"build:lib": "rimraf lib && babel src --ignore __tests__,__mocks__ -d lib", | ||
"build:flow": "find ./src -name '*.js' -not -path '*/__*' | while read filepath; do cp $filepath `echo $filepath | sed 's/\\/src\\//\\/lib\\//g'`.flow; done", | ||
"build": "npm run build-cjs && npm run build-mjs", | ||
"build-cjs": "rimraf lib && BABEL_ENV=cjs babel src --ignore __tests__,__mocks__ -d lib && COPY_TO_FOLDER=lib npm run build-flow", | ||
"build-mjs": "rimraf mjs && BABEL_ENV=mjs babel src --ignore __tests__,__mocks__ -d mjs && yarn build-mjs-rename && COPY_TO_FOLDER=mjs npm run build-flow", | ||
"build-mjs-rename": "find ./mjs -name \"*.js\" -exec bash -c 'mv \"$1\" \"${1%.js}\".mjs' - '{}' \\;", | ||
"build-flow": "find ./src -name '*.js' -not -path '*/__*' | while read filepath; do cp $filepath `echo ./${COPY_TO_FOLDER:-lib}$filepath | sed 's/.\\/src\\//\\//g'`.flow; done", | ||
"demo": "npm run demo-fullApi", | ||
@@ -76,0 +80,0 @@ "demo-fullApi": "nodemon -e js --ignore *test* --exec ./node_modules/.bin/babel-node ./examples/fullApi/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
84140
44
1092