apollo-client
Advanced tools
Comparing version 0.2.3 to 0.2.4
{ | ||
"name": "apollo-client", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"description": "A simple yet functional GraphQL client.", | ||
"main": "./lib/src/index.js", | ||
"main": "index.js", | ||
"typings": "./lib/src/index.d.ts", | ||
"scripts": { | ||
"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=31", | ||
"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": { | ||
@@ -81,2 +66,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
110997
64
1722