gatsby-worker
Advanced tools
Comparing version 2.9.0-next.0 to 2.9.0-next.1
@@ -6,2 +6,8 @@ # Changelog: `gatsby-worker` | ||
## [2.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-worker@2.8.0/packages/gatsby-worker) (2023-03-21) | ||
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.8) | ||
**Note:** Version bump only for package gatsby-worker | ||
## [2.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-worker@2.7.0/packages/gatsby-worker) (2023-02-21) | ||
@@ -8,0 +14,0 @@ |
{ | ||
"name": "gatsby-worker", | ||
"description": "Utility to create worker pools", | ||
"version": "2.9.0-next.0", | ||
"version": "2.9.0-next.1", | ||
"author": "Michal Piechowiak<misiek.piechowiak@gmail.com>", | ||
@@ -12,3 +12,3 @@ "bugs": { | ||
"@babel/runtime": "^7.20.13", | ||
"fs-extra": "^11.1.0", | ||
"fs-extra": "^11.1.1", | ||
"signal-exit": "^3.0.7" | ||
@@ -21,4 +21,4 @@ }, | ||
"cross-env": "^7.0.3", | ||
"rimraf": "^3.0.2", | ||
"typescript": "^4.9.4" | ||
"rimraf": "^4.4.1", | ||
"typescript": "^5.0.3" | ||
}, | ||
@@ -41,3 +41,3 @@ "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-worker#readme", | ||
"watch": "babel -w src --out-dir dist/ --ignore \"**/__tests__\" --extensions \".ts,.js\"", | ||
"typegen": "rimraf \"dist/**/*.d.ts\" && tsc --emitDeclarationOnly --declaration --declarationDir dist/" | ||
"typegen": "rimraf --glob \"dist/**/*.d.ts\" && tsc --emitDeclarationOnly --declaration --declarationDir dist/" | ||
}, | ||
@@ -47,3 +47,3 @@ "engines": { | ||
}, | ||
"gitHead": "de0d8d10ff0ea514c130d7396efc8d5aa50c7fa1" | ||
"gitHead": "6ad3960268608ebd9a04df17fc12d954db2feb8f" | ||
} |
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
48574
Updatedfs-extra@^11.1.1