gatsby-worker
Advanced tools
Comparing version 1.7.0 to 1.8.0-alpha-image-service.24
@@ -6,2 +6,10 @@ # Changelog: `gatsby-worker` | ||
## [1.7.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-worker@1.7.0/packages/gatsby-worker) (2022-02-08) | ||
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v4.7) | ||
#### Chores | ||
- update dependency typescript to ^4.5.5 [#34641](https://github.com/gatsbyjs/gatsby/issues/34641) ([f7a7e1f](https://github.com/gatsbyjs/gatsby/commit/f7a7e1f642d91babb397156ab37cb28dcde19737)) | ||
## [1.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-worker@1.6.0/packages/gatsby-worker) (2022-01-25) | ||
@@ -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.7.0", | ||
"version": "1.8.0-alpha-image-service.24+06ca5afa90", | ||
"author": "Michal Piechowiak<misiek.piechowiak@gmail.com>", | ||
@@ -16,3 +16,3 @@ "bugs": { | ||
"@babel/register": "^7.15.3", | ||
"babel-preset-gatsby-package": "^2.7.0", | ||
"babel-preset-gatsby-package": "2.8.0-alpha-image-service.24+06ca5afa90", | ||
"cross-env": "^7.0.3", | ||
@@ -43,3 +43,3 @@ "rimraf": "^3.0.2", | ||
}, | ||
"gitHead": "1f30882907b20b63df4d63b97a80b233a7da37f8" | ||
"gitHead": "06ca5afa900a99cbb879b88890a284ed022da111" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
34858
1
2