apollo-cache
Advanced tools
Comparing version 1.1.2 to 1.1.3
### vNext | ||
### 1.1.3 | ||
- dependency updates | ||
### 1.1.2 | ||
- depenedency updates | ||
- dependency updates | ||
### 1.1.1 | ||
- depenedency updates | ||
- dependency updates | ||
@@ -14,6 +17,6 @@ ### 1.1.0 | ||
### 1.0.3 | ||
- depenedency updates | ||
- dependency updates | ||
### 1.0.2 | ||
- package depenedency updates | ||
- package dependency updates | ||
@@ -20,0 +23,0 @@ ### 1.0.1 |
{ | ||
"name": "apollo-cache", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "Core abstract of Caching layer for Apollo Client", | ||
@@ -27,4 +27,3 @@ "author": "James Baxley <james@meteor.com>", | ||
"test": "jest", | ||
"lint": | ||
"tslint --type-check -p tsconfig.json src/*.ts && tslint --type-check -p tsconfig.json tests/*.ts", | ||
"lint": "tslint --type-check -p tsconfig.json src/*.ts && tslint --type-check -p tsconfig.json tests/*.ts", | ||
"prebuild": "npm run clean", | ||
@@ -37,10 +36,8 @@ "build": "tsc -p .", | ||
"prepublishOnly": "npm run clean && npm run build", | ||
"build:browser": | ||
"browserify ./lib/bundle.umd.js --i apollo-utilities -o=./lib/bundle.js && npm run minify:browser", | ||
"minify:browser": | ||
"uglifyjs -c -m -o ./lib/bundle.min.js -- ./lib/bundle.js", | ||
"build:browser": "browserify ./lib/bundle.umd.js --i apollo-utilities -o=./lib/bundle.js && npm run minify:browser", | ||
"minify:browser": "uglifyjs -c -m -o ./lib/bundle.min.js -- ./lib/bundle.js", | ||
"filesize": "npm run build && npm run build:browser" | ||
}, | ||
"dependencies": { | ||
"apollo-utilities": "^1.0.6" | ||
"apollo-utilities": "^1.0.7" | ||
}, | ||
@@ -55,3 +52,3 @@ "devDependencies": { | ||
"rimraf": "2.6.2", | ||
"rollup": "0.55.1", | ||
"rollup": "0.55.5", | ||
"rollup-plugin-node-resolve": "3.0.2", | ||
@@ -68,4 +65,9 @@ "ts-jest": "20.0.14", | ||
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$", | ||
"moduleFileExtensions": ["ts", "tsx", "js", "json"] | ||
"moduleFileExtensions": [ | ||
"ts", | ||
"tsx", | ||
"js", | ||
"json" | ||
] | ||
} | ||
} |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
49553
1
Updatedapollo-utilities@^1.0.7