gatsby-worker
Advanced tools
Comparing version 1.17.0-next.0 to 1.18.0-next.0
@@ -6,2 +6,11 @@ # Changelog: `gatsby-worker` | ||
## [1.16.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-worker@1.16.0/packages/gatsby-worker) (2022-06-07) | ||
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.16) | ||
#### Chores | ||
- update dependency typescript to ^4.7.2 [#35808](https://github.com/gatsbyjs/gatsby/issues/35808) ([2c55b79](https://github.com/gatsbyjs/gatsby/commit/2c55b794dd95b40a994f56df5f912219771ccab4)) | ||
- De-Duplicate lock file [#35823](https://github.com/gatsbyjs/gatsby/issues/35823) ([9fc9eb2](https://github.com/gatsbyjs/gatsby/commit/9fc9eb2bfb90e63d6f060ab6f889f06d84662afd)) | ||
## [1.15.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-worker@1.15.0/packages/gatsby-worker) (2022-05-24) | ||
@@ -8,0 +17,0 @@ |
{ | ||
"name": "gatsby-worker", | ||
"description": "Utility to create worker pools", | ||
"version": "1.17.0-next.0", | ||
"version": "1.18.0-next.0", | ||
"author": "Michal Piechowiak<misiek.piechowiak@gmail.com>", | ||
@@ -16,3 +16,3 @@ "bugs": { | ||
"@babel/register": "^7.15.3", | ||
"babel-preset-gatsby-package": "^2.17.0-next.0", | ||
"babel-preset-gatsby-package": "^2.18.0-next.0", | ||
"cross-env": "^7.0.3", | ||
@@ -43,3 +43,3 @@ "rimraf": "^3.0.2", | ||
}, | ||
"gitHead": "f35540cd97d59be204ffa451d6e766e776cbd8d9" | ||
"gitHead": "e7136908e238d1bc6c3d66c306533c81394535ea" | ||
} |
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
38671