gatsby-worker
Advanced tools
Comparing version 1.0.0-zz-next.1 to 1.0.0-zz-next.2
@@ -6,2 +6,11 @@ # Changelog: `gatsby-worker` | ||
## [0.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-worker@0.5.0/packages/gatsby-worker) (2021-09-18) | ||
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v3.14) | ||
#### Chores | ||
- update babel monorepo [#32996](https://github.com/gatsbyjs/gatsby/issues/32996) ([048c7a7](https://github.com/gatsbyjs/gatsby/commit/048c7a727bbc6a9ad8e27afba72ee20e946c4aaa)) | ||
- add missing `@babel/runtime` dependencies [#32954](https://github.com/gatsbyjs/gatsby/issues/32954) ([401b358](https://github.com/gatsbyjs/gatsby/commit/401b3589771135ec35ab8f68406a64de6b387d9d)) | ||
## [0.4.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-worker@0.4.0/packages/gatsby-worker) (2021-09-01) | ||
@@ -8,0 +17,0 @@ |
{ | ||
"name": "gatsby-worker", | ||
"description": "Utility to create worker pools", | ||
"version": "1.0.0-zz-next.1", | ||
"version": "1.0.0-zz-next.2", | ||
"author": "Michal Piechowiak<misiek.piechowiak@gmail.com>", | ||
@@ -19,3 +19,3 @@ "bugs": { | ||
"rimraf": "^3.0.2", | ||
"typescript": "^4.3.5" | ||
"typescript": "^4.4.3" | ||
}, | ||
@@ -43,3 +43,3 @@ "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-worker#readme", | ||
}, | ||
"gitHead": "1da90fd7088a47e0a94bf3f1fbca1e571808d843" | ||
"gitHead": "f837358b1511cf46b9a112b13ce5a9d6ec58c131" | ||
} |
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
31119