babel-relay-plugin
Advanced tools
Comparing version 0.2.6 to 0.3.0
{ | ||
"name": "babel-relay-plugin", | ||
"version": "0.2.6", | ||
"version": "0.3.0", | ||
"description": "Babel Relay Plugin for transpiling GraphQL queries for use with Relay.", | ||
"license": "BSD-3-Clause", | ||
"repository": "facebook/relay", | ||
"main": "src/getBabelRelayPlugin.js", | ||
"main": "lib/getBabelRelayPlugin.js", | ||
"scripts": { | ||
"test": "./testjs", | ||
"update-schema": "node ./src/generateSchemaJson.js", | ||
"update-fixtures": "node ./src/regenerateFixtures.js" | ||
"build": "scripts/build-lib", | ||
"prepublish": "npm run build", | ||
"test": "f() { EXIT=0; npm run typecheck || EXIT=$?; NODE_ENV=test jest $@ || EXIT=$?; exit $EXIT; }; f", | ||
"typecheck": "flow check src/", | ||
"update-schema": "babel-node ./src/tools/generateSchemaJson.js", | ||
"update-fixtures": "babel-node ./src/tools/regenerateFixtures.js" | ||
}, | ||
@@ -17,6 +20,9 @@ "files": [ | ||
"README.md", | ||
"src/" | ||
"lib/" | ||
], | ||
"devDependencies": { | ||
"jasmine-node": "1.14.5", | ||
"babel": "^5.8.23", | ||
"babel-jest": "^5.3.0", | ||
"flow-bin": "0.17.0", | ||
"jest-cli": "^0.5.8", | ||
"minimist": "^1.1.3" | ||
@@ -27,3 +33,13 @@ }, | ||
"graphql": "0.4.2" | ||
}, | ||
"jest": { | ||
"scriptPreprocessor": "<rootDir>/node_modules/babel-jest", | ||
"persistModuleRegistryBetweenSpecs": true, | ||
"preprocessorIgnorePatterns": [ | ||
"<rootDir>/node_modules/" | ||
], | ||
"unmockedModulePathPatterns": [ | ||
"<rootDir>/" | ||
] | ||
} | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
67371
5
14
1493
1