gatsby-worker
Advanced tools
Comparing version 2.7.0-next.0 to 2.8.0-next.0
@@ -6,2 +6,14 @@ # Changelog: `gatsby-worker` | ||
## [2.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-worker@2.6.0/packages/gatsby-worker) (2023-02-07) | ||
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.6) | ||
#### Bug Fixes | ||
- update babel monorepo [#37568](https://github.com/gatsbyjs/gatsby/issues/37568) ([13a0a9e](https://github.com/gatsbyjs/gatsby/commit/13a0a9e83dcb015b65dff6b73cdd5dea09c2988f)) | ||
#### Chores | ||
- update typescript [#37596](https://github.com/gatsbyjs/gatsby/issues/37596) ([4f1d1f2](https://github.com/gatsbyjs/gatsby/commit/4f1d1f260472d7768b57960b1e274c8755ca5a67)) | ||
## [2.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-worker@2.5.0/packages/gatsby-worker) (2023-01-24) | ||
@@ -8,0 +20,0 @@ |
{ | ||
"name": "gatsby-worker", | ||
"description": "Utility to create worker pools", | ||
"version": "2.7.0-next.0", | ||
"version": "2.8.0-next.0", | ||
"author": "Michal Piechowiak<misiek.piechowiak@gmail.com>", | ||
@@ -18,3 +18,3 @@ "bugs": { | ||
"@babel/register": "^7.18.9", | ||
"babel-preset-gatsby-package": "^3.7.0-next.0", | ||
"babel-preset-gatsby-package": "^3.8.0-next.0", | ||
"cross-env": "^7.0.3", | ||
@@ -45,3 +45,3 @@ "rimraf": "^3.0.2", | ||
}, | ||
"gitHead": "342e393de312ea765656e66970e4554991125275" | ||
"gitHead": "fed83d576e330ad8234cab95844a7db418592e76" | ||
} |
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
48069