@prismicio/client
Advanced tools
Comparing version 5.0.0-alpha.0 to 5.0.0-alpha.1
@@ -5,2 +5,9 @@ # Changelog | ||
## [5.0.0-alpha.1](http://github.com/prismicio/prismic-javascript/compare/v5.0.0-alpha.0...v5.0.0-alpha.1) (2021-05-27) | ||
### Chore | ||
* fix release script ([23bcc88](http://github.com/prismicio/prismic-javascript/commit/23bcc88bad570502f04e0e1fb997001cd0cc4584)) | ||
## [5.0.0-alpha.0](http://github.com/prismicio/prismic-javascript/compare/v4.0.0...v5.0.0-alpha.0) (2021-05-27) | ||
@@ -7,0 +14,0 @@ |
{ | ||
"name": "@prismicio/client", | ||
"version": "5.0.0-alpha.0", | ||
"version": "5.0.0-alpha.1", | ||
"description": "The official JavaScript + TypeScript client library for Prismic", | ||
@@ -39,3 +39,3 @@ "keywords": [ | ||
"release:dry": "standard-version --dry-run", | ||
"release:alpha": "npm run build && npm run test && standard-version --release-as major --prerelease alpha && git push --follow-tags && npm run build && npm publish", | ||
"release:alpha": "npm run build && npm run test && standard-version --release-as major --prerelease alpha && git push --follow-tags && npm run build && npm publish --tag alpha", | ||
"release:alpha:dry": "standard-version --release-as major --prerelease alpha --dry-run", | ||
@@ -42,0 +42,0 @@ "format": "prettier --write README.md .eslintrc.cjs ava.config.js package.json tsconfig.json src/** examples/**", |
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
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
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
101533
0