@contentful/live-preview
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@contentful/live-preview", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"author": "Contentful GmbH", | ||
@@ -26,3 +26,6 @@ "license": "MIT", | ||
"lint": "eslint ./src --ext .js,.jsx,.ts,.tsx", | ||
"prepare": "husky install" | ||
"test:ci": "true", | ||
"prepare": "husky install", | ||
"presemantic-release": "yarn build", | ||
"semantic-release": "semantic-release" | ||
}, | ||
@@ -35,2 +38,3 @@ "homepage": "https://github.com/contentful/live-preview#readme", | ||
"@contentful/eslint-config-extension": "0.4.3", | ||
"@semantic-release/changelog": "^6.0.2", | ||
"@types/node": "^18.14.0", | ||
@@ -45,2 +49,3 @@ "@types/react": "^18.0.27", | ||
"react-dom": "^18.2.0", | ||
"semantic-release": "^19.0.2", | ||
"typescript": "^4.9.3", | ||
@@ -52,3 +57,26 @@ "vite": "^4.1.0" | ||
"react-dom": "^18.2.0" | ||
}, | ||
"release": { | ||
"branches": [ | ||
"main" | ||
], | ||
"plugins": [ | ||
[ | ||
"@semantic-release/commit-analyzer", | ||
{ | ||
"releaseRules": [ | ||
{ | ||
"type": "build", | ||
"scope": "deps", | ||
"release": "patch" | ||
} | ||
] | ||
} | ||
], | ||
"@semantic-release/release-notes-generator", | ||
"@semantic-release/changelog", | ||
"@semantic-release/npm", | ||
"@semantic-release/github" | ||
] | ||
} | ||
} |
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
3520
16
2