apollo-link-schema
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -5,2 +5,5 @@ # Change log | ||
### 1.0.6 | ||
- udate apollo link with zen-observable-ts [PR#515](https://github.com/apollographql/apollo-link/pull/515) | ||
### 1.0.5 | ||
@@ -7,0 +10,0 @@ - Include sourcemap in bundle |
{ | ||
"name": "apollo-link-schema", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Use a GraphQL Schema to request data", | ||
@@ -27,4 +27,3 @@ "author": "Tomas Trescak <tomi.trescak@gmail.com>", | ||
"scripts": { | ||
"build:browser": | ||
"browserify ./lib/bundle.umd.js -o=./lib/bundle.js --i apollo-link && npm run minify:browser", | ||
"build:browser": "browserify ./lib/bundle.umd.js -o=./lib/bundle.js --i apollo-link && npm run minify:browser", | ||
"build": "tsc -p .", | ||
@@ -34,6 +33,4 @@ "bundle": "rollup -c", | ||
"filesize": "npm run build && npm run build:browser", | ||
"lint": | ||
"tslint --type-check -p tsconfig.json -c ../../tslint.json src/*.ts", | ||
"minify:browser": | ||
"uglifyjs -c -m -o ./lib/bundle.min.js -- ./lib/bundle.js", | ||
"lint": "tslint --type-check -p tsconfig.json -c ../../tslint.json src/*.ts", | ||
"minify:browser": "uglifyjs -c -m -o ./lib/bundle.min.js -- ./lib/bundle.js", | ||
"postbuild": "npm run bundle", | ||
@@ -46,3 +43,3 @@ "prebuild": "npm run clean", | ||
"dependencies": { | ||
"apollo-link": "^1.2.0" | ||
"apollo-link": "^1.2.1" | ||
}, | ||
@@ -72,5 +69,10 @@ "peerDependencies": { | ||
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$", | ||
"moduleFileExtensions": ["ts", "tsx", "js", "json"], | ||
"moduleFileExtensions": [ | ||
"ts", | ||
"tsx", | ||
"js", | ||
"json" | ||
], | ||
"mapCoverage": true | ||
} | ||
} |
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
17351
Updatedapollo-link@^1.2.1