apollo-client
Advanced tools
Comparing version 0.5.0-0 to 0.5.0-1
{ | ||
"name": "apollo-client", | ||
"version": "0.5.0-0", | ||
"version": "0.5.0-1", | ||
"description": "A simple yet functional GraphQL client.", | ||
"main": "./lib/src/index.js", | ||
"main": "index.js", | ||
"typings": "./lib/src/index.d.ts", | ||
"scripts": { | ||
"dev": "./scripts/dev.sh", | ||
"deploy": "rm -rf ./lib && npm run compile && ./scripts/deploy.sh", | ||
"pretest": "npm run compile", | ||
"test": "npm run testonly --", | ||
"posttest": "npm run lint", | ||
"filesize": "npm run compile:browser && ./scripts/filesize.js --file=./dist/index.min.js --maxGzip=42", | ||
"compile": "tsc", | ||
"compile:browser": "rm -rf ./dist && mkdir ./dist && browserify ./lib/src/index.js -o=./dist/index.js && npm run minify:browser", | ||
"minify:browser": "uglifyjs --compress --mangle --screw-ie8 -o=./dist/index.min.js -- ./dist/index.js", | ||
"watch": "tsc -w", | ||
"prepublish": "npm run compile", | ||
"lint": "grunt tslint", | ||
"coverage": "istanbul cover ./node_modules/mocha/bin/_mocha -- --reporter dot --full-trace lib/test/tests.js", | ||
"postcoverage": "remap-istanbul --input coverage/coverage.json --type lcovonly --output coverage/lcov.info", | ||
"testonly": "mocha --reporter spec --full-trace lib/test/tests.js" | ||
}, | ||
"repository": { | ||
@@ -103,2 +86,2 @@ "type": "git", | ||
} | ||
} | ||
} |
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
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
3
247468
100
3625