@last-rev/adapter-contentful
Advanced tools
Comparing version 2.0.0 to 3.0.0
@@ -1,3 +0,4 @@ | ||
declare const _default: (obj: any) => any; | ||
import _ from 'lodash'; | ||
declare const _default: (obj: any) => _.Dictionary<any>; | ||
export default _default; | ||
//# sourceMappingURL=assetParser.d.ts.map |
{ | ||
"name": "@last-rev/adapter-contentful", | ||
"version": "2.0.0", | ||
"version": "3.0.0", | ||
"description": "Transforms data from contentful's structure to one which is expected by LastRev components", | ||
"main": "dist/index.js", | ||
"files": [ | ||
"dist" | ||
], | ||
"scripts": { | ||
"build": "tsc", | ||
"build": "yarn run clean && yarn run compile", | ||
"clean": "rm -rf ./dist", | ||
"compile": "tsc -p tsconfig.build.json", | ||
"test": "jest", | ||
@@ -12,6 +17,6 @@ "test:watch": "jest --watch", | ||
"lint": "eslint", | ||
"prepare": "npm run build", | ||
"prepublishOnly": "npm run lint", | ||
"preversion": "npm run lint", | ||
"version": "npm run format && git add -A src", | ||
"prepublishOnly": "yarn run lint && yarn run build", | ||
"prepare": "yarn run build", | ||
"preversion": "yarn run lint", | ||
"version": "yarn run format && git add -A src", | ||
"postversion": "git push && git push --tags" | ||
@@ -41,3 +46,4 @@ }, | ||
"lodash": "^4.17.15" | ||
} | ||
}, | ||
"gitHead": "33d8ba6333b1b7f319e16d0d98cd0ec06fb6e1b8" | ||
} |
Sorry, the diff of this file is not supported yet
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
0
72499
47
1790