gatsby-worker
Advanced tools
Comparing version 1.23.0-alpha-9689ff.25 to 1.23.0-alpha-preview-gh-api.26
@@ -6,2 +6,8 @@ # Changelog: `gatsby-worker` | ||
## [1.22.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-worker@1.22.0/packages/gatsby-worker) (2022-08-30) | ||
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.22) | ||
**Note:** Version bump only for package gatsby-worker | ||
## [1.21.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-worker@1.21.0/packages/gatsby-worker) (2022-08-16) | ||
@@ -8,0 +14,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.23.0-alpha-9689ff.25+bffc8413a7", | ||
"version": "1.23.0-alpha-preview-gh-api.26+52ceb4fc5a", | ||
"author": "Michal Piechowiak<misiek.piechowiak@gmail.com>", | ||
@@ -16,3 +16,3 @@ "bugs": { | ||
"@babel/register": "^7.15.3", | ||
"babel-preset-gatsby-package": "2.23.0-alpha-9689ff.25+bffc8413a7", | ||
"babel-preset-gatsby-package": "2.23.0-alpha-preview-gh-api.26+52ceb4fc5a", | ||
"cross-env": "^7.0.3", | ||
@@ -43,3 +43,3 @@ "rimraf": "^3.0.2", | ||
}, | ||
"gitHead": "bffc8413a7bc3ef2c2706265a53d9fa9c99ca51a" | ||
"gitHead": "52ceb4fc5a5c36ea73aa755ded4db875364f57f3" | ||
} |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
40392