gatsby-worker
Advanced tools
Comparing version 1.15.0-next.0 to 1.16.0-next.0
@@ -6,2 +6,10 @@ # Changelog: `gatsby-worker` | ||
## [1.14.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-worker@1.14.0/packages/gatsby-worker) (2022-05-10) | ||
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.14) | ||
#### Chores | ||
- update dependency typescript to ^4.6.4 [#34984](https://github.com/gatsbyjs/gatsby/issues/34984) ([71eb414](https://github.com/gatsbyjs/gatsby/commit/71eb414ad5abf1c835a2c243f01ac98ea5ee7e37)) | ||
## [1.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-worker@1.13.0/packages/gatsby-worker) (2022-04-26) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "gatsby-worker", | ||
"description": "Utility to create worker pools", | ||
"version": "1.15.0-next.0", | ||
"version": "1.16.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.15.0-next.0", | ||
"babel-preset-gatsby-package": "^2.16.0-next.0", | ||
"cross-env": "^7.0.3", | ||
@@ -43,3 +43,3 @@ "rimraf": "^3.0.2", | ||
}, | ||
"gitHead": "4e415ccd579309eca1a5bde4fe9692ccb37e466c" | ||
"gitHead": "81b82c8c408afaf763e326e3c68134b6fe174516" | ||
} |
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
37834