gatsby-worker
Advanced tools
Comparing version 1.10.0-next.1 to 1.11.0-next.0
@@ -6,2 +6,10 @@ # Changelog: `gatsby-worker` | ||
## [1.9.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-worker@1.9.0/packages/gatsby-worker) (2022-03-01) | ||
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.9) | ||
#### Chores | ||
- Format changelog files ([088f23b](https://github.com/gatsbyjs/gatsby/commit/088f23b084b67f746a383e06e9216cef83270317)) | ||
## [1.8.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-worker@1.8.0/packages/gatsby-worker) (2022-02-22) | ||
@@ -8,0 +16,0 @@ |
@@ -0,0 +0,0 @@ export interface IGatsbyWorkerMessenger<MessagesFromParent = unknown, MessagesFromChild = MessagesFromParent> { |
@@ -0,0 +0,0 @@ interface IWorkerOptions { |
@@ -0,0 +0,0 @@ interface ITaskQueueNode<ValueType> { |
@@ -0,0 +0,0 @@ export declare const EXECUTE = 1; |
export declare const isPromise: (obj: any) => obj is PromiseLike<unknown>; | ||
export declare const isRunning: (pid: number) => boolean; |
{ | ||
"name": "gatsby-worker", | ||
"description": "Utility to create worker pools", | ||
"version": "1.10.0-next.1", | ||
"version": "1.11.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.10.0-next.1", | ||
"babel-preset-gatsby-package": "^2.11.0-next.0", | ||
"cross-env": "^7.0.3", | ||
@@ -43,3 +43,3 @@ "rimraf": "^3.0.2", | ||
}, | ||
"gitHead": "e7d08e20c816752c2754771f87fb94da33d9cbb7" | ||
"gitHead": "e0f8815c007b7915f4d69264b8a5714a4c0ed31b" | ||
} |
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
35257